sop-writer
SOP标准操作流程编写工具。创建SOP、流程图、检查清单、审核评估、模板库、培训材料。SOP writer with create, flowchart, checklist, audit, template.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bytesagain3/sop-writersop-writer
SOP标准操作流程编写工具。创建SOP、流程图、检查清单、审核评估、模板库、培训材料。SOP writer with create, flowchart, checklist, audit, template, and training materials.
与手动操作对比
| | 手动 | 使用本工具 |
| Command | Description |
|---|---|
create | 创建完整SOP文档(目的/范围/职责/步骤/记录) |
flowchart | 生成ASCII/Mermaid流程图 |
checklist | 从SOP提取执行检查清单 |
audit | SOP审核评估(完整性/合规性/可执行性) |
template | SOP模板库(按行业/场景) |
train | 生成培训材料(测试题/操作手册/快速指南) |
命令列表
| 命令 | 功能 |
|---|---|
create | create |
flowchart | flowchart |
checklist | checklist |
audit | audit |
template | template |
train | train |
专业建议
- Identify the process to document
- Run:
bash scripts/sop.sh <command> [process] [industry] - Present the structured SOP document
- Offer enhancements: flowchart, checklist, training materials
- Document Control** — version, date, author, approver
sop-writer by BytesAgain
💬 Feedback & Feature Requests: https://bytesagain.com/feedback Powered by BytesAgain | bytesagain.com
Examples
# Show help
sop-writer help
# Run
sop-writer run
Commands
Run sop-writer help to see all available commands.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bytesagain3-sop-writer": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
windows-setup
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Windows Setup concepts, best practices, and implementation patterns.
Dividend
Lightweight Dividend tracker. Add entries, view stats, search history, and export in multiple formats.
crawler
Web crawling and scraping reference — robots.txt protocol, Scrapy framework, anti-bot detection, headless browsers, and legal considerations
Thesaurus
Look up synonyms, antonyms, and related words with history and export. Use when finding alternatives, checking usage, running drills, analyzing frequency.
devops-scripts
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Devops Scripts concepts, best practices, and implementation patte...