← Back to Skills Marketplace
1213
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pokemon
Description
CLI for AI agents to lookup Pokémon info for their humans. Uses PokéAPI. No auth required.
Usage Guidance
This skill is plausible for looking up Pokémon data (it just queries pokeapi.co), but the package is incomplete: it refers to a local 'pokemon' CLI/script that is not included. Before installing or running anything: 1) Ask the publisher to provide the executable or a formal install spec, or include the script in the skill package. 2) If you follow the README to git clone the GitHub repo, inspect the repo's scripts first (open the scripts/pokemon file) to verify there is no unexpected network contact, credential collection, or destructive commands. 3) Prefer to run the CLI in a sandbox or VM the first time. 4) Confirm that network calls go only to pokeapi.co (and known raw.githubusercontent.com assets, if present) and that no environment secrets are required. If you cannot verify the remote repo or the script contents, do not run unknown executables on a production machine.
Capability Analysis
Type: OpenClaw Skill
Name: pokemon
Version: 1.0.0
The skill bundle is designed to interact with PokéAPI to retrieve Pokémon information. It explicitly requires `bash`, `curl`, and `jq`, which are appropriate for making HTTP requests to `pokeapi.co` and parsing JSON responses. The `SKILL.md` instructions for the AI agent are clear, directly align with the stated purpose, and do not contain any prompt injection attempts to mislead the agent into performing unauthorized actions or accessing sensitive data. No evidence of data exfiltration, persistence, or malicious execution was found.
Capability Assessment
Purpose & Capability
The skill describes a local CLI wrapper (commands like `pokemon`, script paths {skill_folder}/pokemon and scripts/pokemon) and the README shows cloning a GitHub repo, but the package contains only README.md and SKILL.md (no script/executable or install spec). Required binaries (bash, curl, jq) are reasonable for calling the PokéAPI, but the missing wrapper is an incoherence: either the package should include the CLI or the SKILL.md should show how to call the API directly.
Instruction Scope
Runtime instructions only call the local `pokemon` CLI and the PokéAPI (pokeapi.co). They do not request unrelated files, credentials, or other system data. However, because the SKILL.md expects a local executable that isn't present in the package, whoever installs may be instructed (by README) to clone a remote repo and run chmod — introducing an implicit step that isn't part of the packaged instructions.
Install Mechanism
There is no install spec in the package (lowest-risk form). The README suggests cloning https://github.com/jeffaf/pokemon-skill.git and making scripts executable; that is a manual download from an external source. If a user follows those steps, they will run arbitrary code from that GitHub repo — reasonable if the repo is trusted, but the skill package should have been self-contained or provided a verified install source.
Credentials
No environment variables, credentials, or config paths are requested. This is proportional to the stated purpose (public PokéAPI access requires no auth).
Persistence & Privilege
The skill does not request always:true and does not require persistent privileges. It allows autonomous invocation (platform default), which is expected for skills.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pokemon - After installation, invoke the skill by name or use
/pokemon - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release: Command-line Pokémon info lookup via PokéAPI, no authentication required.
- Supports searching by name, getting detailed stats, checking type matchups, and querying abilities.
- Outputs concise, readable summaries and matchup tables for quick referencing.
- Designed for easy CLI integration with clear usage instructions and examples.
- Requires bash, curl, and jq.
Metadata
Frequently Asked Questions
What is Pokemon?
CLI for AI agents to lookup Pokémon info for their humans. Uses PokéAPI. No auth required. It is an AI Agent Skill for Claude Code / OpenClaw, with 1213 downloads so far.
How do I install Pokemon?
Run "/install pokemon" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Pokemon free?
Yes, Pokemon is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Pokemon support?
Pokemon is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Pokemon?
It is built and maintained by jeffaf (@jeffaf); the current version is v1.0.0.
More Skills