Skills sop-architect
Automatically generates detailed Standard Operating Procedures (SOPs) for recurring digital tasks. Ideal for scaling agency operations or documenting internal AI workflows.
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/balkanblbn/sop-architect" ~/.claude/skills/clawdbot-skills-sop-architect && rm -rf "$T"
manifest:
skills/balkanblbn/sop-architect/SKILL.mdsource content
SOP Architect
Turn any complex task into a repeatable manual.
Workflow
- Input Task: Describe the goal (e.g., "Monthly SEO Audit").
- Deconstruct: Identify required tools, access levels, and prerequisites.
- Step-by-Step: Generate 5-10 specific, numbered steps.
- Failure Modes: Document what to do when things go wrong at each step.
Output Format
SOPs are saved to
SOPs/<task-name>.md.
Benefits
- Reduces agent errors.
- Makes results consistent across different sessions.
- Easy to hand off to human team members.
Installation
clawhub install sop-architect