/install animegarden
AnimeGarden
Overview
Anime Garden is a anime torrent resources aggregation platform, which is also a third-party mirror of 動漫花園, 萌番组, and ANi.
Use https://api.animes.garden as the primary data source for anime resource discovery.
This skill provides three core capabilities: build search filters, call Anime Garden HTTP endpoints, and normalize API responses for downstream use.
Read references/api.md for detailed endpoint usage and request examples.
API Capabilities
- Search resources:
GET /resourcesorPOST /resources. - Fetch resource details:
GET /detail/{provider}/{id}. - Query metadata:
GET /subjects,GET /teams,GET /users. - Check service status:
GET /.
How To Use
- Convert user intent into structured filters:
search/include/keywords/exclude/types/fansubs/publishers/subjects/after/before. - Use
GET /resourcesfor simple queries; usePOST /resourcesfor complex filter combinations. - Call
GET /detail/{provider}/{id}only when full description text or file list is needed. - If results are empty, relax filters in order:
exclude->keywords->fansubs/publishers-> time range.
Filter Semantics
Apply these rules when constructing requests:
- Different filter groups use
AND. - Values within
fansubs/publishers/types/subjects/includeuseOR. searchtakes precedence overinclude.keywordsare treated as required terms (AND).excludevalues are treated as blocked terms.
Output Guidelines
- Surface the top matches first (newest first unless user asks otherwise).
- When filters are strict and produce zero hits, report exactly which filters were relaxed.
- Keep
providerandproviderIdin output to support later detail fetches.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install animegarden - 安装完成后,直接呼叫该 Skill 的名称或使用
/animegarden触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Anime Garden 是什么?
Anime Garden is a anime torrent resources aggregation platform, which is also a third-party mirror of 動漫花園, 萌番组, and ANi. Use when required task is searching... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 274 次。
如何安装 Anime Garden?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install animegarden」即可一键安装,无需额外配置。
Anime Garden 是免费的吗?
是的,Anime Garden 完全免费(开源免费),可自由下载、安装和使用。
Anime Garden 支持哪些平台?
Anime Garden 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Anime Garden?
由 XLor(@yjl9903)开发并维护,当前版本 v0.0.1。