# Send Workspace Indexer 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": "workspace-indexer",
    "name": "Workspace Indexer",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/Harukaon/workspace-indexer",
    "canonicalUrl": "https://clawhub.ai/Harukaon/workspace-indexer",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/workspace-indexer",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=workspace-indexer",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "skill.json"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "workspace-indexer",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T16:09:50.422Z",
      "expiresAt": "2026-05-08T16:09:50.422Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=workspace-indexer",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=workspace-indexer",
        "contentDisposition": "attachment; filename=\"workspace-indexer-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "workspace-indexer"
      },
      "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/workspace-indexer"
    },
    "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/workspace-indexer",
    "downloadUrl": "https://openagent3.xyz/downloads/workspace-indexer",
    "agentUrl": "https://openagent3.xyz/skills/workspace-indexer/agent",
    "manifestUrl": "https://openagent3.xyz/skills/workspace-indexer/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/workspace-indexer/agent.md"
  }
}
```
## Documentation

### Workspace Indexer

自动维护 workspace 目录索引。

### 触发条件

用户说"更新 workspace 索引"
定期维护（建议在 HEARTBEAT.md 中配置每天检查一次）

### 1. 搜索记忆

首先使用 memory_search 搜索每个目录的相关记忆，了解目录用途和历史。

### 2. 扫描目录

使用 exec 工具扫描 workspace 目录结构。

### 3. 智能递归

容器目录（projects/、research/、skills/）：进入查看子目录
项目根目录（包含 .git、package.json、README 等标志文件）：停止递归，直接索引
普通目录：直接索引

### 4. 收集信息

对每个目录：

读取 README 或注释（如果有）
检查是否有运行中的服务或容器
不要深入分析项目内部文件

### 5. 生成索引

写入 WORKSPACE_INDEX.md，格式参考以下示例：

skills/my-custom-skill/
自定义技能，用于处理特定任务。包含 SKILL.md 和相关脚本。相关记忆：2026-01-15.md，搜索关键词：custom skill

projects/web-app/
Web 应用项目，使用 Node.js + React 构建。当前运行中，端口 3000。相关记忆：2026-02-01.md，搜索关键词：web app project

research/experiment-a/
实验性项目，用于测试新技术方案。包含 Docker 容器，容器 ID abc123，端口 8080。相关记忆：2026-02-10.md，搜索关键词：experiment a

old-project/
旧项目目录，已不再使用。包含 .git 仓库（50MB），总大小 200MB。状态：待清理

memory/
每日记忆目录，按日期存储原始对话日志（YYYY-MM-DD.md 格式）。MEMORY.md 是从这些日志中提炼的长期记忆

tmp/
临时文件目录，存放测试脚本和临时数据

### 注意事项

只索引目录级别，不深入项目内部
描述要详细但精炼，包含：用途、运行状态、相关记忆文件、搜索关键词
标记废弃或待清理的项目

### 定期维护

建议在 HEARTBEAT.md 添加每天检查任务：

## Workspace 索引维护
每天检查 workspace 目录变化，如有新增或变更则更新索引
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Harukaon
- 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-01T16:09:50.422Z
- Expires at: 2026-05-08T16:09:50.422Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/workspace-indexer)
- [Send to Agent page](https://openagent3.xyz/skills/workspace-indexer/agent)
- [JSON manifest](https://openagent3.xyz/skills/workspace-indexer/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/workspace-indexer/agent.md)
- [Download page](https://openagent3.xyz/downloads/workspace-indexer)