← 返回 Skills 市场
theshadowrose

JournalBot Daily Journaling with AI Prompts

作者 Shadow Rose · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
273
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install journal-bot
功能描述
Daily journaling through your agent. Smart prompts, mood tracking, weekly reflections, pattern detection. Private, local, no cloud.
使用说明 (SKILL.md)

JournalBot Daily Journaling with AI Prompts

Daily journaling through your agent. Smart prompts, mood tracking, weekly reflections, pattern detection. Private, local, no cloud.


Your agent prompts you to journal. It remembers patterns. Everything stays local.

Daily Flow

Agent: "Evening journal — what was the highlight of your day?"
You: "Finally shipped the project I've been stuck on for 2 weeks"
Agent: "Logged. That's 3 good days in a row. You tend to feel better 
        after completing big projects. The stuck period was 14 days 
        this time vs. 21 last month. Getting faster."

Features

  • Smart prompts — varies questions daily
  • Mood tracking — inferred from language, not forced ratings
  • Pattern detection — "You tend to feel down on Mondays"
  • Weekly reflection — auto-generated summary
  • Monthly insights — trends, growth areas
  • Private — all data in local markdown files

Prompt Categories

Category Example
Highlight "What was the best part of today?"
Challenge "What was hard today?"
Learning "What did you learn today?"
Gratitude "Name one thing you're grateful for"
Creative "Describe today in three words"

Data Format

Entries stored as markdown: journal/2026-02-28.md

⚠️ Disclaimer

This software is provided "AS IS", without warranty of any kind, express or implied.

USE AT YOUR OWN RISK.

  • The author(s) are NOT liable for any damages, losses, or consequences arising from the use or misuse of this software — including but not limited to financial loss, data loss, security breaches, business interruption, or any indirect/consequential damages.
  • This software does NOT constitute financial, legal, trading, or professional advice.
  • Users are solely responsible for evaluating whether this software is suitable for their use case, environment, and risk tolerance.
  • No guarantee is made regarding accuracy, reliability, completeness, or fitness for any particular purpose.
  • The author(s) are not responsible for how third parties use, modify, or distribute this software after purchase.

By downloading, installing, or using this software, you acknowledge that you have read this disclaimer and agree to use the software entirely at your own risk.

DATA DISCLAIMER: This software processes and stores data locally on your system. The author(s) are not responsible for data loss, corruption, or unauthorized access resulting from software bugs, system failures, or user error. Always maintain independent backups of important data. This software does not transmit data externally unless explicitly configured by the user.


Support & Links

🐛 Bug Reports [email protected]
Ko-fi ko-fi.com/theshadowrose
🛒 Gumroad shadowyrose.gumroad.com
🐦 Twitter @TheShadowyRose
🐙 GitHub github.com/TheShadowRose
🧠 PromptBase promptbase.com/profile/shadowrose

Built with OpenClaw — thank you for making this possible.


🛠️ Need something custom? Custom OpenClaw agents & skills starting at $500. If you can describe it, I can build it. → Hire me on Fiverr

安全使用建议
This skill appears to do what it says: prompt you and save daily journal entries as local markdown files (default ./journal). Before installing, consider: 1) Location & backups — the skill creates files under the working directory; ensure that path is where you expect and that backups/encryption meet your privacy needs. 2) Feature expectations — the README advertises monthly insights and automated mood inference; the provided code only offers a deterministic daily prompt, optional mood field, and simple weekly stats. Don’t expect advanced analysis unless you inspect or extend the code. 3) Review permissions — it needs permission to create/read/write files in the chosen journalDir; grant only that directory if your environment supports restricting file access. 4) Autonomy — the skill can be invoked by the agent (normal default); if you do not want the agent to prompt you autonomously, adjust skill invocation settings. If you require higher assurance, review the src/journal-bot.js source yourself or run it in a controlled environment.
功能分析
Type: OpenClaw Skill Name: journal-bot Version: 1.0.0 The JournalBot skill is a straightforward local journaling utility that performs file I/O as described in its documentation. The implementation in `src/journal-bot.js` uses standard Node.js modules (fs, path) to manage markdown entries and includes basic regex validation to prevent path traversal in the `getEntries` function. There are no signs of network activity, data exfiltration, or malicious prompt injection instructions.
能力评估
Purpose & Capability
Name/description (local journaling, prompts, mood tracking, pattern detection) aligns with included code: the code generates daily prompts, stores entries as local markdown files, and computes simple weekly stats. However, the README/SKILL.md mention features like "monthly insights" and more advanced "pattern detection" and "mood tracking inferred from language" that are not implemented in the provided src/journal-bot.js (the code only accepts an optional mood parameter and provides a basic weeklyStats function). This is a feature-claim mismatch but not a security incoherence.
Instruction Scope
SKILL.md instructs agent to prompt the user and keep everything local in markdown files (journal/YYYY-MM-DD.md). The code only reads/writes files inside a journalDir (default './journal') and validates date formats for reads. There are no instructions to read other system files, environment variables, or to transmit data externally.
Install Mechanism
No install spec is present (instruction-only skill with a small included JS source file). There are no downloads, package installs, or extract operations. The runtime footprint is limited to the provided code.
Credentials
The skill declares no required environment variables, no credentials, and the code does not access environment secrets or external services. File-system access is necessary for the stated purpose and limited to a per-skill directory.
Persistence & Privilege
always is false and the skill does not request persistent platform privileges or modify other skills/configurations. It writes/reads local journal files in its own directory only.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install journal-bot
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /journal-bot 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial upload
元数据
Slug journal-bot
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

JournalBot Daily Journaling with AI Prompts 是什么?

Daily journaling through your agent. Smart prompts, mood tracking, weekly reflections, pattern detection. Private, local, no cloud. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 273 次。

如何安装 JournalBot Daily Journaling with AI Prompts?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install journal-bot」即可一键安装,无需额外配置。

JournalBot Daily Journaling with AI Prompts 是免费的吗?

是的,JournalBot Daily Journaling with AI Prompts 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

JournalBot Daily Journaling with AI Prompts 支持哪些平台?

JournalBot Daily Journaling with AI Prompts 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 JournalBot Daily Journaling with AI Prompts?

由 Shadow Rose(@theshadowrose)开发并维护,当前版本 v1.0.0。

💬 留言讨论