← 返回 Skills 市场
ckchzh

Daily Journal

作者 BytesAgain2 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
591
总下载
0
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install daily-journal
功能描述
Daily Journal — Daily Journal — write, reflect, remember. Personal daily-use tool for tracking and organizing your life. Use when you need Daily Journal capa...
使用说明 (SKILL.md)

Daily Journal

Daily Journal — write, reflect, remember

Why This Skill?

  • Designed for everyday personal use
  • No external dependencies or accounts needed
  • Data stored locally — your privacy, your data
  • Simple commands, powerful results

Commands

  • write — [text] Write today's entry
  • today — View today's entry
  • yesterday — View yesterday
  • list — [n] List recent entries (default 10)
  • search — \x3Cquery> Search all entries
  • mood — \x3C1-5> [note] Log mood (1=bad, 5=great)
  • streak — Writing streak
  • gratitude — [text] Gratitude log
  • prompt — Random writing prompt
  • stats — Journal statistics
  • export — [format] Export (md/json/html)
  • info — Version info

Quick Start

daily_journal.sh help

Note: This is an original, independent implementation by BytesAgain. Not affiliated with or derived from any third-party project.


Powered by BytesAgain | bytesagain.com | [email protected]

安全使用建议
This skill appears to do exactly what it says: a local journal stored at ~/.journal (or $JOURNAL_DIR). Before installing, review the script (it's included) and be aware it will create and write files in your home folder. There are no network calls or credential requirements. If you will store sensitive personal data, consider encrypting backups or choosing a secure directory. Note: there are minor bugs/rough edges in the script (e.g., a shell arithmetic expression in stats and some awkward date handling) which are functional issues rather than security risks.
功能分析
Type: OpenClaw Skill Name: daily-journal Version: 1.0.0 The daily-journal skill is a legitimate personal productivity tool that manages journal entries locally in the user's home directory (~/.journal). The implementation in scripts/daily_journal.sh uses standard Bash and Python logic to handle file I/O, searching, and statistics without any network activity, data exfiltration, or suspicious execution patterns.
能力评估
Purpose & Capability
The script implements the stated journaling features (write, view, search, mood, gratitude, export, etc.) and stores data in a local directory (default $HOME/.journal). Minor mismatch: SKILL.md lists runtime: python3 while the main executable is a bash script that calls python3 for a few subcommands — not dangerous but slightly inconsistent.
Instruction Scope
Runtime instructions and the included script operate only on local files in the configurable JOURNAL_DIR (default ~/.journal). The skill does not read unrelated system files, environment secrets, or send data to external endpoints.
Install Mechanism
No install spec or external downloads are used; the skill is instruction-only with an included shell script. Nothing in the manifest pulls remote code or archives.
Credentials
No required environment variables or credentials are declared. The script optionally honors JOURNAL_DIR to change storage location — a proportional and reasonable config option for this purpose.
Persistence & Privilege
The skill does not request permanent/global privileges (always is false). It creates and writes files only under the user's journal directory and does not modify other skills or global agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install daily-journal
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /daily-journal 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug daily-journal
版本 1.0.0
许可证 MIT-0
累计安装 3
当前安装数 3
历史版本数 1
常见问题

Daily Journal 是什么?

Daily Journal — Daily Journal — write, reflect, remember. Personal daily-use tool for tracking and organizing your life. Use when you need Daily Journal capa... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 591 次。

如何安装 Daily Journal?

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

Daily Journal 是免费的吗?

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

Daily Journal 支持哪些平台?

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

谁开发了 Daily Journal?

由 BytesAgain2(@ckchzh)开发并维护,当前版本 v1.0.0。

💬 留言讨论