nostr-event-builder
Installation
SKILL.md
Nostr Event Builder
Overview
Construct correct Nostr event structures from natural language descriptions. This skill handles the non-obvious parts: choosing the right kind, building proper tag arrays with correct markers, enforcing NIP-10 vs NIP-22 threading rules, and producing valid event JSON ready for signing.
When to Use
- The task is to construct or validate a concrete Nostr event JSON object and its tag array.
- The user describes what they want to publish and needs the exact event shape, kind, tags, and content rules.
- The problem is correctness of event structure for replies, comments, metadata, or other publishable events.
- The output should be an event payload, not protocol-planning advice.
Do NOT use when: