← 返回 Skills 市场
dyby99-gif

Mood Diary

作者 dyby99-gif · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
315
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install mood-diary
功能描述
心情日记 — 智能情绪追踪器,通过自然语言记录中文日记、自动识别7种情绪、 1-10分评分、智能标签提取,生成日/周/月报告和趋势分析。 数据纯本地JSON存储,零网络请求,保护隐私。
安全使用建议
This package appears coherent and local-only, but before installing: (1) review the portions of the scripts that were truncated in the provided bundle to confirm there are no network calls, subprocess.exec/use of sockets, or hidden telemetry; (2) verify you are comfortable with data being stored under ~/.openclaw/workspace/data/journal and back it up if needed; (3) on Windows the chmod calls are ignored — check file ACLs if you need strict privacy; (4) if you plan to run these scripts in an automated agent, remember they can modify local files (entries.json) — consider making a copy of existing data first. If you want, I can scan the remaining truncated parts for network/subprocess usage or search the full files for suspicious patterns.
功能分析
Type: OpenClaw Skill Name: mood-diary Version: 1.0.0 The OpenClaw skill bundle is benign. Both the `SKILL.md` documentation and the Python scripts (`journal.py`, `mood-report.py`) consistently emphasize and implement local-only data storage with zero network requests, fulfilling the stated privacy claims. The code uses only standard Python libraries, sets restrictive file permissions for user data, and employs atomic writes for data integrity. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the AI agent.
能力评估
Purpose & Capability
Name/description (local mood diary with reports) match the included scripts and assets. The scripts read a local moods.json, parse/input natural-language diary entries, detect moods/scores/tags, and write JSON files under ~/.openclaw/workspace/data/journal — all consistent with the described purpose.
Instruction Scope
SKILL.md instructs running the two included Python scripts and documents the same local data path and features implemented in the code. The instructions do not ask the agent to read unrelated system files, environment variables, or to send data externally.
Install Mechanism
No install spec is present (instruction-only plus bundled scripts). The code relies only on the Python standard library and reads a bundled assets/moods.json — there are no downloads, package installs, or external installers.
Credentials
The skill requires no environment variables, no credentials, and no external config paths. All requested filesystem access (creating a per-user ~/.openclaw workspace and writing entries.json) is proportional to a local diary application.
Persistence & Privilege
The skill writes persistent data to ~/.openclaw/workspace/data/journal/entries.json and sets file/dir permissions to user-only where possible. 'always' is false and the skill does not request elevated system-wide privileges. Note: persistent local storage is expected for this use case.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mood-diary
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mood-diary 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of mood-diary. - Record daily moods in natural Chinese language, with automatic detection of 7 emotion types and 1–10 mood scoring. - Intelligent tag extraction (people, things, places, weather) from diary entries. - Generates daily, weekly, and monthly reports, plus trend analysis and a visual mood calendar. - All data stored locally in JSON; zero network requests for maximal privacy. - Includes command-line diary and report tools with configurable emotion keywords, emojis, and color codes.
元数据
Slug mood-diary
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Mood Diary 是什么?

心情日记 — 智能情绪追踪器,通过自然语言记录中文日记、自动识别7种情绪、 1-10分评分、智能标签提取,生成日/周/月报告和趋势分析。 数据纯本地JSON存储,零网络请求,保护隐私。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 315 次。

如何安装 Mood Diary?

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

Mood Diary 是免费的吗?

是的,Mood Diary 完全免费(开源免费),可自由下载、安装和使用。

Mood Diary 支持哪些平台?

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

谁开发了 Mood Diary?

由 dyby99-gif(@dyby99-gif)开发并维护,当前版本 v1.0.0。

💬 留言讨论