← 返回 Skills 市场
87
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力标签
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pokeinfo - 安装完成后,直接呼叫该 Skill 的名称或使用
/pokeinfo触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 87 次。
如何安装 Pokeinfo?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pokeinfo」即可一键安装,无需额外配置。
Pokeinfo 是免费的吗?
是的,Pokeinfo 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Pokeinfo 支持哪些平台?
Pokeinfo 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Pokeinfo?
由 Chris Lo(@chrisluo5311)开发并维护,当前版本 v1.0.2。
推荐 Skills