一键导入
nostr
Knowledge about the Nostr protocol. Use to view up-to-date NIPs, discover capabilities of the Nostr protocol, and to implement Nostr functionality correctly.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Knowledge about the Nostr protocol. Use to view up-to-date NIPs, discover capabilities of the Nostr protocol, and to implement Nostr functionality correctly.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | nostr |
| description | Knowledge about the Nostr protocol. Use to view up-to-date NIPs, discover capabilities of the Nostr protocol, and to implement Nostr functionality correctly. |
| license | CC-BY-SA-4.0 |
Nostr is a simple, open protocol that enables truly censorship-resistant and global social networks using cryptographic keys and signatures.
All Nostr protocol documentation is maintained in the NIPs (Nostr Implementation Possibilities) repository. To access this information:
Individual NIPs can be fetched from:
https://github.com/nostr-protocol/nips/blob/master/{NIP}.md
For example, NIP-01 (the basic protocol specification) is available at:
https://github.com/nostr-protocol/nips/blob/master/01.md
Documentation for Nostr event kinds is spread across one or more NIPs. There is no direct relationship between the NIP number and the kind number.
To find which NIPs document a specific event kind:
First, fetch the README:
https://github.com/nostr-protocol/nips/blob/master/README.md
Reference the "Event Kinds" table in the README to find which NIP(s) document the kind you're looking for
The README should be consulted to:
Always start by fetching and reviewing the README to understand the current state of the protocol and avoid reinventing existing functionality.