Inference Logoinference.sh

Skills

Load context on-demand instead of cramming everything into the system prompt.


What Are Skills?

Skills are reusable packages of instructions and context that agents retrieve when needed. Instead of a massive system prompt, your agent sees a list of available skills and a skill_get tool to load the full content when relevant.

Full skills documentation


Quick Start

From the Registry

  1. Open your agent's settings → Prompt tab
  2. Scroll to Skills
  3. Click Browse → search and select a skill
  4. Done — the skill's name, description, and URL are filled in automatically

By URL

Click + URL and provide:

FieldValue
NameIdentifier the agent uses (e.g. api-docs)
DescriptionWhen to load this skill — the agent sees this
URLhttps://api.inference.sh/skills/{ns}/{name}/content or any HTTPS URL

Inline

Click + Text and write the content directly. Good for short, agent-specific instructions.


How It Works at Runtime

The agent's skill_get tool lists all available skills by name and description. When the conversation matches a skill's description, the agent calls:

code
1skill_get(skill="code-review")                           main instructions2skill_get(skill="code-review", path="references/checklist.md")   supporting file

Content is cached per session — loading the same skill twice doesn't re-fetch.


Learn More

we use cookies

we use cookies to ensure you get the best experience on our website. for more information on how we use cookies, please see our cookie policy.

by clicking "accept", you agree to our use of cookies.
learn more.