browse, search, and share skills on inference.sh.
browsing skills
the skill registry lists all public skills. browse by category or search by name and description.
each skill listing shows:
- name and namespace (e.g.
inferencesh/web-search) - description — what the skill does
- install count — how many times it's been added
- category — grouping for discovery
click a skill to see its full instructions and file list.
adding from the registry
from a skill's detail page, you can:
- add to agent — select one of your agents, and the skill is attached automatically
- copy the skill URL — use it in any agent config (inference.sh or otherwise)
the skill URL looks like:
1https://api.inference.sh/skills/{namespace}/{name}/contentthis URL serves the skill's instructions (SKILL.md content) and can be used anywhere that accepts a URL-based skill.
publishing to the registry
any skill you create on inference.sh can be published to the registry by setting its visibility to public. once public:
- it appears in the skill registry
- anyone can add it to their agents
- the skill URL is publicly accessible
- install count tracks usage
keep skills private if they contain proprietary instructions or are specific to your team.
namespaces
every skill lives under a namespace — your team's username. this prevents name conflicts:
inferencesh/web-search— official inference.sh skillyourteam/code-review— your team's skill
namespaces are assigned automatically based on the creating team.
next
- adding skills to agents — how to attach skills to your inference.sh agents
- using with other agents — install skills to Claude Code, Cursor, and more