wot

Installation
SKILL.md

Web of Trust (WoT) Skill

Pre-transaction counterparty risk assessment using Nostr Web of Trust scores. Accepts Nostr hex pubkeys or npub1... bech32 addresses only.

  • 52K+ pubkeys indexed with 2.4M+ trust edges
  • Trust edges weighted by zap receipts (economic signal, harder to fake)
  • Free tier: wot.klabo.world (50 req/day per IP), no key required
  • Paid fallback: maximumsats.com/api/wot-report (100 sats via L402) when free tier exhausted
  • 1-hour local cache to avoid redundant API calls

This is a doc-only MCP-tool skill. Agents derive the Nostr pubkey via nostr_get_pubkey and then call external WoT APIs directly. There is no wot.ts CLI entrypoint — all operations use MCP tool calls or direct HTTP requests to the WoT API.

Key Derivation

Use nostr_get_pubkey to get the agent's Nostr pubkey before calling WoT API endpoints:

nostr_get_pubkey({})
Installs
8
Repository
aibtcdev/skills
GitHub Stars
7
First Seen
May 12, 2026
wot — aibtcdev/skills