Install
openclaw skills install @raguets/automate-thisPart of the Overpowered skill suite. Transform a described human/business process into an executable automation design by separating deterministic steps, agentic reasoning, existing systems, and human gates; define triggers, data, decisions, exceptions, controls, and verification. Use when the goal is to automate a process, not merely understand it or interview the user about it.
openclaw skills install @raguets/automate-thisAutomate the process with the simplest reliable mechanism for each step. Do not use an agent where deterministic code, rules, or an existing system is better.
Accept rough descriptions, SOPs, screenshots, forms, emails, spreadsheets, workflow diagrams, or existing automation artifacts.
find-the-exceptions when branches are incomplete.human-gates for authority, accountability, ambiguity, or risk.Objective
Trigger
Inputs
Step | Purpose | Implementation | Input | Output | Failure path | Human gate
Decision rules
Exceptions / unknowns
Systems and permissions
Observability
Completion criteria
Rollout / dry-run plan
When useful, add Mermaid or BPMN-like pseudocode, but the execution table remains authoritative.
Read references/implementation-modes.md when step classification is ambiguous or the design is drifting toward agentic complexity by default.
Do not begin by choosing “single agent vs multi-agent.” First classify the work. Agent topology follows from the required reasoning, isolation, concurrency, and permissions.
know-enough.find-precedent.find-the-exceptions.human-gates.dry-run.completion-audit.Stop when every material process step has a chosen implementation mode, interfaces, exception/failure behavior, ownership, and completion evidence.