{
  "schemaVersion": "1.0",
  "item": {
    "slug": "my-mind-manager",
    "name": "my-mind Manager",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/Amateur0x1/my-mind-manager",
    "canonicalUrl": "https://clawhub.ai/Amateur0x1/my-mind-manager",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/my-mind-manager",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=my-mind-manager",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/my-mind-manager"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/my-mind-manager",
    "agentPageUrl": "https://openagent3.xyz/skills/my-mind-manager/agent",
    "manifestUrl": "https://openagent3.xyz/skills/my-mind-manager/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/my-mind-manager/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "my-mind Manager Skill",
        "body": "帮助管理灵感、文章和创作素材的 AI 技能。"
      },
      {
        "title": "1. 初始化目录结构",
        "body": "自动创建标准的 my-mind 目录结构：\n\nmy-mind/\n├── ideas/              # 灵感库\n│   ├── fleeting/       # 瞬时灵感\n│   ├── structured/     # 整理后的灵感\n│   └── projects/       # 项目构想\n├── articles/           # 文章库\n│   ├── drafts/         # 草稿\n│   ├── published/     # 已发布\n│   └── ideas/         # 文章构想\n├── assets/             # 创作素材\n│   ├── images/\n│   ├── audios/\n│   ├── videos/\n│   └── attachments/\n├── inbox/              # 收集箱\n│   ├── temp/\n│   └── to-process/\n└── archive/           # 归档"
      },
      {
        "title": "2. 灵感管理",
        "body": "记录灵感：快速记录碎片想法\n整理灵感：将瞬时灵感整理成结构化内容\n归档灵感：将完成的项目构想归档"
      },
      {
        "title": "3. 文章创作",
        "body": "创建草稿：基于灵感创建新文章\n编辑文章：帮助续写、修改文章\n发布文章：标记为已完成/已发布"
      },
      {
        "title": "4. 素材管理",
        "body": "整理和归类素材\n移动素材到正确位置\n清理临时文件"
      },
      {
        "title": "方式一：初始化新仓库",
        "body": "当用户说\"初始化 my-mind\"或\"创建目录结构\"时：\n\n创建目录结构\n生成 README.md 使用指南\n提交代码"
      },
      {
        "title": "方式二：记录灵感",
        "body": "当用户说\"记录灵感\"、\"有个想法\"时：\n\n询问灵感内容\n按日期创建文件到 ideas/fleeting/\n询问是否需要整理"
      },
      {
        "title": "方式三：写作文章",
        "body": "当用户说\"写文章\"、\"创作\"时：\n\n询问文章主题和方向\n创建草稿到 articles/drafts/\n逐步完善内容"
      },
      {
        "title": "方式四：发布文章",
        "body": "当用户说\"发布文章\"、\"完成文章\"时：\n\n确认文章已完成\n移动到 articles/published/\n按日期重命名"
      },
      {
        "title": "灵感",
        "body": "瞬时灵感：YYYY-MM-DD-简短描述.md\n整理后：YYYY-MM-DD-主题.md\n项目：项目名-阶段.md"
      },
      {
        "title": "文章",
        "body": "草稿：文章名-draft.md\n定稿：YYYY-MM-DD-文章名.md"
      },
      {
        "title": "重要规则",
        "body": "所有文件使用 Markdown 格式\n灵感文件优先放入 fleeting/，再根据需要整理到 structured/\n文章发布前确认用户意图\n素材移动前确认目标路径\n定期提醒用户清理 inbox/to-process/"
      },
      {
        "title": "配套工具",
        "body": "Obsidian\nNotion\n任意 Markdown 编辑器"
      }
    ],
    "body": "my-mind Manager Skill\n\n帮助管理灵感、文章和创作素材的 AI 技能。\n\n功能概述\n1. 初始化目录结构\n\n自动创建标准的 my-mind 目录结构：\n\nmy-mind/\n├── ideas/              # 灵感库\n│   ├── fleeting/       # 瞬时灵感\n│   ├── structured/     # 整理后的灵感\n│   └── projects/       # 项目构想\n├── articles/           # 文章库\n│   ├── drafts/         # 草稿\n│   ├── published/     # 已发布\n│   └── ideas/         # 文章构想\n├── assets/             # 创作素材\n│   ├── images/\n│   ├── audios/\n│   ├── videos/\n│   └── attachments/\n├── inbox/              # 收集箱\n│   ├── temp/\n│   └── to-process/\n└── archive/           # 归档\n\n2. 灵感管理\n记录灵感：快速记录碎片想法\n整理灵感：将瞬时灵感整理成结构化内容\n归档灵感：将完成的项目构想归档\n3. 文章创作\n创建草稿：基于灵感创建新文章\n编辑文章：帮助续写、修改文章\n发布文章：标记为已完成/已发布\n4. 素材管理\n整理和归类素材\n移动素材到正确位置\n清理临时文件\n使用流程\n方式一：初始化新仓库\n\n当用户说\"初始化 my-mind\"或\"创建目录结构\"时：\n\n创建目录结构\n生成 README.md 使用指南\n提交代码\n方式二：记录灵感\n\n当用户说\"记录灵感\"、\"有个想法\"时：\n\n询问灵感内容\n按日期创建文件到 ideas/fleeting/\n询问是否需要整理\n方式三：写作文章\n\n当用户说\"写文章\"、\"创作\"时：\n\n询问文章主题和方向\n创建草稿到 articles/drafts/\n逐步完善内容\n方式四：发布文章\n\n当用户说\"发布文章\"、\"完成文章\"时：\n\n确认文章已完成\n移动到 articles/published/\n按日期重命名\n命名规范\n灵感\n瞬时灵感：YYYY-MM-DD-简短描述.md\n整理后：YYYY-MM-DD-主题.md\n项目：项目名-阶段.md\n文章\n草稿：文章名-draft.md\n定稿：YYYY-MM-DD-文章名.md\n重要规则\n所有文件使用 Markdown 格式\n灵感文件优先放入 fleeting/，再根据需要整理到 structured/\n文章发布前确认用户意图\n素材移动前确认目标路径\n定期提醒用户清理 inbox/to-process/\n配套工具\nObsidian\nNotion\n任意 Markdown 编辑器"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Amateur0x1/my-mind-manager",
    "publisherUrl": "https://clawhub.ai/Amateur0x1/my-mind-manager",
    "owner": "Amateur0x1",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/my-mind-manager",
    "downloadUrl": "https://openagent3.xyz/downloads/my-mind-manager",
    "agentUrl": "https://openagent3.xyz/skills/my-mind-manager/agent",
    "manifestUrl": "https://openagent3.xyz/skills/my-mind-manager/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/my-mind-manager/agent.md"
  }
}