← 返回 Skills 市场
jeffaf

Spacex

作者 jeffaf · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1335
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install spacex
功能描述
CLI for AI agents to lookup SpaceX launches and rockets for their humans. No auth required.
安全使用建议
This skill's purpose and required tools look reasonable for a SpaceX CLI, but do not install or run it blindly. Key concerns: (1) the package lacks the ./spacex script the agent is instructed to run—verify the repository actually provides that executable; (2) README clone URL and declared homepage differ—confirm the correct, trusted source; (3) SKILL.md contains unicode-control characters (possible prompt-injection/obfuscation) — open the file in a hex/clean-text viewer or remove control chars before use. If you install, inspect the cloned files to ensure there are no unexpected scripts, and run networked components in a sandbox or VM if you want extra safety. Provide the actual script or a trusted upstream release URL to raise confidence.
功能分析
Type: OpenClaw Skill Name: spacex Version: 1.0.0 The skill bundle is a straightforward CLI wrapper for the SpaceX API. It requires `bash`, `curl`, and `jq`, which are standard tools for making HTTP requests and parsing JSON, aligning with its stated purpose. The `SKILL.md` provides clear, functional instructions for the AI agent on how to use the `spacex` tool, without any evidence of prompt injection attempts to mislead the agent or perform unauthorized actions. There are no signs of data exfiltration, malicious execution, persistence, or obfuscation in the provided files.
能力评估
Purpose & Capability
Name/description, required binaries (bash, curl, jq), and API usage (api.spacexdata.com) align with a SpaceX lookup CLI. However the README suggests cloning a different repo (jeffaf/spacex-skill) while the homepage points at the SpaceX-API repo, which is inconsistent.
Instruction Scope
Runtime instructions tell the agent to run a wrapper script at {skill_folder}/spacex (./spacex launches ...), but this package contains only README.md and SKILL.md—no script files are present. That mismatch means the instructions assume an executable that isn't provided here. SKILL.md otherwise limits actions to calling the public SpaceX API, but the pre-scan found unicode-control-chars (prompt-injection) in the SKILL.md, which is suspicious and could hide or manipulate content.
Install Mechanism
There is no install spec (instruction-only), which is low risk. But README suggests cloning a third-party GitHub repo (https://github.com/jeffaf/spacex-skill.git) that's different from the declared homepage; downloading/cloning external repos should be verified before running.
Credentials
The skill does not request any environment variables, credentials, or config paths—this is proportional for a public API lookup tool that requires no auth.
Persistence & Privilege
always is false and the skill does not request elevated persistence or to modify other skills; default autonomous invocation is allowed (platform default) and is not by itself a red flag.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install spacex
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /spacex 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release – Command-line tool for querying SpaceX launches, rockets, and crew: - Provides simple commands to list upcoming/past launches, rocket info, and crew members. - No authentication or account required; uses the community-maintained SpaceX API. - Returns concise, human-friendly output for quick answers. - Includes example usages and agent integration notes for easy adoption. - Requires bash, curl, and jq binaries.
元数据
Slug spacex
版本 1.0.0
许可证
累计安装 1
当前安装数 0
历史版本数 1
常见问题

Spacex 是什么?

CLI for AI agents to lookup SpaceX launches and rockets for their humans. No auth required. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1335 次。

如何安装 Spacex?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install spacex」即可一键安装,无需额外配置。

Spacex 是免费的吗?

是的,Spacex 完全免费(开源免费),可自由下载、安装和使用。

Spacex 支持哪些平台?

Spacex 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Spacex?

由 jeffaf(@jeffaf)开发并维护,当前版本 v1.0.0。

💬 留言讨论