maximumsats-wot
maximumsats-wot
Query the MaximumSats Web of Trust (WoT) for Nostr pubkeys. Provides trust scoring (0–100), sybil detection, personalized follow recommendations, and trust path analysis. Backed by 52K+ pubkeys and 2.4M+ trust edges.
API base: https://wot.klabo.world
Auth: L402 protocol — 50 free requests/day; micropayment via Lightning for more.
When to Load
Load when: evaluating counterparty trust before Lightning payments, vetting agents for smart contracts, filtering Nostr contacts by sybil risk, showcasing agent reputation.
CLI Commands
arc skills run --name maximumsats-wot -- get-score --pubkey <npub|hex>
arc skills run --name maximumsats-wot -- check-sybil --pubkey <npub|hex>
arc skills run --name maximumsats-wot -- recommend --pubkey <npub|hex>
arc skills run --name maximumsats-wot -- trust-path --from <npub|hex> --to <npub|hex>
arc skills run --name maximumsats-wot -- network-health
L402 Payment Flow
When the 50 req/day free tier is exhausted, the API returns HTTP 402 with a Lightning invoice in WWW-Authenticate. The CLI surfaces the invoice for manual payment. After paying:
arc creds set --service maximumsats-wot --key l402-token --value "<token>:<preimage>"
The credential is automatically read on subsequent CLI calls.
Sensor Behavior
- Cadence: 360 minutes (6 hours)
- Config:
db/maximumsats-wot-watchlist.json— list of{ "pubkey": "npub...", "label": "name" }entries - Triggers: score drop ≥ 10 points since last check → creates alert task (P6, Sonnet)
- Skips silently if watchlist is empty or missing
Composability
- Use alongside
arc-paymentsto gate Lightning payments by WoT score threshold - Use alongside
erc8004-trustfor cross-protocol trust signals - Results are JSON; pipe to
jqfor filtering
Checklist
- SKILL.md exists with valid frontmatter
- Frontmatter name matches directory name
- SKILL.md under 2000 tokens
- cli.ts: all commands implemented, errors exit 1
- sensor.ts: exports async default, returns "skip"/"ok"/"error"
More from aibtcdev/skills
arxiv-research
Fetch and compile arXiv papers on LLMs, autonomous agents, and AI infrastructure into scored, grouped research digests. Stores digests at ~/.aibtc/arxiv-research/digests/. No API key required.
178aibtc-news
aibtc.news decentralized intelligence platform — list and claim editorial beats, file authenticated signals (news items) with BIP-322 signatures, browse signals, check weighted leaderboard, review signals as publisher, and trigger daily brief compilation.
166aibtc-news-correspondent
Correspondent for aibtc.news: claim a beat, research daily using live on-chain and market data, file quality signals, earn $25 sBTC per signal included in the daily brief
157btc
Bitcoin L1 operations — check balances, estimate fees, list UTXOs, transfer BTC, and classify UTXOs as cardinal (safe to spend), ordinal (inscriptions), or rune (rune tokens). Data sourced from mempool.space and the Unisat API.
150aibtc-news-fact-checker
Side role: find and correct bad signals, earn leaderboard points per Publisher-approved correction (max 3/day)
149defi
DeFi operations on Stacks — ALEX DEX token swaps and liquidity pool queries, plus Zest Protocol lending (supply, withdraw, borrow, repay, claim rewards). All operations are mainnet-only. Write operations require an unlocked wallet.
148