Imported from allpurposemachines/hypermap (
mech_posix/SKILL.md). Install upstream withnpx skills add allpurposemachines/hypermap --skill mech_posix. Copyright stays with the author.
Mech CLI Skill
Run mech --help for syntax reference and man mech for full command reference.
Agent Workflow
- Start daemon (once at the beginning):
mech start - Open and explore —
mech open <URL> -n <name>, thenmech show <TAB>to understand the structure - Navigate step by step —
mech use <TAB:PATH>on a control, thenmech show <TAB>again to see the result - Interact with forms —
mech set <TAB:PATH> <VALUE>for individual fields, ormech use <TAB:PATH> key=value ...to pass form data inline - Fork before risky changes —
mech fork <TAB>to preserve state - Clean up when done:
mech close <TAB>, thenmech stop
Tips
- Always run
mech show <TAB>aftermech use <TAB:PATH>to see results - Add
sleep 1-3afterusecommands to allow page loads - Use
-nwithmech opento give tabs meaningful names, then reference by name - Controls are marked with @ in output — these are the interactive elements
- If stuck, explore adjacent paths or
mech fork <TAB>and try alternatives