← Back to Skills Marketplace
Sop Architect
by
balkanblbn
· GitHub ↗
· v1.1.0
456
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install sop-architect
Description
Automatically generates detailed Standard Operating Procedures (SOPs) for recurring digital tasks. Ideal for scaling agency operations or documenting interna...
Usage Guidance
This skill appears to do what it says: it generates SOP markdown files and contains a small bash helper. No network calls or credentials are requested. Before installing, consider: 1) review or sanitize task names you pass to avoid accidental path traversal or file overwrite (the script does not sanitize '..' segments); 2) run the skill from a safe working directory or container so file writes cannot overwrite important files; 3) if you expect to use untrusted input for task names, modify the script to reject or sanitize non-alphanumeric characters. Otherwise the skill is coherent and low-risk.
Capability Analysis
Type: OpenClaw Skill
Name: sop-architect
Version: 1.1.0
The `scripts/generate_sop.sh` file contains a shell injection vulnerability. The unquoted use of `$TASK_NAME` in the `echo "# SOP: $TASK_NAME" > "$FILE"` command allows for command substitution. If the `TASK_NAME` argument (derived from user input by the agent) contains constructs like `$(command)`, the embedded command will be executed, posing a remote code execution risk. This is a vulnerability that allows attacks, classifying it as suspicious rather than malicious due to the lack of clear intent for self-exploitation or other harmful actions within the skill's design.
Capability Assessment
Purpose & Capability
Name/description match the provided files. SKILL.md describes generating SOPs and the included script creates SOP markdown files from provided inputs — this is proportionate to the stated purpose.
Instruction Scope
Runtime instructions stay within the skill's purpose and only describe composing SOP content and saving it under SOPs/<task-name>.md. One implementation detail: scripts/generate_sop.sh writes files using the raw task name (spaces replaced with underscores) and does not sanitize path traversal segments (e.g., TASK_NAME='../foo' leads to SOPs/../foo.md which resolves outside the SOPs directory). This is a minor safety/overwrite risk but not evidence of malicious intent.
Install Mechanism
No install spec; instruction-only skill with a small helper script. Nothing is downloaded or executed from external URLs.
Credentials
No environment variables, credentials, or config paths are requested. SKILL.md suggests documenting 'access levels' in SOP content but does not request or access any secrets.
Persistence & Privilege
always is false and the skill does not request persistent privileges or modify agent-wide configuration. It writes files only under the working directory (with the minor path-traversal caveat noted).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install sop-architect - After installation, invoke the skill by name or use
/sop-architect - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
Added SOP generation script
v1.0.0
Workflow automation and documentation
Metadata
Frequently Asked Questions
What is Sop Architect?
Automatically generates detailed Standard Operating Procedures (SOPs) for recurring digital tasks. Ideal for scaling agency operations or documenting interna... It is an AI Agent Skill for Claude Code / OpenClaw, with 456 downloads so far.
How do I install Sop Architect?
Run "/install sop-architect" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Sop Architect free?
Yes, Sop Architect is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Sop Architect support?
Sop Architect is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Sop Architect?
It is built and maintained by balkanblbn (@balkanblbn); the current version is v1.1.0.
More Skills