{
  "schemaVersion": "1.0",
  "item": {
    "slug": "anime",
    "name": "Anime",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/jeffaf/anime",
    "canonicalUrl": "https://clawhub.ai/jeffaf/anime",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/anime",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=anime",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/anime"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/anime",
    "agentPageUrl": "https://openagent3.xyz/skills/anime/agent",
    "manifestUrl": "https://openagent3.xyz/skills/anime/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/anime/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Anime Lookup",
        "body": "CLI for AI agents to search and lookup anime for their humans. \"What's that anime about the elf mage?\" — now your agent can answer.\n\nUses Jikan (unofficial MyAnimeList API). No account or API key needed."
      },
      {
        "title": "Usage",
        "body": "\"Search for anime called Frieren\"\n\"What's the top anime right now?\"\n\"What anime is airing this season?\"\n\"Tell me about anime ID 52991\""
      },
      {
        "title": "Commands",
        "body": "ActionCommandSearchanime search \"query\"Get detailsanime info <mal_id>Current seasonanime seasonTop rankedanime top [limit]Upcominganime upcoming [limit]Specific seasonanime season <year> <season>"
      },
      {
        "title": "Examples",
        "body": "anime search \"one punch man\"      # Find anime by title\nanime info 30276                  # Get full details by MAL ID\nanime top 10                      # Top 10 anime\nanime season                      # Currently airing\nanime season 2024 fall            # Fall 2024 season\nanime upcoming 5                  # Next 5 upcoming anime"
      },
      {
        "title": "Output",
        "body": "Search/list output:\n\n[52991] Sousou no Frieren — 28 eps, Finished Airing, ⭐ 9.28\n\nInfo output:\n\n🎬 Sousou no Frieren\n   English: Frieren: Beyond Journey's End\n   MAL ID: 52991 | Score: 9.28 | Rank: #1\n   Episodes: 28 | Status: Finished Airing\n   Genres: Adventure, Drama, Fantasy\n   Studios: Madhouse\n\n📖 Synopsis:\n[Full synopsis text]\n\n🎥 Trailer: [YouTube URL if available]"
      },
      {
        "title": "Notes",
        "body": "Uses Jikan v4 API (api.jikan.moe)\nRate limit: 3 req/sec, 60 req/min\nNo authentication required\nMAL ID is the MyAnimeList database ID\nSeasons: winter, spring, summer, fall"
      },
      {
        "title": "Agent Implementation Notes",
        "body": "Script location: {skill_folder}/anime (symlink to scripts/anime)\n\nWhen user asks about anime:\n\nRun ./anime search \"title\" to find MAL ID\nRun ./anime info <id> for full details\nRun ./anime season or ./anime top for recommendations\n\nDon't use for: Non-anime media (manga, movies unless anime films)."
      }
    ],
    "body": "Anime Lookup\n\nCLI for AI agents to search and lookup anime for their humans. \"What's that anime about the elf mage?\" — now your agent can answer.\n\nUses Jikan (unofficial MyAnimeList API). No account or API key needed.\n\nUsage\n\"Search for anime called Frieren\"\n\"What's the top anime right now?\"\n\"What anime is airing this season?\"\n\"Tell me about anime ID 52991\"\n\nCommands\nAction\tCommand\nSearch\tanime search \"query\"\nGet details\tanime info <mal_id>\nCurrent season\tanime season\nTop ranked\tanime top [limit]\nUpcoming\tanime upcoming [limit]\nSpecific season\tanime season <year> <season>\nExamples\nanime search \"one punch man\"      # Find anime by title\nanime info 30276                  # Get full details by MAL ID\nanime top 10                      # Top 10 anime\nanime season                      # Currently airing\nanime season 2024 fall            # Fall 2024 season\nanime upcoming 5                  # Next 5 upcoming anime\n\nOutput\n\nSearch/list output:\n\n[52991] Sousou no Frieren — 28 eps, Finished Airing, ⭐ 9.28\n\n\nInfo output:\n\n🎬 Sousou no Frieren\n   English: Frieren: Beyond Journey's End\n   MAL ID: 52991 | Score: 9.28 | Rank: #1\n   Episodes: 28 | Status: Finished Airing\n   Genres: Adventure, Drama, Fantasy\n   Studios: Madhouse\n\n📖 Synopsis:\n[Full synopsis text]\n\n🎥 Trailer: [YouTube URL if available]\n\nNotes\nUses Jikan v4 API (api.jikan.moe)\nRate limit: 3 req/sec, 60 req/min\nNo authentication required\nMAL ID is the MyAnimeList database ID\nSeasons: winter, spring, summer, fall\nAgent Implementation Notes\n\nScript location: {skill_folder}/anime (symlink to scripts/anime)\n\nWhen user asks about anime:\n\nRun ./anime search \"title\" to find MAL ID\nRun ./anime info <id> for full details\nRun ./anime season or ./anime top for recommendations\n\nDon't use for: Non-anime media (manga, movies unless anime films)."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/jeffaf/anime",
    "publisherUrl": "https://clawhub.ai/jeffaf/anime",
    "owner": "jeffaf",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/anime",
    "downloadUrl": "https://openagent3.xyz/downloads/anime",
    "agentUrl": "https://openagent3.xyz/skills/anime/agent",
    "manifestUrl": "https://openagent3.xyz/skills/anime/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/anime/agent.md"
  }
}