my-diary

个人日记管理技能。用于记录日记、查询日记、查看日记列表、删除日记等操作。当用户说"写入日记"、"查看日记"、"列出日记"、"删除日记"时触发此技能。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "my-diary" with this command: npx skills add nancyzhong2024/my-diary

我的日记 (my-diary)

管理个人日记,支持写入、查询、列表、删除功能。

存储位置

日记文件保存在:D:\Nancy\MyWork\WorkBuddyWorkSpace\diary\my-diary.json

功能命令

1. 写入日记

用户说:"写入日记:xxxxx" 或 "记日记:xxxxx"

操作:

  1. 读取现有日记文件(或创建新文件)
  2. 生成日记ID(时间戳)
  3. 添加新日记条目:{id, content, created_at}
  4. 写入文件
  5. 告知用户保存成功
{
  "id": "1700000000000",
  "content": "日记内容",
  "created_at": "2026-03-15 14:30:00"
}

2. 查看日记

用户说:"查看日记" 或 "我的日记" 或 "查询日记"

操作:

  1. 读取日记文件
  2. 按时间倒序列出所有日记
  3. 显示每个日记的:日期、内容摘要
  4. 询问用户想看哪一篇的完整内容

3. 查看单篇日记

用户说:"查看第X篇日记" 或 "查看2026年3月15日的日记"

操作:

  1. 根据ID或日期查找日记
  2. 显示完整内容

4. 删除日记

用户说:"删除日记" 或 "删除第X篇日记"

操作:

  1. 列出日记供选择
  2. 确认删除
  3. 从文件中移除
  4. 告知删除成功

5. 搜索日记

用户说:"搜索日记:关键词"

操作:

  1. 读取日记文件
  2. 搜索包含关键词的日记
  3. 显示匹配结果

日记格式

{
  "version": "1.0",
  "entries": [
    {
      "id": "1700000000000",
      "content": "今天是个好日子...",
      "created_at": "2026-03-15 14:30:00"
    }
  ]
}

注意事项

  • 每次写入自动记录时间
  • 日记按时间倒序排列
  • 删除前需要确认
  • 搜索不区分大小写

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Wechat Mp Writer

WeChat Official Account (公众号) content writer with article formatting, headline optimization, and engagement tips. Use when you need to write WeChat articles,...

Registry SourceRecently Updated
General

OpenClaw EverMemory Installer

Use this skill when installing, upgrading, verifying, or publishing the EverMemory OpenClaw plugin and its companion skill, including local path install, npm...

Registry SourceRecently Updated
General

Ip Advisor

知识产权顾问。专利、版权、商业秘密、注册流程、保护策略。IP advisor for patents, copyrights, trade secrets. 知识产权、专利、版权。

Registry SourceRecently Updated
1950ckchzh
General

炒股大师模拟器

炒股大师模拟器 | 股市模拟交易练习 | A股/港股/美股投资学习 | 化身文主任/股神老徐/炒股养家/孙宇晨等各位大师学习投资思路 | 多智能体股票讨论群

Registry SourceRecently Updated