← 返回 Skills 市场
Spacescan
作者
Koba42Corp
· GitHub ↗
· v1.0.0
1609
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install spacescan
功能描述
Access Chia blockchain data including blocks, transactions, addresses, CAT tokens, NFTs, network stats, and XCH price via Spacescan.io API with an API key.
安全使用建议
This skill appears to be what it says: a Spacescan.io client that needs only a Spacescan API key. Before installing, verify you obtained your key from the official https://www.spacescan.io/apis page; avoid pasting the key into public places or git history. If you prefer not to append the key into ~/.zshrc or ~/.bashrc, keep it in a session-only environment or use a secret manager. Running the provided install.sh will run npm install (check dependencies and run npm audit if desired) and the README suggests npm link which places a global 'scan'/'spacescan' binary — only run that if you want a global CLI. Finally, review network calls/logging policies (to ensure the API key isn't accidentally logged) and consider rate limits on the free tier.
功能分析
Type: OpenClaw Skill
Name: spacescan
Version: 1.0.0
The OpenClaw AgentSkills skill bundle for Spacescan.io is benign. All network requests are directed to the legitimate `https://api.spacescan.io` endpoint, and the `SPACESCAN_API_KEY` is handled securely for authentication with this service. The `install.sh` script only performs standard `npm install` operations, and the `SKILL.md` and other documentation contain no prompt injection attempts or instructions for the AI agent to perform actions outside its stated purpose of querying Chia blockchain data.
能力评估
Purpose & Capability
Name/README/SKILL.md and the included code implement a client for Spacescan.io (Chia blockchain explorer). The only credential referenced (SPACESCAN_API_KEY) is appropriate for that purpose. No unrelated binaries, credentials, or config paths are requested.
Instruction Scope
SKILL.md and index.js only instruct the agent/user to call the Spacescan API and to set SPACESCAN_API_KEY. The README suggests appending the key to shell profiles (echo 'export ...' >> ~/.zshrc) and using npm link to create global commands — these are benign but do persist to user shell/global PATH if the user follows them, so users should be aware before running those commands.
Install Mechanism
There is no registry install spec; the bundle provides an install.sh that runs npm install and the package.json declares standard npm dependencies (axios). Dependencies come from the npm registry (package-lock.json). No arbitrary HTTP downloads, shorteners, or extraction from unknown servers were found.
Credentials
Only SPACESCAN_API_KEY is required and the code explicitly reads process.env.SPACESCAN_API_KEY. No other secrets or unrelated environment variables/config paths are requested.
Persistence & Privilege
The skill is not always-enabled and does not modify other skills or system agent configs. Installation guidance includes npm link (creates global CLI entries) and shell-profile edits which create persistent system changes if executed — these are user-driven, not automatic, but users should be aware.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install spacescan - 安装完成后,直接呼叫该 Skill 的名称或使用
/spacescan触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Complete Spacescan.io API client with blocks, transactions, addresses, network stats, CATs, NFTs. Requires API key. CLI and Telegram support.
元数据
常见问题
Spacescan 是什么?
Access Chia blockchain data including blocks, transactions, addresses, CAT tokens, NFTs, network stats, and XCH price via Spacescan.io API with an API key. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1609 次。
如何安装 Spacescan?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install spacescan」即可一键安装,无需额外配置。
Spacescan 是免费的吗?
是的,Spacescan 完全免费(开源免费),可自由下载、安装和使用。
Spacescan 支持哪些平台?
Spacescan 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Spacescan?
由 Koba42Corp(@koba42corp)开发并维护,当前版本 v1.0.0。
推荐 Skills