← All skills
Tencent SkillHub · Developer Tools

Otaku Wiki

番剧/角色百科问答:用 AniList API 快速查番、查角色、查声优与作品关联(无需数据库)

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

番剧/角色百科问答:用 AniList API 快速查番、查角色、查声优与作品关联(无需数据库)

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, anilist_cli.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 5 sections Open source page

你可以用的工具

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。

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs1 Scripts
  • SKILL.md Primary doc
  • anilist_cli.py Scripts