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.comThey'll receive an email notification and the skill will appear in their dashboard.
Share externally via link
Create a share link that anyone can use to view and install the skill — no account required:
sherpi skills share general/deploy-checklist --linkShare with a link and send an email notification:
sherpi skills share general/deploy-checklist --link friend@other.comThe recipient gets a page with install instructions and a "Copy prompt" button for their AI agent.
Manage share links
List all shares for a skill:
sherpi skills share general/deploy-checklist --listRevoke 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 --unlistedInstall a public skill
Anyone can install a public skill — no account needed:
sherpi skills install @your-org/deploy-checklistPublic skills are browsable at app.sherpi.dev/public/explore and at app.sherpi.dev/public/<your-org>.