Agent skill sharing
One public URL
for any $skill.
Drop in a SKILL.md or skill folder. SkillURL returns a shareable page, machine-readable metadata, install text, and social preview in one pass.
Human preview
skill.json
Install prompt
Social card
Create
Create a SkillURL
No account. No repo. No ceremony.
Made for $skill-nameThe interface speaks the same language agents and Codex users already use.
Installable by URLEvery page links raw markdown, JSON metadata, install text, and optional ZIP.
Search and share readyCanonical pages, sitemap entries, Open Graph images, and crawler guidance are built in.
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