A CLI-based tool for AI agents to retrieve detailed Pokémon data including types, stats, and abilities via PokéAPI.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install pokemon
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install pokemon using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Pokemon Lookup skill provides a streamlined interface for AI agents to interact with the PokéAPI, enabling them to answer complex questions about Pokémon attributes. As part of the broader collection of Openclaw Skills, it allows agents to perform searches, retrieve base stats, and analyze type matchups without requiring any authentication or API keys. It is designed to be lightweight and fast, relying on standard Unix tools to deliver data efficiently to the user.
This skill is particularly useful for developers building assistants that need access to comprehensive gaming databases. By integrating this into Openclaw Skills, your AI agent gains the ability to process commands like searching for specific species, checking ability effects, or calculating defensive type advantages with high precision.
To integrate this tool into your environment, ensure you have the necessary dependencies installed. This specific addition to Openclaw Skills requires bash, curl, and jq to function correctly.
# Install required dependencies on your system
sudo apt-get install curl jq
# The skill can be invoked directly by the agent via the wrapper
./pokemon search "charizard"
./pokemon info 6
The skill retrieves data from the PokéAPI v2 and formats it into structured blocks for easy consumption. The data is organized into several key categories:
| Data Category | Information Provided |
|---|---|
| Identity | Name, Pokédex number, and official sprite URLs |
| Physical Traits | Types, Height (m), and Weight (kg) |
| Base Stats | HP, Attack, Defense, Special Attack, Special Defense, and Speed |
| Abilities | List of abilities with both short and full effect descriptions |
| Type Matchups | 2x, 0.5x, and 0x damage multipliers for both offense and defense |
Loading
A CLI tool enabling AI agents to query the Harry Potter universe for character details, spells, and Hogwarts house information via the HP-API.

A specialized CLI tool that allows AI agents to fetch comprehensive geographical and demographic data for any country using the REST Countries API.

A sophisticated decision-support tool that spawns a panel of expert sub-agents to provide diverse feedback and a synthesized verdict on your ideas.

A lightweight CLI tool for AI agents to locate and identify breweries across the globe using the Open Brewery DB.

A CLI-driven tool for AI agents to search, browse, and retrieve detailed cooking recipes and international meal ideas.

A powerful CLI tool allowing AI agents to query SpaceX mission schedules, rocket specifications, and crew details without an API key.








































