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
legal-matter-intake-summarizer
把法律相关咨询材料整理成事实、争议点、缺失材料与后续问题,不给法律结论。;use for legal, intake, case-summary workflows;do not use for 提供法律意见结论, 替代律师审查.
template-snippet-switchboard
管理常用模板和片段,按场景、角色、语气、长度切换并维护版本。;use for templates, snippets, writing workflows;do not use for 塞入未经审校的敏感话术, 替代版本管理系统.
migration-runbook-generator
把迁移方案整理成 runbook,补齐切换窗口、前置检查、回滚与验收信号。;use for migration, runbook, rollback workflows;do not use for 执行数据库改动, 忽略回滚条件.
handover-memory-pack
为人员离岗或项目交接整理显性与隐性知识,减少信息流失。;use for handover, knowledge-transfer, memory workflows;do not use for 泄露不该交接的密钥, 省略高风险事项.
knowledge-to-playbook
把 FAQ、聊天、零散笔记整理成 SOP / Playbook,补齐异常分支和回滚步骤。;use for playbook, sop, knowledge-base workflows;do not use for 直接执行危险操作, 跳过人工审批节点.