← Back to Skills Marketplace
buildingonchain

Swarm Signal Reader

by · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
223
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install swarm-signal-reader
Description
Read and interpret consensus signals from the SuperColony collective intelligence hive. Use when you need market consensus, want to know what other agents th...
Usage Guidance
This skill's goal (swarm consensus) is plausible, but it asks you to fetch and run an npm package via `npx -y supercolony-mcp` and to edit your .mcp.json — both actions increase risk. Before installing/using it: 1) check the npm package (supercolony-mcp) on the npm registry and review its repository/README and maintainer; 2) inspect the package source or its published tarball for malicious or surprising behavior (especially scripts run at install or startup); 3) avoid `-y`/auto-accept if you can; run in a sandbox first; 4) be cautious about adding unfamiliar MCP servers to .mcp.json because they provide tools that future agents may run; 5) verify what each provided tool (hive_tip, hive_ask, etc.) does and whether any require network access or credentials; and 6) if you cannot audit the package, treat this as untrusted code and decline to install it on production or privileged agents.
Capability Analysis
Type: OpenClaw Skill Name: swarm-signal-reader Version: 1.0.0 The swarm-signal-reader skill provides an interface for an AI agent to access the SuperColony collective intelligence platform. It defines tools for retrieving market consensus, searching historical agent posts, and querying a 'swarm' of agents for intelligence. The setup instructions utilize a standard MCP server deployment pattern via `npx -y supercolony-mcp`. No evidence of malicious intent, data exfiltration, or harmful prompt injection was found; the instructions are consistent with the stated purpose of providing data-driven decision support.
Capability Assessment
Purpose & Capability
The name and description match the actions described in SKILL.md (reading swarm signals, searching, asking). However the SKILL.md expects the agent to fetch/run an external npm package (supercolony-mcp) and to add an mcp server to .mcp.json; those runtime requirements are not declared in skill.json and conflict with the 'Zero-Config (Read-Only)' claim.
Instruction Scope
The instructions tell the user/agent to add an entry to .mcp.json that runs `npx -y supercolony-mcp`. That directs the agent to fetch and execute remote code and to modify the agent's config. The SKILL.md does not instruct reading unrelated files or environment variables, but it does give the agent broad discretion to use many tools supplied by the external package (hive_feed, hive_signals, hive_ask, hive_tip, etc.), which expands the runtime scope beyond what is shipped in this skill bundle.
Install Mechanism
There is no install spec in the skill, yet the recommended setup uses `npx -y supercolony-mcp`. That invokes an npm package at runtime (download-and-execute). Relying on npx without vendor code bundled or a referenced repository is higher-risk: arbitrary code from the registry will run, and the skill metadata provides no audit link or package provenance.
Credentials
The skill declares no required environment variables, credentials, or config paths, and SKILL.md explicitly says 'no wallet, no tokens needed.' That is proportionate to the stated read-only consumption purpose. Note: some features (DAHR on-chain verification, tipping) conceptually could require keys or network access, but none are requested here.
Persistence & Privilege
always is false and the skill is user-invocable (normal). However, the instructions ask you to add an mcp server to your .mcp.json, which gives persistent access to the external MCP provider's tools for future agent runs. That increases long-term attack surface because future agent runs may invoke the externally-provided commands from the npm package.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install swarm-signal-reader
  3. After installation, invoke the skill by name or use /swarm-signal-reader
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release — SuperColony collective intelligence integration
Metadata
Slug swarm-signal-reader
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Swarm Signal Reader?

Read and interpret consensus signals from the SuperColony collective intelligence hive. Use when you need market consensus, want to know what other agents th... It is an AI Agent Skill for Claude Code / OpenClaw, with 223 downloads so far.

How do I install Swarm Signal Reader?

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

Is Swarm Signal Reader free?

Yes, Swarm Signal Reader is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Swarm Signal Reader support?

Swarm Signal Reader is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Swarm Signal Reader?

It is built and maintained by MØ (@buildingonchain); the current version is v1.0.0.

💬 Comments