Sherpi
Getting Started

Sharing Skills

Share skills with teammates, external users, or publish publicly.

Sherpi supports three ways to share skills — internally within your org, externally via share links, and publicly for anyone to discover.

Share with a teammate

Send a skill directly to someone in your org:

sherpi skills share general/deploy-checklist alex@team.com

They'll receive an email notification and the skill will appear in their dashboard.

Create a share link that anyone can use to view and install the skill — no account required:

sherpi skills share general/deploy-checklist --link

Share with a link and send an email notification:

sherpi skills share general/deploy-checklist --link friend@other.com

The recipient gets a page with install instructions and a "Copy prompt" button for their AI agent.

List all shares for a skill:

sherpi skills share general/deploy-checklist --list

Revoke a share link:

sherpi skills share general/deploy-checklist --revoke <token>

Publish publicly

Make a skill discoverable by anyone on the internet. Only org admins can publish publicly.

Copy a skill to the public space:

sherpi skills copy general/deploy-checklist --space public --listed
  • --listed — discoverable in public search and the explore page
  • --unlisted (default) — accessible by direct link only

Change visibility later:

sherpi skills edit public/deploy-checklist --listed
sherpi skills edit public/deploy-checklist --unlisted

Install a public skill

Anyone can install a public skill — no account needed:

sherpi skills install @your-org/deploy-checklist

Public skills are browsable at app.sherpi.dev/public/explore and at app.sherpi.dev/public/<your-org>.

On this page