nostr

Derive wallet-backed Nostr keys to post notes, read feeds, and manage profiles.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

AI agents need seamless interaction with the Nostr network using cryptographic identities derived from a wallet, enabling posting, reading feeds, and managing profiles without exposing keys.

Core Features & Use Cases

  • Post kind:1 notes to configured relays using wallet-derived keys with supported key sources (nip06, taproot, stacks).
  • Read feeds and search by hashtags to discover content, profiles, and signals across multiple relays.
  • Manage Nostr profiles (get/set) and derive keys for authentication, with a simple CLI interface for amplification of signals from aibtc.news.

Quick Start

Run the nostr CLI to post a note or read a feed using the default nip06 key source.

Frequently Asked Questions about nostr

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

FAQPage Schema
How do I post Nostr notes using wallet-derived keys?

You can post Nostr notes by deriving cryptographic keys from an unlocked wallet using supported sources like nip06, taproot, or stacks, then signing and broadcasting kind:1 notes to configured relays.

Can I read Nostr feeds and search by hashtags with an AI agent?

You can read Nostr feeds and search by hashtags to discover content and signals across multiple configured relays using nostr-tools and websocket communication.

Do I need an unlocked wallet to manage Nostr profiles?

Yes, an unlocked wallet is required for write operations like setting Nostr profiles and posting notes, ensuring your cryptographic identity is accessible for signing without exposing keys.

What key derivation methods are supported for Nostr signing?

Supported key derivation methods for Nostr signing include nip06, taproot, and stacks, which derive cryptographic identities directly from your wallet source.

How does wallet-backed key derivation work for Nostr authentication?

Wallet-backed key derivation works by generating Nostr keys per wallet source, enabling AI agents to authenticate, sign posts, and manage profiles without directly exposing private keys.