# Send Otaku Wiki 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. 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. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "otaku-wiki",
    "name": "Otaku Wiki",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/Robin797860/otaku-wiki",
    "canonicalUrl": "https://clawhub.ai/Robin797860/otaku-wiki",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/otaku-wiki",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=otaku-wiki",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "anilist_cli.py"
    ],
    "downloadMode": "redirect",
    "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/otaku-wiki"
    },
    "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/otaku-wiki",
    "downloadUrl": "https://openagent3.xyz/downloads/otaku-wiki",
    "agentUrl": "https://openagent3.xyz/skills/otaku-wiki/agent",
    "manifestUrl": "https://openagent3.xyz/skills/otaku-wiki/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/otaku-wiki/agent.md"
  }
}
```
## Documentation

### 你可以用的工具

exec：运行 {baseDir}/anilist_cli.py（默认联网）。exec 参数见文档：command/workdir/env/timeout 等。:contentReference[oaicite:1]{index=1}

### 使用方式（核心）

判定用户意图：查番 / 查角色 / 查声优（staff）
调用脚本拿到 JSON
把 JSON 组织成“二次元百科卡片”回复（短描述 + 关键信息 + 链接）

### 命令约定（你必须严格按下面调用）

查番（anime）：
python3 "{baseDir}/anilist_cli.py" anime --search "<关键词或日文名或英文名>" --top 1


按 AniList ID 直查番：
python3 "{baseDir}/anilist_cli.py" anime --id <数字ID>


查角色（character）：
python3 "{baseDir}/anilist_cli.py" character --search "<角色名>" --top 1


查声优/STAFF（staff）：
python3 "{baseDir}/anilist_cli.py" staff --search "<声优/STAFF 名>" --top 1

### 输出格式要求（回复给用户时）

第一行：标题（作品名/角色名）+ (年份/类型/集数)
关键信息区（尽量 6~10 行要点）：

放送/状态/集数/每集时长/季度年份
题材：Genres + Top Tags（去掉 isAdult=true 的 tag）
评分：averageScore / popularity / favourites
简介：description 截断到 200~300 字，去 HTML
关联：角色/声优/代表作（取前 3 个）
链接：AniList siteUrl（必须给）


若用户问“对比 A 和 B”：分别查两次 anime，然后输出对比表（评分/类型/集数/年代/标签差异）。

### 失败与兜底

AniList 搜索不到：把 top 提到 5，再试；仍失败就提示用户换关键词/提供原文名/给 MAL 链接（但不需要再问太多问题）。
不要编造信息；所有硬数据必须来自脚本 JSON。
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Robin797860
- Version: 1.0.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/otaku-wiki)
- [Send to Agent page](https://openagent3.xyz/skills/otaku-wiki/agent)
- [JSON manifest](https://openagent3.xyz/skills/otaku-wiki/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/otaku-wiki/agent.md)
- [Download page](https://openagent3.xyz/downloads/otaku-wiki)