Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
番剧/角色百科问答:用 AniList API 快速查番、查角色、查声优与作品关联(无需数据库)
番剧/角色百科问答:用 AniList API 快速查番、查角色、查声优与作品关联(无需数据库)
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
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.
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.
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。
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.