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

Grab Company

Provides detailed insights on Grab's evolution, business model, market position, and significance in Southeast Asia's digital economy and super app landscape.

Registry SourceRecently Updated
General

CV-Driven Job Hunter

Asiste en una búsqueda laboral proactiva basada en el CV del usuario — analiza perfil, sugiere banda salarial, escanea boards y career pages, califica matche...

Registry SourceRecently Updated
General

Changelog Linter

Validate CHANGELOG.md files against the Keep a Changelog format (keepachangelog.com). Checks version ordering, date formats, section types, link references,...

Registry SourceRecently Updated
General

Bosch Company

Bosch is the world's largest automotive Tier 1 supplier, focusing on automotive parts, industrial tech, consumer goods, and energy solutions with a foundatio...

Registry SourceRecently Updated