nostr-wot

Identify Nostr pubkey trustworthiness via Web of Trust scores and sybil detection.

9|43|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/aibtcdev/skills --skill nostr-wot-aibtcdev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nostr-wot
Source: https://github.com/aibtcdev/skills/tree/main/nostr-wot
Command: npx skills add https://github.com/aibtcdev/skills --skill nostr-wot-aibtcdev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly assess the trustworthiness of Nostr pubkeys using Web of Trust scores and sybil detection, enabling proactive risk decisions in social networks.

Core Features & Use Cases

  • WoT trust-score lookup for pubkeys (hex or bech32 npub)
  • Sybil classification and neighbor-trust path discovery
  • Local cache with configurable thresholds and a two-endpoint (free + paid) strategy

Quick Start

Run bun run nostr-wot/nostr-wot.ts trust-score --pubkey <hex> to fetch the WoT score for a pubkey.

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?

To check the Web of Trust score for a Nostr pubkey, provide a hex pubkey or bech32 npub address to the trust-score command. The system decodes npub formats, applies configurable thresholds, and returns the score, sybil classification, and network health data.

What is a Nostr Web of Trust score used for?

A Nostr Web of Trust score assesses the trustworthiness of pubkeys to identify sybil accounts and trust levels in social networks. It enables proactive risk decisions by evaluating neighbor-trust paths and network health using configurable thresholds.

Can I use a bech32 npub address to look up Nostr trust levels?

Yes, you can use a bech32 npub address to look up Nostr trust levels. The system supports both hex pubkeys and bech32 npub formats, automatically decoding the npub bech32 address before fetching the Web of Trust score and sybil classification.

Does the Nostr Web of Trust API cache pubkey trust scores?

Yes, the Nostr Web of Trust API caches pubkey trust scores using a local cache with a 1-hour TTL. This caching mechanism stores results to reduce API calls, utilizing a two-endpoint strategy with a free API and a paid fallback.

What is the best way to identify sybil accounts on the Nostr network?

The best way to identify sybil accounts on the Nostr network is by analyzing Web of Trust scores and neighbor-trust path discovery. This approach uses configurable thresholds and network health metrics to classify pubkeys and detect potential sybils.

How do I configure trust score thresholds for Nostr pubkey analysis?

You configure trust score thresholds for Nostr pubkey analysis using the system's config-driven threshold mechanism. This allows you to define specific score boundaries that determine trust levels and sybil classification within your network analysis workflow.