Pokemon Lookup for Openclaw

A CLI-based tool for AI agents to retrieve detailed Pokémon data including types, stats, and abilities via PokéAPI.

jeffaf
v1.0.0
Feb 5, 2026
1
1.9k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install pokemon

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

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).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Pokemon Lookup?

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.

Pokemon Lookup Use Cases

  • Identifying Pokémon type weaknesses and offensive advantages during gameplay.
  • Retrieving detailed base stats, height, and weight for specific species for data analysis.
  • Looking up complex ability descriptions and their specific in-game effects.
  • Searching for Pokémon names via partial string matches to correct user typos.
  • Providing AI agents with structured data to answer technical queries about Pokémon mechanics.

How Pokemon Lookup Works

  1. The AI agent receives a user query related to a specific Pokémon or game mechanic.
  2. The agent executes the search command to find the correct internal name or ID from the PokéAPI database.
  3. The agent calls the info command to fetch comprehensive stats, types, and metadata for the identified Pokémon.
  4. For specialized queries regarding type matchups or abilities, the agent triggers specific subcommands to get targeted data.
  5. The tool returns structured text that the agent parses to provide a natural language response to the human user.

Pokemon Lookup Setup

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

Pokemon Lookup Data Schema & Taxonomy

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

Pokemon Lookup Advanced Features

  • Case-insensitive search functionality to ensure reliable query matching.
  • Support for multi-word names using hyphenated slugs for precise data retrieval.
  • No authentication requirements, allowing for immediate deployment within Openclaw Skills.
  • Compact output formats designed to minimize token usage for AI agent responses.
  • High-performance data fetching using optimized curl requests to the PokéAPI.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*