argent-create-flow
Installation
SKILL.md
1. Overview
A flow is a recorded sequence of MCP tool calls saved to a .yaml file in the .argent/flows/ directory. Each step is executed live as you add it, so you verify it works before it becomes part of the flow. Replay a finished flow with flow-execute.
2. Tools
| Tool | Purpose |
|---|---|
flow-start-recording |
Start recording — takes a name and executionPrerequisite, creates the file |
flow-add-step |
Execute a tool call live and record it if it succeeds |
flow-add-echo |
Add a label/comment that prints during replay |
flow-finish-recording |
Stop recording and get a summary |
flow-read-prerequisite |
Read a flow's execution prerequisite without running it |
flow-execute |
Replay a saved flow by name |