← 返回 Skills 市场
1260
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install starwars
功能描述
CLI for AI agents to lookup Star Wars universe info for their humans. Uses SWAPI. No auth required.
安全使用建议
This skill claims to be a simple SWAPI CLI and does not request secrets, which is good — but the package does not include the 'starwars' script the instructions reference. Before installing or running anything: (1) verify the actual CLI source (follow the README's GitHub link and inspect scripts/starwars or official releases); (2) do not symlink or install any script into /usr/local/bin until you have reviewed its contents and network behavior; (3) prefer downloading releases from the repository's official releases page (avoid pastebins or unverified URLs); (4) if you let an agent invoke the skill autonomously, ensure you trust it to fetch/install code or restrict it to use only an already-reviewed binary; and (5) check that the script only calls swapi.dev (or other expected hosts) and does not phone home to unexpected endpoints. If the author can provide the script source inline in the package or a signed release URL, that would resolve the main concern.
功能分析
Type: OpenClaw Skill
Name: starwars
Version: 1.0.0
The skill bundle is benign. Its stated purpose is to query Star Wars data from SWAPI, which is consistent across all documentation. The `SKILL.md` instructions for the AI agent are specific and limited to calling the `starwars` script with predefined subcommands and arguments, showing no signs of prompt injection. The required binaries (`bash`, `curl`, `jq`) are appropriate for interacting with a REST API, and there is no evidence of data exfiltration, malicious execution, persistence, or obfuscation.
能力评估
Purpose & Capability
Name/description match the declared behavior (queries SWAPI). Required binaries (bash, curl, jq) are proportionate for a small CLI that calls a public API. However, the SKILL.md and README refer to a './starwars' wrapper and 'scripts/starwars' being present — no such script is included in the package, creating a mismatch between claimed capabilities and what's actually provided.
Instruction Scope
Runtime instructions tell the agent to run a local CLI wrapper (./starwars people "name" etc.). The skill package contains only README.md and SKILL.md with no scripts. It's unclear whether the agent should install the CLI, fetch it from an external URL, or already have it on PATH. The instructions do not ask for unrelated files or credentials, but they give the agent broad discretion to run a local executable that isn't present — risk arises if the agent attempts to download or execute code without explicit, auditable source.
Install Mechanism
There is no formal install spec (instruction-only), which is low risk in principle. The README documents manual installation that clones a GitHub repo and symlinks a script into /usr/local/bin; because no script is bundled, a user or agent would need to obtain code externally. That external fetch is not specified within SKILL.md and therefore increases risk until the script source is inspected.
Credentials
The skill requests no environment variables or credentials, which is appropriate for a public, unauthenticated API like SWAPI. Required binaries are reasonable for the described operations.
Persistence & Privilege
Skill is not set to always:true and does not request special persistence or system-wide configuration changes. The README suggests optional manual installation into system paths, which is normal for a CLI but should be done only after code review.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install starwars - 安装完成后,直接呼叫该 Skill 的名称或使用
/starwars触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the Star Wars CLI skill.
- Search Star Wars characters, planets, films, species, and starships using SWAPI (no authentication required)
- Human-friendly output with key details (species, homeworlds, film info, etc.)
- CLI commands for each entity type (people, planets, films, species, starships)
- No coverage for sequel trilogy, TV shows, or extended universe
元数据
常见问题
Starwars 是什么?
CLI for AI agents to lookup Star Wars universe info for their humans. Uses SWAPI. No auth required. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1260 次。
如何安装 Starwars?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install starwars」即可一键安装,无需额外配置。
Starwars 是免费的吗?
是的,Starwars 完全免费(开源免费),可自由下载、安装和使用。
Starwars 支持哪些平台?
Starwars 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Starwars?
由 jeffaf(@jeffaf)开发并维护,当前版本 v1.0.0。
推荐 Skills