在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用gnostr-dm
星标4
分支0
更新时间2026年5月7日 20:09
Send a NIP-44 direct message.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Send a NIP-44 direct message.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Run the gnostr relay server.
Work with the full gnostr top-level command list.
Use the gnostr CLI for git+nostr workflows in this repository.
Work with the P2P networking crate.
Publish award badge events.
Convert bech32 strings to other formats.
| name | gnostr-dm |
| description | Send a NIP-44 direct message. |
Use this skill for sending a NIP-44 direct message or listing/decrypting a recipient inbox.
cargo run --bin gnostr -- dm --help shows the live flags.gnostr -V should be checked when behavior differs across environments.gnostr dm without --message switches to inbox mode.cargo run --bin gnostr -- dm --help
gnostr dm --help
gnostr dm --recipient <npub> --json
gnostr dm --recipient <npub> --message "hello"
gnostr dm --recipient <npub> --limit 100
gnostr dm --recipient <npub> --limit 100 --json
gnostr --nsec <nsec> dm --recipient <npub> --relay ws://127.0.0.1:8080 --relay wss://relay.damus.io
--json when you want decrypted inbox events as JSON instead of the readable summary.