← Back to Skills Marketplace
87
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install pokeinfo
Description
Query Pokémon / Pokemon information from PokéAPI. Lookup Pokemon details by name or ID - stats, abilities, types, moves, sprites, and cries. Supports 9 langu...
Usage Guidance
This skill is internally consistent: it fetches Pokémon JSON and assets from pokeapi.co and raw.githubusercontent.com, formats localized text, and optionally converts/outputs a local voice file. Before installing, consider: 1) network access — the skill will make outbound HTTPS requests to public hosts (no API keys are required); 2) local files — it will create/read ~/.config/pokeinfo/config.json and write temporary voice files under /tmp when using --voice; 3) dependencies — voice conversion requires Python packages (soundfile, scipy) as documented; 4) verify the included scripts (scripts/pokeinfo.py) if you want to confirm there are no extra network endpoints or unexpected behavior. The only minor inconsistency is that the skill metadata did not declare the config path even though the script writes to ~/.config/pokeinfo/config.json; this is informational and not a functional mismatch.
Capability Analysis
Type: OpenClaw Skill
Name: pokeinfo
Version: 1.0.2
The 'pokeinfo' skill is a legitimate tool for querying Pokémon data from the public PokéAPI. The code in scripts/pokeinfo.py uses standard libraries (urllib, json, os) to fetch and format data, with optional audio processing using soundfile/scipy for voice messages. While SKILL.md contains specific instructions for the AI agent to output text 'AS-IS' and avoid additional translations, these are clearly intended to preserve the script's built-in localization logic rather than to bypass security controls or hide malicious behavior. No evidence of data exfiltration, unauthorized execution, or obfuscation was found.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description match the code and runtime instructions: the script queries PokéAPI and Pokémon-related GitHub raw assets. The requested/networked hosts (pokeapi.co and raw.githubusercontent.com) are consistent with the stated purpose.
Instruction Scope
Runtime instructions are narrowly scoped to fetching Pokémon JSON and cry audio, formatting localized text, persisting a language setting to ~/.config/pokeinfo/config.json, and (optionally) converting/saving a voice file under /tmp. The SKILL.md explicitly instructs the agent how to parse and display output. No instructions request unrelated files, credentials, or system scanning. Note: SKILL.md instructs the agent to run the bundled script and send the produced local voice file—this is expected for the feature but means the agent will read and transmit a file from /tmp.
Install Mechanism
No install spec is provided (instruction-only install / manual copy or 'clawhub install'). Included code is Python script(s) — no external binary installers, no downloads from arbitrary/shortened URLs, and no archive extraction. Voice conversion requires Python packages (soundfile, scipy) mentioned in the docs.
Credentials
The skill declares no required environment variables or credentials, which matches the claimed no-auth API usage. It does persist per-user configuration to ~/.config/pokeinfo/config.json. The registry metadata listed 'required config paths: none' even though the SKILL.md and code write/read that config file — this is a minor metadata inconsistency but not a security red flag by itself.
Persistence & Privilege
The skill does not request always:true and does not attempt to modify other skills or system-wide agent settings. It persists only its own config under the user's home directory, which is explained in the docs.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pokeinfo - After installation, invoke the skill by name or use
/pokeinfo - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
Add security note clarifying no credentials are required
v1.0.1
Optimize description for better Pokemon-related search discoverability
v1.0.0
Initial release: Pokemon info from PokeAPI with multi-language support and voice messages
Metadata
Frequently Asked Questions
What is Pokeinfo?
Query Pokémon / Pokemon information from PokéAPI. Lookup Pokemon details by name or ID - stats, abilities, types, moves, sprites, and cries. Supports 9 langu... It is an AI Agent Skill for Claude Code / OpenClaw, with 87 downloads so far.
How do I install Pokeinfo?
Run "/install pokeinfo" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Pokeinfo free?
Yes, Pokeinfo is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Pokeinfo support?
Pokeinfo is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Pokeinfo?
It is built and maintained by Chris Lo (@chrisluo5311); the current version is v1.0.2.
More Skills