← 返回 Skills 市场
346
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install anilist
功能描述
CLI for searching, retrieving anime and manga information, interacting with user profile and lists on Anilist, and more.
使用说明 (SKILL.md)
AniList CLI Skill
Use this skill for direct AniList CLI workflows. This guide is for LLM/agent execution only.
Installation Check
- Check availability:
command -v anilistcli
- If missing, install:
npm install -g @mtsku/anilist-cli
- Verify:
anilistcli --help
Command Map
- Discovery:
anilistcli discover seasonal --season WINTER --year 2026 -n 20anilistcli discover upcoming -n 15
- Airing:
anilistcli airing upcoming --hours 48 -n 25anilistcli airing next "\x3Ctitle>"anilistcli airing mine --hours 72 --limit 50
- Search/media:
anilistcli search anime "\x3Cquery>" -n 5anilistcli media recs "\x3Ctitle>" -n 10anilistcli media relations "\x3Canilist-url-or-title>"
- Profile/social:
anilistcli profile [username]anilistcli friends [username] -n 50
- List management:
anilistcli mine summary --hours 72 -n 10anilistcli list view --type anime --status-in "CURRENT,PLANNING"anilistcli planning add "\x3Ctitle>"anilistcli status set "\x3Ctitle>" CURRENTanilistcli progress set "\x3Ctitle>" 12
Auth Setup
- Set token:
anilistcli auth set-token "\x3Ctoken>"
- Verify auth:
anilistcli auth where
Output Mode
- Use
--jsonfor machine-readable output. - Public read endpoints work without auth.
- For mutations, run
--dry-runfirst unless explicit write execution is requested. - Quote title inputs that include spaces.
安全使用建议
This skill appears coherent for running an AniList CLI, but before installing: 1) check the npm package page (npmjs) and repository for @mtsku/anilist-cli — confirm the maintainer, recent activity, and source code. 2) Prefer installing in a contained environment (container or VM) or install locally rather than globally to limit system impact. 3) Inspect the package source (or its GitHub repo) to see how it stores auth tokens (where it writes config). 4) Only provide your AniList token if you trust the package; if unsure, use public read endpoints without auth or use a known upstream client. If you can't find a trustworthy source for the npm package, treat the install as risky and avoid providing secrets.
功能分析
Type: OpenClaw Skill
Name: anilist
Version: 0.3.2
The skill provides a standard interface for the AniList CLI tool, allowing an agent to search for anime/manga and manage user lists. It uses a public npm package (@mtsku/anilist-cli) for installation and provides clear, functional instructions in SKILL.md that align with its stated purpose without any evidence of malicious intent or prompt injection.
能力评估
Purpose & Capability
Name and description describe an AniList CLI. Declared requirement (node) and the install package (@mtsku/anilist-cli) align with that purpose; the CLI binary anilistcli matches commands listed in SKILL.md.
Instruction Scope
SKILL.md only instructs the agent to check for the binary, optionally run npm install -g, and execute anilistcli commands (search, discover, profile, list management, auth). It does not instruct reading unrelated files or env vars. Note: it recommends a global npm install which modifies system-wide node modules.
Install Mechanism
Install uses npm (package @mtsku/anilist-cli), which is a common and expected mechanism for Node CLIs. However, the skill metadata lists no homepage/source and the registry owner is not human-readable; this reduces traceability and increases risk of installing an untrusted npm package.
Credentials
The skill declares no required environment variables and the SKILL.md references only a token provided via the CLI (anilistcli auth set-token). That is proportional to an API-backed CLI. The SKILL.md does not disclose where the token will be stored (local config file, home directory, etc.), which is an implementation detail worth verifying.
Persistence & Privilege
The skill is not always-enabled and does not request system config paths or other skills' credentials. The main persistent effect is installing a global npm binary and whatever config the CLI writes locally when you run auth set-token.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install anilist - 安装完成后,直接呼叫该 Skill 的名称或使用
/anilist触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.3.2
- Added OpenClaw metadata for installation and binary requirements.
- Updated installation and command verification steps for improved clarity.
- Reorganized command examples under functional categories.
- Simplified and clarified agent execution and output guidelines.
- Updated authentication setup instructions.
v0.3.1
- Updated description to emphasize searching, retrieving anime/manga information, and interacting with user profiles and lists.
- No changes to usage, commands, or install instructions.
v0.3.0
**Significant update to usage guidance and command structure.**
- Rewrites and simplifies documentation, focusing on installation and direct command use.
- Switches all usage to `anilistcli` instead of `anilistctl`.
- Provides clear agent rules for execution, authentication, and safe mutation practices.
- Adds new command templates covering search, friends, and direct profile access.
- Removes previous detailed Bash command mappings for more concise usage patterns.
v0.2.1
- Added detailed usage, installation, and authentication instructions to SKILL.md.
- Listed key AniList CLI commands for discovery, airing schedules, recommendations, and list updates.
- Described fast-path command mappings for common user intents.
- Clarified token precedence and provided token setup instructions.
- Included notes on public data access, write permissions, and input validation.
- Improved documentation for end users and developers.
元数据
常见问题
AniList CLI 是什么?
CLI for searching, retrieving anime and manga information, interacting with user profile and lists on Anilist, and more. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 346 次。
如何安装 AniList CLI?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install anilist」即可一键安装,无需额外配置。
AniList CLI 是免费的吗?
是的,AniList CLI 完全免费(开源免费),可自由下载、安装和使用。
AniList CLI 支持哪些平台?
AniList CLI 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 AniList CLI?
由 matsku(@mtsku)开发并维护,当前版本 v0.3.2。
推荐 Skills