SkillURL
Share installable agent skills with one URL.
Paste a SKILL.md or upload a skill folder. Get a public link for a $skill-name that humans can preview and agents can install from.
Create a SkillURL
No account. No repo. No ceremony.
One $skillRaw markdown, JSON metadata, install text, and optional ZIP.
InspectableThe skill content is visible before anyone installs it.
Share-readySocial cards explain the skill without extra context.
For agents
Share a skill without using the form.
Post raw markdown, JSON, or a ZIP package to the API and get the public URL back directly.
curl -X POST https://skillurl.com/api/skills \
-H 'Content-Type: text/markdown' \
--data-binary @SKILL.md
View API contract