← Back to Skills Marketplace
theshadowrose

JournalBot Daily Journaling with AI Prompts

by Shadow Rose · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
273
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install journal-bot
Description
Daily journaling through your agent. Smart prompts, mood tracking, weekly reflections, pattern detection. Private, local, no cloud.
README (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

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install journal-bot
  3. After installation, invoke the skill by name or use /journal-bot
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial upload
Metadata
Slug journal-bot
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is JournalBot Daily Journaling with AI Prompts?

Daily journaling through your agent. Smart prompts, mood tracking, weekly reflections, pattern detection. Private, local, no cloud. It is an AI Agent Skill for Claude Code / OpenClaw, with 273 downloads so far.

How do I install JournalBot Daily Journaling with AI Prompts?

Run "/install journal-bot" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is JournalBot Daily Journaling with AI Prompts free?

Yes, JournalBot Daily Journaling with AI Prompts is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does JournalBot Daily Journaling with AI Prompts support?

JournalBot Daily Journaling with AI Prompts is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created JournalBot Daily Journaling with AI Prompts?

It is built and maintained by Shadow Rose (@theshadowrose); the current version is v1.0.0.

💬 Comments