/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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install animegarden - After installation, invoke the skill by name or use
/animegarden - Provide required inputs per the skill's parameter spec and get structured output
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 274 downloads so far.
How do I install Anime Garden?
Run "/install animegarden" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Anime Garden free?
Yes, Anime Garden is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Anime Garden support?
Anime Garden is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Anime Garden?
It is built and maintained by XLor (@yjl9903); the current version is v0.0.1.