SKILL.md that holds the instructions for one task and tells the agent when to use it, plus any reference materials and scripts the task needs. For the full format, see Agent Skills.
Create, import, and manage your library skills on the Skills page.
You can keep up to 500 skills in the library and share them workspace-wide. When you publish an update to a skill, every agent that uses it picks up the latest version.
Use a skill in:
- a New Agent app
- a New Agent node in a Workflow app
Creating and managing skills requires the Editor role or above.
Create a Skill
From Skills, click Create. To start from a copy instead, choose Duplicate from an existing skill’s ⋯ menu; published skills are copied without draft changes. Either way you land in the editor, where you write the skill yourself or draft it with the Skill Builder. In the body ofSKILL.md, lay out the procedure for the agent to follow. In the frontmatter, set:
- Display name: the name shown at the top of the sidebar and anywhere the skill appears. Make it easy to recognize.
- Name: the unique name agents use to reference the skill, like
refund-requests. - Description: what the agent reads to decide whether to use the skill. Make it specific.
- Metadata: custom fields for your own reference details, like
owner: payments-teamorsource: https://wiki.example.com/refund-policy.
- Text and code (Markdown, scripts, JSON, YAML, and the like): edit in place.
- CSV, images, and PDFs: preview in place.
- Other files: download to view.
Draft with the Skill Builder
Chat with the Skill Builder and it drafts the skill for you. Describe the scenario or attach existing process docs, and it writes theSKILL.md and creates supporting files to review and refine.
It accepts the following file types:
Attach up to 10 files per message: images up to 10 MB and other files up to 15 MB. They are context for the Skill Builder, not part of the skill. To include a file, add it through the file tree.
Import a Skill
To bring in a skill built elsewhere as a library skill, click Import and choose a.zip or .skill package. The package needs a SKILL.md inside and can be up to 50 MB by default, adjustable with UPLOAD_SKILL_FILE_SIZE_LIMIT. Once imported, it arrives as a draft for you to review and publish.
Tag a Skill
Add tags to a skill on its card or in the editor, then filter skills by tags.Publish and Versions
Your edits autosave as a draft. Publish the draft so you can add it to agents. Each publish is saved as a version you can revisit or restore later. To record what a version changed, open its ⋯ menu and add a title and note.Restoring a version replaces your current draft. Publish the draft to make it the newest version.
Export a Skill
To take a skill beyond this workspace, choose Export from the ⋯ menu on its card. You get the skill’s latest published version as a.zip.