← 返回 Skills 市场
jeffaf

Anime

作者 jeffaf · GitHub ↗ · v1.0.1
cross-platform ⚠ suspicious
2059
总下载
1
收藏
7
当前安装
2
版本数
在 OpenClaw 中安装
/install anime
功能描述
CLI for AI agents to search and lookup anime info for their humans. Uses Jikan (unofficial MyAnimeList API). No auth required.
使用说明 (SKILL.md)

Anime Lookup

CLI for AI agents to search and lookup anime for their humans. "What's that anime about the elf mage?" — now your agent can answer.

Uses Jikan (unofficial MyAnimeList API). No account or API key needed.

Usage

"Search for anime called Frieren"
"What's the top anime right now?"
"What anime is airing this season?"
"Tell me about anime ID 52991"

Commands

Action Command
Search anime search "query"
Get details anime info \x3Cmal_id>
Current season anime season
Top ranked anime top [limit]
Upcoming anime upcoming [limit]
Specific season anime season \x3Cyear> \x3Cseason>

Examples

anime search "one punch man"      # Find anime by title
anime info 30276                  # Get full details by MAL ID
anime top 10                      # Top 10 anime
anime season                      # Currently airing
anime season 2024 fall            # Fall 2024 season
anime upcoming 5                  # Next 5 upcoming anime

Output

Search/list output:

[52991] Sousou no Frieren — 28 eps, Finished Airing, ⭐ 9.28

Info output:

🎬 Sousou no Frieren
   English: Frieren: Beyond Journey's End
   MAL ID: 52991 | Score: 9.28 | Rank: #1
   Episodes: 28 | Status: Finished Airing
   Genres: Adventure, Drama, Fantasy
   Studios: Madhouse

📖 Synopsis:
[Full synopsis text]

🎥 Trailer: [YouTube URL if available]

Notes

  • Uses Jikan v4 API (api.jikan.moe)
  • Rate limit: 3 req/sec, 60 req/min
  • No authentication required
  • MAL ID is the MyAnimeList database ID
  • Seasons: winter, spring, summer, fall

Agent Implementation Notes

Script location: {skill_folder}/anime (symlink to scripts/anime)

When user asks about anime:

  1. Run ./anime search "title" to find MAL ID
  2. Run ./anime info \x3Cid> for full details
  3. Run ./anime season or ./anime top for recommendations

Don't use for: Non-anime media (manga, movies unless anime films).

安全使用建议
This skill's functionality (querying the public Jikan API) is harmless in principle, but the registry package is missing the actual CLI that the SKILL.md tells the agent to run. Before installing or following the README's git-clone/symlink instructions: 1) Inspect the external repository (https://github.com/jeffaf/anime-skill) manually to ensure the scripts do only the expected curl/jq calls to api.jikan.moe and do not contain arbitrary shell commands that read files or exfiltrate data. 2) Avoid running install commands with sudo until you review the code. 3) If you want a minimal risk setup, implement your own small wrapper that calls api.jikan.moe with curl and parses JSON with jq (no external code fetch). 4) If you plan to let an agent invoke this skill autonomously, remember it will be able to run the CLI; ensure the CLI you install is the vetted one. If you want, provide the actual script content or an install spec that fetches a pinned, signed release so the package contains the runtime artifacts instead of pointing to an external repo.
功能分析
Type: OpenClaw Skill Name: anime Version: 1.0.1 The skill bundle is benign. It provides a CLI for an AI agent to query the Jikan (MyAnimeList) API. The `SKILL.md` and `README.md` clearly define the skill's purpose, usage, and requirements (`bash`, `curl`, `jq`), all of which are necessary for its stated function of making API calls and processing JSON. There is no evidence of data exfiltration, malicious execution, persistence, obfuscation, or prompt injection attempts against the agent to subvert its behavior beyond the skill's stated purpose.
能力评估
Purpose & Capability
Name/description (anime lookup via Jikan) align with required binaries (bash, curl, jq). No credentials or unusual system access are requested, which is proportional for a public-API lookup tool. However, the SKILL.md and README expect a local executable/scripts (scripts/anime) to be present while the published package contains only README.md and SKILL.md — the runtime artifact the agent is told to run is missing from the bundle.
Instruction Scope
The runtime instructions tell the agent to run a local CLI (./anime search, ./anime info, etc.). The package does not include that CLI. README provides manual install steps that instruct cloning from an external GitHub repo (https://github.com/jeffaf/anime-skill) and symlinking a script into /usr/local/bin. Directing users/agents to fetch and run code from an external source increases attack surface and could lead to running arbitrary code not reviewed as part of this skill package.
Install Mechanism
There is no formal install spec in the registry package (instruction-only), which is low-risk by itself. But the README's manual install (git clone a GitHub repo and symlink into /usr/local/bin) effectively delegates installation to an external source. That is a legitimate distribution method, but because the published package omits the script, it forces an external fetch — a supply-chain concern if the external repo differs from expectations.
Credentials
The skill declares no environment variables, no credentials, and no config paths. For a public, read-only lookup CLI using Jikan (no auth required), this is proportionate.
Persistence & Privilege
always is false; the skill does not request persistent system-wide privileges in the manifest. The README suggests creating a symlink in /usr/local/bin which requires filesystem write permissions (possibly sudo) — normal for installing a CLI, but the user should be aware that installation modifies system PATH locations.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install anime
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /anime 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Clarified the skill's audience as AI agents assisting humans. - Improved description for better context in automations and agent use cases. - No changes to commands or output. All functionality remains the same.
v1.0.0
Initial release – Lookup anime info using the Jikan API (unofficial MyAnimeList). - Search for anime titles and retrieve details (title, episodes, score, etc.). - Get full info by MyAnimeList ID, including synopsis, genres, and trailer. - Browse top-ranked, upcoming, and current or specific seasonal anime. - No account or API key required; works directly from the command line. - Supports easy, human-friendly commands (e.g., "anime top 10", "anime search 'Frieren'").
元数据
Slug anime
版本 1.0.1
许可证
累计安装 8
当前安装数 7
历史版本数 2
常见问题

Anime 是什么?

CLI for AI agents to search and lookup anime info for their humans. Uses Jikan (unofficial MyAnimeList API). No auth required. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2059 次。

如何安装 Anime?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install anime」即可一键安装,无需额外配置。

Anime 是免费的吗?

是的,Anime 完全免费(开源免费),可自由下载、安装和使用。

Anime 支持哪些平台?

Anime 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Anime?

由 jeffaf(@jeffaf)开发并维护,当前版本 v1.0.1。

💬 留言讨论