Quickstart
Install the CLI:
npm i -g pound-cli
An account is created automatically. Open any Claude Code session and you're ready to go.
Install nono (required for sandboxing)
Pound sandboxes every skill so a skill you didn't write can't read your secrets or phone home. That sandbox is enforced by nono:
brew install nono
⚠️ Sandboxing does not work without
nono. If it isn't installed, skills still run but their shell commands are not kernel-sandboxed — Pound prints a warning instead of protecting you. Installnonobefore running skills you don't fully trust. See Sandboxing.
Find a skill
Search by describing what you want:
#search review pull requests
Or activate one directly if you already know the name:
#code-reviewer <- Get your own or most popular skill
#frank/code-reviewer <- Get a skill from a specifc person by username
See all commands
#help