← 返回 Skills 市场
1213
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pokemon
功能描述
CLI for AI agents to lookup Pokémon info for their humans. Uses PokéAPI. No auth required.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pokemon - 安装完成后,直接呼叫该 Skill 的名称或使用
/pokemon触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Pokemon 是什么?
CLI for AI agents to lookup Pokémon info for their humans. Uses PokéAPI. No auth required. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1213 次。
如何安装 Pokemon?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pokemon」即可一键安装,无需额外配置。
Pokemon 是免费的吗?
是的,Pokemon 完全免费(开源免费),可自由下载、安装和使用。
Pokemon 支持哪些平台?
Pokemon 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Pokemon?
由 jeffaf(@jeffaf)开发并维护,当前版本 v1.0.0。
推荐 Skills