Anime Garden
v0.0.1Anime Garden is a anime torrent resources aggregation platform, which is also a third-party mirror of 動漫花園, 萌番组, and ANi. Use when required task is searching...
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description promise (search anime resources via Anime Garden) aligns with the provided SKILL.md and references/api.md: all instructions are about building filters, calling https://api.animes.garden endpoints, and normalizing responses. The skill does not ask for unrelated credentials, binaries, or config paths.
Instruction Scope
SKILL.md and references/api.md instruct only network calls to the documented API endpoints (GET/POST /resources, GET /detail/{provider}/{id}, metadata endpoints). There are no instructions to read local files, environment variables, or transmit data to unexpected endpoints.
Install Mechanism
Instruction-only skill with no install spec and no code files to write or execute. This is the lowest-risk install model and matches the skill's purpose.
Credentials
No environment variables, credentials, or config paths are requested. The level of access requested (none) is proportionate to a read-only API integration.
Persistence & Privilege
always is false and disable-model-invocation is false (normal). The skill does not request persistent system presence or modification of other skills/config; this is proportionate for an API-search skill.
Assessment
This skill is coherent with its stated purpose and appears to only perform HTTP queries against https://api.animes.garden. Before installing: verify you trust the API host (it will return magnet links/trackers and other torrent metadata), be aware of legal/copyright implications in your jurisdiction for accessing or using torrent resources, and confirm you are comfortable with the agent making outbound network requests to that domain. If you need the agent to act autonomously with this skill, check the platform's agent autonomy settings; autonomous invocation is allowed by default but is not required to use the skill interactively.Like a lobster shell, security has layers — review code before you run it.
latest
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.
Comments
Loading comments...
