con un clic
oani
Openlist-Ani backend API reference — query library, downloads, RSS feeds.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Openlist-Ani backend API reference — query library, downloads, RSS feeds.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Bangumi (bgm.tv) API reference — search, subject detail, calendar, user collections, related subjects.
MUST USE whenever the user asks to download anything anime-related — an RSS link, a magnet link, a torrent URL, or just a description of the resource. This skill is the ONLY supported path to `oani/create_download`; calling that action without going through this skill skips library checks, collection rejection, title resolution, and user confirmation. Not for search (use `anime-search`); not for subscribe/unsubscribe (use `mikan` directly).
Use when the user wants anime recommendations, taste profile analysis, or asks "what should I watch" / "summarize my taste". Also triggers passively — record user taste signals during normal conversation.
Use when the user wants to search anime, check airing schedule, look up details, or find related works. Not for downloads — use anime-download.
Mikan (mikanani.me) API reference — search, subgroups, releases, subscribe/unsubscribe.
| name | oani |
| description | Openlist-Ani backend API reference — query library, downloads, RSS feeds. |
| when_to_use | When you need to call an oAni backend API action. For download workflows, use anime-download instead. |
Openlist-Ani backend API reference.
resources(id, url, title, anime_name, season, episode, fansub, quality, languages, version, downloaded_at)title — never fabricate one (the backend parses it for
rename).
DO NOT call this action directly from a user request. It is the final
step of the anime-download skill; calling it without going through that
skill skips library duplicate checks, collection rejection, title
resolution, and user confirmation. Whenever the user asks to download
anything (RSS link, magnet link, or just a description), invoke
anime-download instead — it will end up calling create_download for you
at the right time.title + download_url. Use when the user supplies an RSS URL.title (via dn= or
libtorrent metadata). Use before calling create_download whenever a
magnet's real title is not already known..torrent file URL (http / https) to its
real title and file list by downloading the blob and parsing it with
libtorrent. Use before calling create_download whenever the user
supplies a .torrent URL — do not hand a .torrent URL to
create_download without resolving it first.anime-download skill (Workflow 1a). Only call add_rss when the user
explicitly asks to "monitor" / "add this rss link" / "auto-download future
episodes" / "add this feed".All actions require the oAni backend service to be running. The backend URL is configured in config.toml:
[backend]
host = "127.0.0.1"
port = 26666
If the backend is not running, actions return a connection error. Tell the user to start the backend service first.