Self-hosted · Entra-governed
One controlled home for every agent skill.
Publish, version, govern and distribute Anthropic-style SKILL.md packages across your organization — discovered through a catalog, installed with the tools your teams already use.
Installing is one command.
Every skill — org-wide or restricted — installs through an authenticated git URL that carries your own personal key. Generate one from any skill’s page; the standard npx skills add client does the rest — no bespoke CLI, and no anonymous installs.
$
npx skills add https://x-access-token:<your-key>@skilly.your-org.com/team-a/pdf-tools.git#v1.4.0- Key-only, even for public skills. The key identifies you and is required for every install — there are no tokenless clones. Each install is recorded, and you can manage or revoke any key from Installed skills (uninstalling revokes it).
- Pin a version, or track latest. End the URL with #v1.4.0 for a reproducible, pinned install, or drop the fragment to always pull the latest stable release.
- Expiry is yours to choose. When you generate the command, set the key to expire on a date (up to a year out) or Never. After it expires the key simply stops working — the skill and your other keys are untouched.