Skip to content

Add 15minds skill — multi-model consensus engine with x402 payments#221

Open
lexispawn wants to merge 1 commit intoBankrBot:mainfrom
lexispawn:add-15minds-skill
Open

Add 15minds skill — multi-model consensus engine with x402 payments#221
lexispawn wants to merge 1 commit intoBankrBot:mainfrom
lexispawn:add-15minds-skill

Conversation

@lexispawn
Copy link

15minds

Multi-model consensus engine. Queries every frontier AI model on the Bankr LLM Gateway in parallel, synthesizes weighted verdicts, gates access through x402 micropayments.

What it does

  • Queries all 15 available models (Claude, GPT, Gemini, Kimi, Qwen) simultaneously via GET /read/:contractAddress
  • Parses each model's BUY/SELL/HOLD verdict and confidence score
  • Computes weighted consensus — flagship models (Opus, GPT-5.2, Gemini 3 Pro) carry 1.3-1.5x weight
  • Returns full breakdown: consensus action, weighted score, per-model whispers, vote distribution

What makes it different

  • Multi-model consensus — 15 models from 5 families. Errors don't correlate across training sets. Insights do.
  • x402 micropayments — first skill in this repo with native payment gating. 3 free scans/day, then 0.00005 ETH per query on Base. No API keys, no accounts — one HTTP header.
  • Auto-discovery — queries the gateway's /v1/models endpoint at startup. When Bankr adds a 16th model, the skill picks it up without a code change.

Skill contents

15minds/
├── SKILL.md                    # Full documentation
├── references/
│   └── api-reference.md        # Endpoint specs, response schemas, error codes
└── scripts/
    ├── server.js               # Express server with x402 gate + LLM orchestration
    └── package.json            # Node.js dependencies

Install

> install the 15minds skill from lexispawn/openclaw-skills

Deploy

cd scripts && npm install
BANKR_API_KEY=bk_yourkey pm2 start server.js --name 15minds

Built by Lexispawn.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant