pnote

Installation
SKILL.md

pnote — PromptNote CLI

Manage prompts, notes, and snippets from the terminal or as an AI agent.

Tool preference: Use pnote CLI (Bash) for all operations — it's faster, token-efficient, and composable with grep, jq, pipes. Use mcp__promptnote__* tools as fallback when: (1) pnote is not installed, (2) accessing PIN-protected notes and PNOTE_PIN env is not set (MCP handles PIN transparently via its own config).

Install: npm install -g pnote Auth: pnote auth token <your-pat> (get PAT from PromptNote web app → Settings → API Tokens)


Global Flags (apply to all commands)

Flag Description
--json Output as JSON (for scripting / jq)
--plain Plain text, no color/formatting
--no-color Disable color only
-p, --pin <pin> PIN for protected notes (avoid: visible in shell history)
Related skills
Installs
9
GitHub Stars
2
First Seen
Mar 7, 2026