ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Pipeworx Anilist

Skill by b-gutman

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/b-gutman/pipeworx-anilist
Or

Anilist

AniList MCP — wraps AniList GraphQL API (free, no auth)

search_anime

Search for anime by title. Returns title, episode count, status, score, genres, and synopsis. Use ge

get_anime

Get full anime details by ID. Returns title, synopsis, episodes, duration, status, score, genres, st

trending_anime

Get currently trending anime ranked by popularity. Returns title, status, score, episode count, and

{
  "mcpServers": {
    "anilist": {
      "url": "https://gateway.pipeworx.io/anilist/mcp"
    }
  }
}

Metadata

Author@b-gutman
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-b-gutman-pipeworx-anilist": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.