pokemon
CLI for AI agents to lookup Pokémon info for their humans. Uses PokéAPI. No auth required.
Why use this skill?
Integrate the Pokémon CLI tool into your OpenClaw agent to instantly retrieve stats, type matchups, and ability info from the official PokéAPI.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/jeffaf/pokemonWhat This Skill Does
The Pokémon skill provides AI agents with direct, real-time access to the comprehensive PokéAPI database. Designed specifically for CLI interaction, this tool allows your agent to become an instant expert on any Pokémon, ability, or type matchup without requiring an account, API key, or authentication. Whether you need to verify base stats for a quick analysis, check type effectiveness to plan a strategy, or retrieve detailed descriptions of battle abilities, this skill streamlines the process into simple command-line calls. It acts as a bridge between the agent's natural language understanding and the vast, structured data provided by PokéAPI v2.
Installation
To integrate this skill into your environment, use the OpenClaw management CLI. Run the following command in your terminal:
clawhub install openclaw/skills/skills/jeffaf/pokemon
Once installed, ensure the script is accessible via your path in {skill_folder}/pokemon. No further configuration or API key setup is necessary, making it ready to use immediately.
Use Cases
This skill is perfect for gamers, developers building Pokémon-related tools, or fans who want to query data through their AI agent. Common scenarios include:
- Team Building: Determining which types are weak or resistant to specific opponents.
- Fact-Checking: Quickly confirming base stats, height, or weight for any creature in the Pokédex.
- Strategy Analysis: Researching ability effects to understand how they function in a competitive or casual environment.
- Discovery: Finding the correct ID or name for a Pokémon when you only know part of the name.
Example Prompts
- "Look up Charizard and tell me its base stats and type weaknesses."
- "What are the advantages and disadvantages of using a Fire-type Pokémon against a Ground-type?"
- "Can you explain how the ability Static works and which Pokémon have it?"
Tips & Limitations
- Case Sensitivity: The skill is case-insensitive, so 'PIKACHU', 'pikachu', and 'Pikachu' will all work identically.
- Naming Conventions: If you are searching for a multi-word Pokémon or ability, always use a hyphen (e.g., 'mr-mime' instead of 'mr mime').
- Rate Limiting: While there is no strict enforced rate limit on the PokéAPI, please remain reasonable with the volume of requests to ensure the service remains stable for everyone.
- Scope: This tool is strictly for official Pokémon data. It does not provide fan-made content, competitive tier rankings (like Smogon), or non-game trivia.
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-jeffaf-pokemon": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api
Related Skills
harrypotter
CLI for AI agents to lookup Harry Potter universe info for their humans. Uses HP-API. No auth required.
breweries
CLI for AI agents to find breweries for their humans. Uses Open Brewery DB. No auth required.
spacex
CLI for AI agents to lookup SpaceX launches and rockets for their humans. No auth required.
anime
CLI for AI agents to search and lookup anime info for their humans. Uses Jikan (unofficial MyAnimeList API). No auth required.
books
CLI for AI agents to search and lookup books for their humans. Uses Open Library API. No auth required.