NanoClaw API
No LLM
Pure reference document. Maps slash commands to curl calls against NanoClaw API. Defines delegation routing, team spawning patterns, and escalation rules.
Reads
/api/tasks, /api/revenue, /api/agents
Writes
Nothing (read-only)
Commands
/status task + revenue summary
/trigger <id> fire a task
/delegate <ws> spawn-and-await
Agent LLM
GitHub API
Multi-agent orchestration for PRD → GitHub Issue → Dev+QA loop → PR workflow using Claude Code Agent Teams.
Commands
/prd idea → GitHub issue
/impl issue → PR
LLM-as-Judge
10 ACP Offerings
Tests all 10 live ACP offerings end-to-end with real API calls, payment simulation, and quality scoring. 3-phase: health, functional, quality.
Reads
Ports 8100–8130 (live services)
Self-Directed
Git Operations
Autonomous overnight protocol — processes unchecked tasks from tasks.md, implements, tests, commits, logs progress. 3-attempt blocker limit.
Reads
tasks.md, rules.md, CLAUDE.md
Writes
agent-log.md, git commits
No LLM
Base L2
ClawTasks API
Manages presence on ClawTasks bounty marketplace — scout tasks, build reputation, earn USDC. Contract on Base L2.
CLI
clawtasks-cli.mjs register|bounties|claim|submit|balance
No LLM
No Network
5 pure regex/fs checks: changelog date, progress date, orphaned [x] items, agents.json validity, skill completeness. --fix auto-corrects dates.
Commands
/audit run 5 checks, PASS/FAIL/WARN
/audit --fix auto-correct dates
Claude LLM
Gamma + CLOB
Scans Polymarket for mispriced prediction markets, generates fair-value estimates via Claude, executes trades with 8%+ edge using Kelly criterion.
Modes
--scan-only find mispriced markets
--run --paper paper trade execution
--daemon --paper continuous scan loop
Claude LLM
46 Data Sources
AI-driven investment decision engine with RAG over ~46 finance data sources producing trade/hold/exit decisions.
Entry Point
python3 scripts/get_one_decision.py
Quincy LLM
CLOB + Binance WS
HFT market-making on Polymarket's 5-min BTC up/down markets with zero-fee maker status and rebates. 4 phases: research, scaffold, risk, backtest.
Data
CLOB API, Binance WebSocket
Engine
py-clob-client, bot.py
No LLM
Polymarket + Alpaca + DEX
Risk monitoring (Sam Sentinel), strategy research/backtesting, trade execution across Polymarket, Alpaca, and DEX protocols.
No Network
Haiku / Sonnet
Parses PROGRESS.md completed items, archives into archived_decisions.json with heuristic categories. Surfaces constraint briefings at session start.
Reads
04-PROGRESS.md, archived_decisions.json
Writes
archived_decisions.json
Commands
/memory-start session briefing (Haiku)
/memory-archive archive completed (Sonnet)
/memory-check <ws> workstream constraints
Agent WebSearch
Sonnet Synthesis
Two-phase: agent decomposes topic into queries and runs WebSearch, then research-formatter.ts formats results into RAGFILE entry with confidence + expiry.
Commands
/research "<topic>" search & format
--update-ragfile append to RAGFILE
NanoClaw API
Sonnet Analysis
Read-Only
Fetches 500 activity events, aggregates token usage, error rates, Opus overuse. Outputs text suggestions for prompt improvements. Never auto-applies.
Commands
/prompt-review analyze & suggest
NanoClaw API
Jobs API + Telegram
Standalone daily digest script — aggregates data from NanoClaw API, Jobs API, and sends formatted digest via Telegram. No agent loop overhead.
Entry Point
node leia-digest.mjs
GLM NLP
Base + Polygon + Solana
Paraswap + LI.FI
ACP skill for Cerebro Swap — natural language token swaps across Base, Polygon, Solana. NLP parser routes to best execution. 10 live ACP offerings.
Chains
Base, Polygon (full), Solana (blocked)
Aggregators
Paraswap, LI.FI Bridge
No LLM
Multi-Protocol
Bond.credit agent registration, Ekubo flash-loan arbitrage (zero capital), Panoptic V2 options trading, SQD staking/delegation.
Protocols
Bond.credit, Ekubo, Panoptic, SQD
Strategy
Flash-loan arb, options, staking
Claude LLM
Moltbook API
Content promotion, engagement tracking, and opportunity detection on Moltbook. BARKER posts, HAWK scouts, reply tracking, 7-day content schedule.
Agents
BARKER (post), HAWK (scout)
Tracking
reply-tracker, posting-log, scout-report
CLI
moltbook-cli.mjs createPost|search|heartbeat|getFeed
No LLM
XPR / Metal APIs
Scrapes XPR Network and Metal blockchain data (chain metrics, governance, token transfers), tracks validators, cross-promotes via Moltbook.
No LLM
Amazon + Trends APIs
Amazon dropshipping — trend detection (Google Trends, TikTok, News, BSR), SEO listing optimization, AutoDS order fulfillment.
No LLM
OSV.dev API
Discovers all package.json + requirements.txt, POSTs each dependency to OSV.dev API, filters CRITICAL/HIGH severity. --alert appends to PROGRESS.md.
Commands
/deps-scan scan all deps, print table
/deps-scan --alert also write to PROGRESS
DeepSeek-R1 + Claude
Local Analysis
Multi-model CLI for security research — maps attack surface from Solidity files, performs deep logic analysis, writes PoC exploits and patches.
CLI
bounty-cli.mjs map-repo|analyze-logic|write-poc|run-pipeline