General purpose skill for using the Nostr Army Knife (nak) CLI tool with PTY support.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add jiayaoqijia/cryptoskill --skill nostr-nak --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Nostr Nak?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/jiayaoqijia-nostr-nak)More formats (shields.io, HTML) on the badges page.
---
name: nostr-nak
description: General purpose skill for using the Nostr Army Knife (nak) CLI tool with PTY support.
---
# nostr-nak
General purpose skill for using the Nostr Army Knife (nak) CLI tool.
## Critical Technical Note (PTY Requirement)
`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`
## Relay Logic
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.
## Identity Handling
- **Querying**: Use `npub...` or hex pubkey with the `-a` flag.
- **Posting**: Use `nsec...` or hex private key with the `--sec` flag.
## Usage Examples
Fetch last 5 notes:
`script -q -c "nak req -k 1 -a <npub> <relays> -l 5" /dev/null | cat`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...