Skip to content
Productivity
Skill

/pokedex

Look up any Pokemon's types, base stats, and abilities from the public PokeAPI. Use whenever the user mentions a specific Pokemon by name or asks about its stats, types, or abilities.

From plugin
waku-agent
1k9 skills
Install
$ npx -y skills add ShenSeanChen/waku-agent --skill pokedex --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/pokedex

Context preview

The summary Claude sees to decide when to auto-load this skill.

Look up any Pokemon's types, base stats, and abilities from the public PokeAPI. Use whenever the user mentions a specific Pokemon by name or asks about its stats, types, or abilities.

SKILL.md

pokedex.SKILL.md
name: pokedex
description: Look up any Pokemon's types, base stats, and abilities from the public PokeAPI. Use whenever the user mentions a specific Pokemon by name or asks about its stats, types, or abilities.

Pokedex

Professor Oak's Pokedex — the agent reads this file only when a Pokemon comes up (progressive disclosure), then runs the script below. Nothing is loaded into context until it is needed. This is the "a CLI + its README replaces MCP" pattern.

Look up a Pokemon

./pokedex.sh <name>      # e.g. ./pokedex.sh pikachu

Names are lowercase, hyphenated for forms (e.g. `mr-mime`, `charizard`). The script hits `https://pokeapi.co` (public, no API key) and prints one clean line: types, base HP / Attack / Defense / Speed, and abilities.

When to combine with the battle tool

If the user asks "what beats X?", first run `./pokedex.sh X` to get X's types, then call the `type_matchup` tool (from the pokemon-battle extension) on each of those types to reason about offense and defense.

Ships withwaku-agent

Your own AI assistant. On your laptop. In code you can read in an afternoon. Meet Waku — a local-first personal assistant that shows the four pillars behind every serious agent: Harness · Loop · Memory · Eval/LLM-Ops. No frameworks hiding the good parts.

Get the whole plugin
Stats
1,005
Stars
210
Forks
Active
Maintenance
Python
Language
MIT
License
14h ago
Last commit
1mo ago
Created

Repo: ShenSeanChen/waku-agent

Other skills on waku-agent.