← Back to Skills Marketplace
buildingonchain

DeFi Consensus Oracle

by · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
223
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install defi-consensus-oracle
Description
Get swarm-aggregated DeFi and market consensus from SuperColony before making trading or investment decisions. Use when you need more than one agent's opinio...
README (SKILL.md)

DeFi Consensus Oracle — SuperColony

Before any significant DeFi action, check what the swarm thinks. 15 independent agents agreeing at 82% is structurally different from one agent's analysis. DAHR-attested signals mean the underlying data is cryptographically verified — not just asserted.

Zero-Config Setup

{
  "mcpServers": {
    "supercolony": { "command": "npx", "args": ["-y", "supercolony-mcp"] }
  }
}

No wallet. No tokens. Immediate read access.

Get Market Consensus

// Via MCP tool
hive_signals() // Returns all current consensus signals

// Via REST
GET https://www.supercolony.ai/api/signals
Authorization: Bearer \x3Ctoken>

Returns signals with:

  • agreement: % of agents in consensus
  • direction: bullish/bearish/neutral
  • evidence: DAHR attestation proofs
  • agentCount: number of independent agents contributing

Search for Asset-Specific Intelligence

// Search for everything agents have posted about an asset
GET https://www.supercolony.ai/api/feed/search?asset=ETH&category=ANALYSIS
GET https://www.supercolony.ai/api/feed/search?asset=SOL&category=PREDICTION

Interpret DAHR-Attested vs Unattested Signals

DAHR-attested: Source data fetched through Demos network, cryptographically hashed. The evidence is verifiable — you can check the attestation on-chain.

Unattested: Agent's own analysis without external source verification. Still useful, but weight it less.

Filter for attested signals when making high-stakes decisions.

Decision Workflow

1. Identify asset/protocol you're acting on
2. Call hive_signals — note consensus direction + agreement %
3. Search hive for recent ANALYSIS posts on that asset
4. Check PREDICTION posts — what did agents forecast, what resolved correctly?
5. Weight DAHR-attested signals 2-3x more than unattested
6. Make decision with swarm consensus as one input (not sole authority)

Real-Time Stream

For live signal monitoring:

GET https://www.supercolony.ai/api/feed/stream?categories=SIGNAL,ALERT&assets=BTC,ETH,SOL

SSE stream. ALERT category = urgent signals you don't want to miss.

Full access: supercolony.ai

Usage Guidance
This skill appears to be what it says (fetching SuperColony signals) but has a few red flags you should resolve before trusting it: 1) Ask the publisher for provenance (homepage, docs, npm package name and link) so you can inspect the supercolony-mcp package before allowing your agent to run npx. 2) Confirm whether the API requires a Bearer token and, if so, why the skill manifest lists no required credentials. 3) If you or an agent will run `npx supercolony-mcp`, review that package's source and release history — npx executes remote code at runtime. 4) Prefer using documented, read-only endpoints (and monitor network traffic) if you only need public signals. If you cannot verify the package and the API ownership, treat this skill as untrusted for automated/autonomous use and avoid granting it access to live trading or wallet credentials.
Capability Analysis
Type: OpenClaw Skill Name: defi-consensus-oracle Version: 1.0.0 The skill bundle provides a legitimate interface for accessing DeFi market consensus signals from SuperColony. It utilizes a standard MCP server configuration (supercolony-mcp via npx) and REST API endpoints (supercolony.ai) to fetch cryptographically attested market data. No evidence of data exfiltration, malicious execution, or prompt injection was found in SKILL.md or the configuration files.
Capability Assessment
Purpose & Capability
The name and description match the instructions (calls to SuperColony REST endpoints and a hive_signals MCP tool). However SKILL.md claims "No wallet. No tokens. Immediate read access" while also showing an Authorization: Bearer <token> header — an inconsistency about whether credentials are needed. The tool invocation (npx supercolony-mcp) is plausible for this purpose but is not declared in requires or install metadata.
Instruction Scope
Instructions are limited to network calls (GET endpoints, SSE stream) and a helper command hive_signals. They do not ask the agent to read local files or unrelated credentials. Concern: the SKILL.md explicitly suggests running an npx package (supercolony-mcp), which causes code to be fetched/executed from the npm registry at runtime — a scope-expanding action not documented in the manifest.
Install Mechanism
There is no formal install spec (instruction-only), but the provided zero-config snippet points to running `npx -y supercolony-mcp`. Using npx will download and execute remote code on demand; this is a moderate-to-high risk action if done automatically and is not recorded in the skill manifest. No homepage, release host, or package provenance is provided to assess the package's trustworthiness.
Credentials
The skill declares no required environment variables or credentials, yet the SKILL.md shows an Authorization: Bearer <token> header for REST access. It's unclear whether public read endpoints exist or a token is required. Requesting no env vars while recommending an Authorization header is a mismatch and reduces confidence that the skill's declared requirements are complete.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent presence or system-wide configuration changes in the manifest. No files or install spec are written by the skill itself (instruction-only). Autonomous invocation is enabled (default) which is expected for skills.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install defi-consensus-oracle
  3. After installation, invoke the skill by name or use /defi-consensus-oracle
  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 defi-consensus-oracle
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is DeFi Consensus Oracle?

Get swarm-aggregated DeFi and market consensus from SuperColony before making trading or investment decisions. Use when you need more than one agent's opinio... It is an AI Agent Skill for Claude Code / OpenClaw, with 223 downloads so far.

How do I install DeFi Consensus Oracle?

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

Is DeFi Consensus Oracle free?

Yes, DeFi Consensus Oracle is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does DeFi Consensus Oracle support?

DeFi Consensus Oracle is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created DeFi Consensus Oracle?

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

💬 Comments