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