argent-create-flow

Records and replays sequences of agent tool calls as YAML flows.

1.9k|65|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/software-mansion/argent --skill argent-create-flow-software-mansion
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: argent-create-flow
Source: https://github.com/software-mansion/argent/tree/main/packages/skills/skills/argent-create-flow
Command: npx skills add https://github.com/software-mansion/argent --skill argent-create-flow-software-mansion

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of repeatedly performing the same multi-step UI and device actions manually by capturing them as a reusable flow you can rerun on demand.

Core Features & Use Cases

  • Record step-by-step device automation: Start a recording session, add live tool-call steps as they succeed, and include human-readable labels for readability.
  • Replay with an execution prerequisite: Save a prerequisite describing the required app/device state and require acknowledgment before execution to avoid running in the wrong context.
  • Edit and diagnose failures quickly: Replay results include tool outputs (including screenshots), and the flow YAML can be edited directly to fix coordinate drift or parameter issues.

Quick Start

Ask the assistant to record a flow that reproduces your exact steps (taps, swipes, launches, screenshots) and then replay it later by name.

Frequently Asked Questions about argent-create-flow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I record and replay UI testing actions on a simulator or emulator?

Recording multi-step device automation involves starting a session, executing each live tool call as a step, adding human-readable labels, and saving the sequence as a YAML flow for on-demand replay by name.

Can I edit a recorded workflow recording if the app navigation coordinates drift?

Yes, you can edit a recorded workflow by modifying the saved YAML flow directly to fix coordinate drift or parameter issues, allowing you to quickly diagnose failures without re-recording the entire sequence.

How do I prevent a replay script from running in the wrong app state during diagnostic reruns?

To prevent running replays in the wrong state during diagnostic reruns, save an execution prerequisite describing the required app state within the flow, which requires explicit acknowledgment before execution proceeds.

Does replaying deterministic UI interactions include tool outputs like screenshots?

Yes, replaying deterministic UI interactions includes tool outputs like screenshots in the replay results, enabling you to verify visual behavior and diagnose failures quickly during multi-step reproduction paths.

What is the best way to automate repeating multi-step reproduction paths for testing feature behavior?

The best way to automate repeating multi-step reproduction paths for testing feature behavior is capturing taps, swipes, and launches as a reusable YAML flow, eliminating repetitive manual actions by replaying the recorded sequence.