Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
General purpose skill for using the Nostr Army Knife (nak) CLI tool with PTY support.
General purpose skill for using the Nostr Army Knife (nak) CLI tool with PTY support.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
General purpose skill for using the Nostr Army Knife (nak) CLI tool.
nak hangs in non-interactive environments due to stdout buffering. Always wrap nak commands in script to force a pseudo-TTY: script -q -c "nak req ..." /dev/null | cat
By default, use discovery relays if no relay is specified: wss://relay.damus.io wss://relay.primal.net wss://relay.nostr.band If the user specifies a relay, override these defaults.
Querying: Use npub... or hex pubkey with the -a flag. Posting: Use nsec... or hex private key with the --sec flag.
Fetch last 5 notes: script -q -c "nak req -k 1 -a <npub> <relays> -l 5" /dev/null | cat
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.