番剧/角色百科问答:用 AniList API 快速查番、查角色、查声优与作品关联(无需数据库)
Security Analysis
high confidenceThe skill is internally consistent: it bundles a small Python CLI that queries AniList's GraphQL API and the runtime instructions tell the agent to run that script and format the JSON — no unexpected credentials, installs, or suspicious network endpoints are requested.
Name/description (AniList-based anime/character/staff lookups) match the bundled code and instructions. The included anilist_cli.py performs GraphQL queries against https://graphql.anilist.co and returns normalized JSON. One minor inconsistency: the registry metadata reported 'no required binaries' but SKILL.md metadata lists python3 as a required binary — this is expected (the script is Python) but should be reconciled by the publisher.
SKILL.md narrowly instructs the agent to run the bundled script via exec with specific command formats (anime/character/staff queries), to use the returned JSON as authoritative, and to format replies. The instructions do not ask the agent to read unrelated files, access extra environment variables, or send data to endpoints other than AniList.
No install spec — this is an instruction-only skill with one bundled Python file. Nothing is downloaded at install time and no external packages or archives are pulled. Risk from install mechanism is minimal.
The skill requests no environment variables or credentials and the code uses only outbound HTTP(S) to AniList. There are no secrets requested, no access to unrelated services, and no config paths referenced.
always is false and the skill does not try to modify other skills or system-wide settings. It executes a local script when invoked and makes outbound requests; this is appropriate for its purpose.
Guidance
This skill is a small, coherent helper that runs the included Python script to query AniList and formats results. Before installing: confirm the agent environment has python3 available (SKILL.md requires it), and that you are comfortable letting the agent execute a bundled script that will make outbound network calls to graphql.anilist.co. No API keys or secrets are requested. Also note the minor metadata mismatch (registry vs SKILL.md about python3); it's benign but you may want the publisher to fix the manifest. If you require no outbound network access or do not trust executing bundled code, do not install.
Latest Release
v1.0.0
otaku-wiki 1.0.0 - 首次发布,支持使用 AniList API 实时查询动画、角色、声优等百科信息,无需本地数据库。 - 提供快速搜索脚本命令,响应“查番/查角色/查声优”需求,并以清晰卡片方式整理输出。 - 优化中文回答格式,自动总结关键信息、简介、关联角色/声优及官方链接。 - 增强兜底机制,确保查询失败时优雅提示并指导用户完善关键词。 - 内置对比功能,支持两部作品对比主要要素。
More by @Robin797860
Published by @Robin797860 on ClawHub