sop-refiner
优化已有 SOP,删冗余、补异常路径、补回滚、补质量门槛。;use for sop, process, improvement workflows;do not use for 改变制度权限边界, 跳过安全检查.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/52yuanchangxing/sop-refinerWhat This Skill Does
The sop-refiner is a specialized OpenClaw AI agent skill designed to act as a professional 'SOP Polisher.' Its primary objective is to transform existing, often cluttered or incomplete Standard Operating Procedures into highly robust, executable, and safe workflows. It focuses on four critical pillars of process optimization: removing redundancy, filling in missing exception paths, defining clear rollback strategies, and implementing strict quality gates. By strictly adhering to predefined compliance specifications, it ensures that your internal workflows remain both efficient for new team members and resilient against operational failure.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/52yuanchangxing/sop-refiner
Ensure that your local directory contains the required resources, specifically the specification schema in {baseDir}/resources/spec.json and the output template in {baseDir}/resources/template.md, to allow the skill to format outputs correctly.
Use Cases
- Onboarding Efficiency: Simplifying complex internal documentation to reduce cognitive load for new employees.
- Resilience Engineering: Identifying "happy path" biases in SOPs and explicitly defining "what-if" scenarios, such as system outages or data corruption during a process.
- Compliance Audits: Using the quality gate requirement to force the inclusion of approval steps and verification checkpoints, ensuring organizational standards are met.
- Recovery Planning: Drafting detailed rollback procedures that allow users to revert to a 'last known good' state if a process execution fails.
Example Prompts
- "I have an existing SOP for server deployment, but our junior engineers keep running into permission errors. Can you review this draft and add an exception handling section?"
- "Here is our current document for database migration. It feels too long and redundant. Please identify areas to cut and suggest a new structure that includes quality gates before the final commit."
- "Our customer refund process lacks a clear recovery plan. Please review the attached draft and suggest a rollback protocol that ensures data integrity if the API call fails."
Tips & Limitations
- Safety First: The
sop-refineris designed to be conservative. It will never alter organizational hierarchies or bypass security protocols. When suggesting changes to processes involving external systems, it always defaults to 'dry-run' recommendations rather than direct execution. - Clarity over Assumptions: If your input text is incomplete, the agent is instructed to produce a '待确认项' (Items to Clarify) list rather than hallucinating details. Please review these questions to get the most accurate output.
- Human-in-the-loop: Always treat the agent's output as a 'reviewable draft.' While the agent is excellent at identifying logical gaps, complex organizational decisions should always be verified by an authorized subject matter expert before final adoption.
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-52yuanchangxing-sop-refiner": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: file-read
Related Skills
ProcMon
Watch and control running processes in real time. Use when scanning active PIDs, monitoring resource spikes, reporting trees, alerting on crashes.
migration-runbook-generator
把迁移方案整理成 runbook,补齐切换窗口、前置检查、回滚与验收信号。;use for migration, runbook, rollback workflows;do not use for 执行数据库改动, 忽略回滚条件.
legal-matter-intake-summarizer
把法律相关咨询材料整理成事实、争议点、缺失材料与后续问题,不给法律结论。;use for legal, intake, case-summary workflows;do not use for 提供法律意见结论, 替代律师审查.
qsr-ghost-inventory-hunter
Identifies unaccounted inventory loss in restaurant operations by cross-referencing sales volume against theoretical recipe yields. Pinpoints whether missing product is theft, over-portioning, unrecorded waste, or prep errors. Built by a QSR GM with 16 years in restaurant operations.
qsr-labor-leak-auditor
Weekly labor cost auditor for restaurant and franchise operators. Tracks labor as a percentage of revenue daily, catches clock padding and scheduling drift, and alerts mid-week so corrections happen before the payroll closes. Built by a franchise GM with 16 years in QSR operations.