Mech CLI Skill
Run man mech for full command reference.
Agent Workflow
- •Start daemon (once at the beginning):
mech start - •Open and explore — always
mech showafter opening to understand the structure - •Navigate step by step — use controls, then
mech showagain to see the result - •Interact with forms — use
mech setfor individual fields, or pass key=value pairs inline tomech use - •Fork before risky changes — use
mech forkto preserve state - •Clean up when done: close tabs, then
mech stop
Tips
- •Always run
mech showaftermech useto see results - •Add
sleep 1-3afterusecommands to allow page loads - •Use meaningful tab names for clarity
- •Controls are marked with @ in output — these are the interactive elements
- •If stuck, explore adjacent paths or fork and try alternatives