← Back to Skills Marketplace
koba42corp

Spacescan

by Koba42Corp · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
1609
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install spacescan
Description
Access Chia blockchain data including blocks, transactions, addresses, CAT tokens, NFTs, network stats, and XCH price via Spacescan.io API with an API key.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install spacescan
  3. After installation, invoke the skill by name or use /spacescan
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug spacescan
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 1609 downloads so far.

How do I install Spacescan?

Run "/install spacescan" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Spacescan free?

Yes, Spacescan is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Spacescan support?

Spacescan is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Spacescan?

It is built and maintained by Koba42Corp (@koba42corp); the current version is v1.0.0.

💬 Comments