Enterprise Edition Skills let you package reusable agent instructions and supporting files. Attach published skill versions to a preset agent when the agent needs the same playbook, reference material, or helper files across runs.Documentation Index
Fetch the complete documentation index at: https://docs.tracecat.com/llms.txt
Use this file to discover all available pages before exploring further.
Create a skill
OpenSkills from the workspace navigation.
Click Create new, then choose Skill to start with an empty working copy or Upload to import an existing skill directory.

SKILL.md file.
Write SKILL.md
UseSKILL.md for the skill metadata and instructions.
The root file must include frontmatter with name and description.
name as the published skill name.
Keep published skill names unique among skills attached to the same preset agent.
Write the body as instructions the agent can follow during a run.

Add files
Add supporting files when the agent needs more than instructions. Use files for examples, checklists, schemas, helper scripts, or reference data. Editable text files open inline in the skill editor. Other file types can be replaced, deleted, or downloaded.Publish a version
Save the working copy, then clickPublish version.
Publishing creates an immutable version from the current files and makes the skill available to preset agents.

- A root
SKILL.mdfile. - Valid YAML frontmatter in
SKILL.md. - A frontmatter
namethat follows the skill name rules. - No duplicate paths or path conflicts.
Attach skills to a preset agent
Open the preset agent, then use theSkills tab to attach published skills.
Each attachment pins one published skill version.

How agents load skills
When a preset agent runs, Tracecat stages the pinned skill versions into the agent runtime. The agent can discover the skill by itsSKILL.md metadata and use the bundled files during the run.
Use skills for reusable agent behavior.
Use preset instructions for behavior that belongs only to one preset agent.
Related pages
- See AI agent for the
ai.agentandai.preset_agentworkflow actions. - See Secrets and variables to pass credentials and configuration to preset agent tool calls.
- See MCP integrations to attach MCP servers to preset agents.