CLI for AI agents to lookup Pokémon info for their humans. Uses PokéAPI. No auth required.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install pokemon或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install pokemon⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/pokemon/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: pokemon version: 1.0.0 description: "CLI for AI agents to lookup Pokémon info for their humans. Uses PokéAPI. No auth required." homepage: https://pokeapi.co metadata: openclaw: emoji: "⚡" requires: bins: ["bash", "curl", "jq"] tags: ["pokemon", "pokeapi", "games", "entertainment", "cli"] ---
CLI for AI agents to lookup Pokémon info for their humans. "What type is Charizard weak to?" — now your agent can answer.
Uses PokéAPI. No account or API key needed.
"Look up Pikachu"
"What are fire type weaknesses?"
"Tell me about the ability Levitate"
"Search for dragon Pokémon"
| Action | Command | |--------|---------| | Search | pokemon search "query" | | Get details | pokemon info | | Type matchups | pokemon type | | Ability info | pokemon ability |
pokemon search pikachu # Find Pokémon by partial name
pokemon info 25 # Get details by Pokédex number
pokemon info charizard # Get details by name
pokemon type fire # Fire type matchups
pokemon ability static # Ability description
Search output:
Pikachu
Pikachu-rock-star
Pikachu-belle
Info output:
⚡ Pikachu [#25]
Types: Electric
Height: 0.4m | Weight: 6kg
Base Stats:
HP: 35 | Atk: 55 | Def: 40
Sp.Atk: 50 | Sp.Def: 50 | Spd: 90
Abilities: Static, Lightning rod
Sprite: https://raw.githubusercontent.com/.../25.png
Compact format:
[#25] Pikachu — Electric, HP: 35, Atk: 55, Def: 40, Spd: 90
Type output:
🔥 Type: Fire
⚔️ Offensive:
2x damage to: Grass, Ice, Bug, Steel
½x damage to: Fire, Water, Rock, Dragon
0x damage to: None
🛡️ Defensive:
2x damage from: Water, Ground, Rock
½x damage from: Fire, Grass, Ice, Bug, Steel, Fairy
0x damage from: None
Ability output:
✨ Ability: Static
📖 Effect:
Pokémon with this Ability have a 30% chance of paralyzing
attacking Pokémon on contact.
🎯 Short: Has a 30% chance of paralyzing attacking Pokémon on contact.
pokemon info mr-mime---
Script location: {skill_folder}/pokemon (wrapper) → scripts/pokemon
When user asks about Pokémon:
./pokemon search "name" to find exact name./pokemon info for full stats./pokemon type for matchup questions./pokemon ability for ability detailsCommon patterns:
Don't use for: Non-Pokémon game info, competitive tier lists, or fan content.
安装 Pokemon 后,可以对 AI 说这些话来触发它
Help me get started with Pokemon
Explains what Pokemon does, walks through the setup, and runs a quick demo based on your current project
Use Pokemon to cLI for AI agents to lookup Pokémon info for their humans
Invokes Pokemon with the right parameters and returns the result directly in the conversation
What can I do with Pokemon in my developer & devops workflow?
Lists the top use cases for Pokemon, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/pokemon/ 目录(个人级,所有项目可用),或 .claude/skills/pokemon/(项目级)。重启 AI 客户端后,用 /pokemon 主动调用,或让 AI 根据上下文自动发现并使用。
Pokemon 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Pokemon 可免费安装使用。请查阅仓库了解许可证信息。
CLI for AI agents to lookup Pokémon info for their humans. Uses PokéAPI. No auth required.
Pokemon 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using Pokemon
Identifies repetitive steps in your workflow and sets up Pokemon to handle them automatically