← Back to Skills Marketplace
My Diary
by
nancyzhong2024
· GitHub ↗
· v1.0.0
· MIT-0
259
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install my-diary
Description
个人日记管理技能。用于记录日记、查询日记、查看日记列表、删除日记等操作。当用户说"写入日记"、"查看日记"、"列出日记"、"删除日记"时触发此技能。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install my-diary - After installation, invoke the skill by name or use
/my-diary - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is My Diary?
个人日记管理技能。用于记录日记、查询日记、查看日记列表、删除日记等操作。当用户说"写入日记"、"查看日记"、"列出日记"、"删除日记"时触发此技能。 It is an AI Agent Skill for Claude Code / OpenClaw, with 259 downloads so far.
How do I install My Diary?
Run "/install my-diary" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is My Diary free?
Yes, My Diary is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does My Diary support?
My Diary is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created My Diary?
It is built and maintained by nancyzhong2024 (@nancyzhong2024); the current version is v1.0.0.
More Skills