← 返回 Skills 市场
My Diary
作者
nancyzhong2024
· GitHub ↗
· v1.0.0
· MIT-0
259
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install my-diary
功能描述
个人日记管理技能。用于记录日记、查询日记、查看日记列表、删除日记等操作。当用户说"写入日记"、"查看日记"、"列出日记"、"删除日记"时触发此技能。
安全使用建议
This skill appears to do what it says (manage a local JSON diary) and does not request credentials or network access, but take the following precautions before installing:
- Verify and change the storage path: the skill hard-codes D:\Nancy\MyWork\WorkBuddyWorkSpace\diary\my-diary.json. Edit the SKILL.md or README to point to a directory you control (or a relative path) so it doesn't create or read files in an unexpected user's folder.
- Be aware of plaintext storage: diary entries are stored as an unencrypted JSON file. If you will store sensitive personal information, consider encrypting the file or using a secure location (e.g., OS-protected user directory, encrypted volume).
- Investigate the unexplained metadata: SKILL.md contains AIGC metadata with long hex 'ReservedCode' strings. While they may be harmless metadata or signatures, their purpose isn't documented—ask the publisher or avoid installing if you cannot verify the source.
- Prefer skills from known/trusted sources: this skill's source/homepage are unknown and the bundle includes author-specific paths. If you don't trust the author, avoid installing or run the skill in a sandbox/isolated environment.
If you can confirm the path and metadata are benign and update the storage location to something appropriate, the skill is likely fine to use for local diary management. If you cannot verify those points, treat the skill as potentially risky.
功能分析
Type: OpenClaw Skill
Name: my-diary
Version: 1.0.0
The skill is a standard personal diary management tool that performs basic CRUD operations (Create, Read, Update, Delete) on a local JSON file. While it contains a hardcoded absolute file path (D:\Nancy\MyWork\WorkBuddyWorkSpace\diary\my-diary.json) in SKILL.md and README.md, which is a poor practice and functional limitation, there is no evidence of malicious intent, data exfiltration, or unauthorized command execution. The metadata indicates the content was generated by Minimax Agent AI, and the logic is consistent with its stated purpose.
能力评估
Purpose & Capability
The skill's name and description (personal diary: write, view, search, delete) align with the actual instructions which read/write a JSON file. However the storage path is hard-coded to a specific absolute Windows path (D:\Nancy\MyWork\WorkBuddyWorkSpace\diary\my-diary.json) instead of using a configurable or relative location—this is unusual and may cause the skill to access or create files in a location that doesn't belong to the current user or environment.
Instruction Scope
SKILL.md directs the agent to read, create, update, search, and delete entries in the specified local JSON file. Those actions are consistent with a diary skill, but the instructions explicitly operate on a fixed disk path and state no privacy or encryption measures—diary contents will be stored in plaintext. The instructions do not reference any external endpoints, credentials, or other system paths.
Install Mechanism
Instruction-only skill with no install spec and no code files; nothing will be downloaded or written by an install process. This minimizes installation risk.
Credentials
The skill requests no environment variables or credentials, which is appropriate. However, the presence of a hard-coded user-specific path is disproportionate: the path implies author-specific configuration and may not be appropriate or safe for other users.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request elevated or persistent platform privileges. Autonomous invocation (disable-model-invocation: false) is the platform default and not in itself a concern here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install my-diary - 安装完成后,直接呼叫该 Skill 的名称或使用
/my-diary触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of personal diary management skill.
- Allows users to write, view, list, search, and delete diary entries with simple voice commands.
- Diaries are stored in a local JSON file and include timestamped entries.
- Supports browsing summaries, reading full entries, keyword search, and confirmation before deletion.
- All operations are managed with clear, step-by-step user guidance.
元数据
常见问题
My Diary 是什么?
个人日记管理技能。用于记录日记、查询日记、查看日记列表、删除日记等操作。当用户说"写入日记"、"查看日记"、"列出日记"、"删除日记"时触发此技能。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 259 次。
如何安装 My Diary?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install my-diary」即可一键安装,无需额外配置。
My Diary 是免费的吗?
是的,My Diary 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
My Diary 支持哪些平台?
My Diary 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 My Diary?
由 nancyzhong2024(@nancyzhong2024)开发并维护,当前版本 v1.0.0。
推荐 Skills