The Editor
The Editor is where you build an agent's behavior. Open an agent and choose Editor to get here. The Editor shows the selected skill's task graph (Chat trigger → tasks → Run Completion) plus a list of the agent's skills.
🎬The Editor: opening a skill reveals its task canvas and toolbar actions.Watch
The four tabs
Inside the agent, the Editor area has four tabs along the top:
| Tab | What it's for |
|---|---|
| Editor | Create and edit skills (workflows) and their tasks |
| Designer | An AI-assisted plan builder (Māui) for goals, inputs, and tasks |
| Tests | Create and run tests against the agent |
| Tools | Add and manage the agent's tools |
This Editor tab is the default and the focus of the next pages. The other three are summarized in Designer, Tests & Tools.
Skills list and search
At the bottom of the Editor is the Skills list. A Search skills… box filters it live as you type — a non-matching query hides a skill, and a matching one brings it back.
🎬The Skills list filters live as you type: non-matching hides, matching shows.Watch
🎬Typing in the search box narrows the Skills list.Watch
You don't need the full name — a partial match is enough to find a skill.
🎬Searching by a partial name still surfaces the matching skill.Watch
If the list looks empty after searching
After clearing a search, the list may not always re-render fully. If that happens, reload the Editor for a clean, unfiltered list.
🎬Reloading the Editor restores the full, unfiltered skills list.Watch
Skills / Topics toggle
Above the list is a toggle with two buttons — Skills and Topics — that switches the list between the two views. Skills is the default view (with the Add Skill button and the Search skills… box); switch to Topics to view the list grouped by topic.
🎬The Skills / Topics toggle sits above the list on the Editor tab.Watch
🎬The Skills / Topics toggle switches the Editor list between the two views.Watch
The canvas toolbar
When you open a skill, its task canvas appears with a toolbar of six actions:
| Action | What it does |
|---|---|
| Add Task | Add a new task node to the skill |
| Test Skill | Run the skill interactively |
| New Version | Create a new version of the current skill |
| delete | Delete the skill (red trash button, asks to confirm) |
| settings | Open the skill's settings |
| text_compare | Open the diff / compare view |
🎬Opening a skill reveals the full canvas toolbar: Add Task, Test Skill, New Version, delete, settings, and compare.Watch
Each skill row in the list also reveals inline edit and delete buttons on hover.
🎬Hovering a skill row reveals its inline edit and delete buttons.Watch
The toolbar needs a skill open
The canvas toolbar (including Add Task and Test Skill) only appears once a skill is selected. With no skill open, the canvas shows nothing to act on.