# Send my-mind Manager to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- 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.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "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": {
    "downloadUrl": "/downloads/my-mind-manager",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=my-mind-manager",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "my-mind-manager",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T04:19:54.902Z",
      "expiresAt": "2026-05-08T04:19:54.902Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=my-mind-manager",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=my-mind-manager",
        "contentDisposition": "attachment; filename=\"my-mind-manager-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "my-mind-manager"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "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."
      ]
    }
  },
  "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"
  }
}
```
## Documentation

### my-mind Manager Skill

帮助管理灵感、文章和创作素材的 AI 技能。

### 1. 初始化目录结构

自动创建标准的 my-mind 目录结构：

my-mind/
├── ideas/              # 灵感库
│   ├── fleeting/       # 瞬时灵感
│   ├── structured/     # 整理后的灵感
│   └── projects/       # 项目构想
├── articles/           # 文章库
│   ├── drafts/         # 草稿
│   ├── published/     # 已发布
│   └── ideas/         # 文章构想
├── assets/             # 创作素材
│   ├── images/
│   ├── audios/
│   ├── videos/
│   └── attachments/
├── inbox/              # 收集箱
│   ├── temp/
│   └── to-process/
└── archive/           # 归档

### 2. 灵感管理

记录灵感：快速记录碎片想法
整理灵感：将瞬时灵感整理成结构化内容
归档灵感：将完成的项目构想归档

### 3. 文章创作

创建草稿：基于灵感创建新文章
编辑文章：帮助续写、修改文章
发布文章：标记为已完成/已发布

### 4. 素材管理

整理和归类素材
移动素材到正确位置
清理临时文件

### 方式一：初始化新仓库

当用户说"初始化 my-mind"或"创建目录结构"时：

创建目录结构
生成 README.md 使用指南
提交代码

### 方式二：记录灵感

当用户说"记录灵感"、"有个想法"时：

询问灵感内容
按日期创建文件到 ideas/fleeting/
询问是否需要整理

### 方式三：写作文章

当用户说"写文章"、"创作"时：

询问文章主题和方向
创建草稿到 articles/drafts/
逐步完善内容

### 方式四：发布文章

当用户说"发布文章"、"完成文章"时：

确认文章已完成
移动到 articles/published/
按日期重命名

### 灵感

瞬时灵感：YYYY-MM-DD-简短描述.md
整理后：YYYY-MM-DD-主题.md
项目：项目名-阶段.md

### 文章

草稿：文章名-draft.md
定稿：YYYY-MM-DD-文章名.md

### 重要规则

所有文件使用 Markdown 格式
灵感文件优先放入 fleeting/，再根据需要整理到 structured/
文章发布前确认用户意图
素材移动前确认目标路径
定期提醒用户清理 inbox/to-process/

### 配套工具

Obsidian
Notion
任意 Markdown 编辑器
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Amateur0x1
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-01T04:19:54.902Z
- Expires at: 2026-05-08T04:19:54.902Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/my-mind-manager)
- [Send to Agent page](https://openagent3.xyz/skills/my-mind-manager/agent)
- [JSON manifest](https://openagent3.xyz/skills/my-mind-manager/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/my-mind-manager/agent.md)
- [Download page](https://openagent3.xyz/downloads/my-mind-manager)