Skills

Skills are named, reusable instruction fragments that are composed into the agent's system prompt. Think of them as modular capabilities — "summarize in bullet points", "always cite sources", "answer in formal German" — that you can add, name, and manage independently of the main prompt.
Add a skill
On the Skills tab, use the add form to give the skill a name, a short description, and its prompt text. Save it and it's appended to the agent's instructions. Remove a skill anytime from the list.
Skills vs. the system prompt
- Put the agent's core identity and rules in the system prompt.
- Put optional, composable behaviours in skills, so you can reuse and toggle them without rewriting the whole prompt.