nostr-wot

Query Nostr Web of Trust scores and Sybil classifications for pubkeys.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/Jay0xx/forge0btc-news-agent --skill nostr-wot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nostr-wot
Source: https://github.com/Jay0xx/forge0btc-news-agent/tree/main/aibtcdev-skills/nostr-wot
Command: npx skills add https://github.com/Jay0xx/forge0btc-news-agent --skill nostr-wot

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Nostr users face counterparty risk and unpredictable trust dynamics; nostr-wot provides Web of Trust scores and Sybil detection to quantify and surface reliability of pubkeys.

Core Features & Use Cases

  • WoT trust-score lookups for hex pubkeys or npub addresses with ranking and percentile data.
  • Sybil detection classifications (normal, suspicious, likely_sybil) based on trust signals.
  • Network-health insights and neighbor discovery to understand graph health and connectivity.
  • Local caching and a dual API strategy (free tier with paid fallback) for robust operation.

Quick Start

Run the nostr-wot tool with a pubkey to obtain its WoT score and classification.

Frequently Asked Questions about nostr-wot

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check the Web of Trust score for a Nostr pubkey?

You can check a Nostr Web of Trust score by querying a hex pubkey or npub bech32 address, which returns ranking, percentile data, and Sybil classification. The tool supports local TTL-based caching and dual API sources.

What is Sybil detection in a Nostr network graph?

Sybil detection in a Nostr network graph classifies pubkeys as normal, suspicious, or likely_sybil based on trust signals. This helps identify unreliable nodes and quantify counterparty risk within the network.

Can I use npub bech32 addresses for Nostr trust score lookups?

Yes, you can use npub bech32 addresses for Nostr trust score lookups. The system directly accepts both npub bech32 addresses and hex pubkeys to return deterministic Web of Trust scores and classifications.

How do I find network neighbors and graph health for a Nostr pubkey?

To find network neighbors and graph health for a Nostr pubkey, perform a lookup to discover connected nodes and evaluate connectivity. This surfaces reliability metrics and helps understand the surrounding network structure.

What happens when the free API tier for Nostr WoT scores is exhausted?

When the free API tier for Nostr WoT scores is exhausted, the system automatically falls back to a paid endpoint. This dual API strategy ensures robust operation and deterministic outputs without interruption.