CLI Documentation
Install and use the pollyhub CLI to manage Polly Skills.
Install the CLI
Requires Node.js 18+
Download CLI (.tgz)Or install directly from this server:
On a VM or container with access to this server, run the command above to install in one step.
Authentication
Set your API key via environment variable or pass it inline. API keys are issued by admins.
Or pass per-command with --key phk_your_key_here
Commands
pollyhub install
Download and install a skill
Install latest version to ~/.polly/skills/
Install specific version
Install to .polly/skills/ (project-local)
pollyhub publish
Publish a skill from the current directory
Reads SKILL.md from current directory, prompts for version + changelog
Non-interactive mode
pollyhub search
Search the registry
Full-text search skills
pollyhub info
Show skill details and version history
Show all versions and scan status
pollyhub list
List locally installed skills
Shows skills in ~/.polly/skills/ and .polly/skills/
Publishing via API
POST to /api/skills with your API key.