PollyHub

PollyHub CLI

Clean

Install the PollyHub CLI to publish, install, and search Polly Agent Skills from the registry. Use when you want to install the pollyhub command line tool, manage skills, or interact with the PollyHub registry from the terminal.

SKILL.md

---
name: pollyhub-cli
description: Install the PollyHub CLI to publish, install, and search Polly Agent Skills from the registry. Use when you want to install the pollyhub command line tool, manage skills, or interact with the PollyHub registry from the terminal.
tags: cli, pollyhub, registry
---
# PollyHub CLI

The official CLI for the [PollyHub](https://pollyhub.app.pallassecurity.com) Polly Skills Registry.

## Install

```bash
npm install -g https://pollyhub.app.pallassecurity.com/api/download/cli
export POLLYHUB_REGISTRY=https://pollyhub.app.pallassecurity.com
```

Add `POLLYHUB_REGISTRY` to your shell profile (`~/.zshrc` or `~/.bashrc`) so it persists:

```bash
echo 'export POLLYHUB_REGISTRY=https://pollyhub.app.pallassecurity.com' >> ~/.zshrc
source ~/.zshrc
```

## Commands

```bash
pollyhub install <skill>              # install latest to ~/.polly/skills/
pollyhub install <skill>@1.0.0        # pin to specific version
pollyhub install <skill> --project    # install to .polly/skills/
pollyhub publish                      # publish skill from current directory
pollyhub search <query>               # search the registry
pollyhub info <skill>                 # show versions and scan status
pollyhub list                         # list locally installed skills
```

## Authentication

Set your API key (issued by admin):

```bash
export POLLYHUB_API_KEY=phk_your_key_here
```

Or pass per-command with `--key phk_your_key_here`.

## Publishing a Skill

From a directory containing a `SKILL.md`:

```bash
export POLLYHUB_REGISTRY=https://pollyhub.app.pallassecurity.com
pollyhub publish --version 1.0.0 --changelog "Initial release"
```

## Configuration

By default the CLI points to `https://pollyhub.app.pallassecurity.com`. Override with:

```bash
export POLLYHUB_REGISTRY=http://your-other-host
```
Authorstella
Downloads3
Versions2
Published1d ago

Version History

v1.1.0latest

Add polly_managed_connector flag and connector-skill tag

Apr 9, 2026

Clean.zip
v1.0.0

Initial release of v0.8 Tier 3 connectors

Apr 9, 2026

Clean.zip

SHA-256 (latest)

fb08c4c3ea6dcedc617d8c75a44361b7fe6e33a5ff556524900cd50209c675bd