← Back to Skills Marketplace
Sop Refiner
by
vx:17605205782
· GitHub ↗
· v1.0.0
· MIT-0
153
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install sop-refiner
Description
优化已有 SOP,删冗余、补异常路径、补回滚、补质量门槛。;use for sop, process, improvement workflows;do not use for 改变制度权限边界, 跳过安全检查.
Usage Guidance
这个 Skill 在设计上是一致且可审计的。安装/使用前建议:1) 在隔离环境或使用示例输入先运行脚本(python3 scripts/run.py --input examples/example-input.md)以观察输出格式;2) 切勿把包含密钥、密码或系统级目录(如 /etc、~/.ssh、云凭证目录、生产数据库导出)直接作为 input 目录;3) 若需运行在真实工程目录,先人工审查 scripts/run.py(文件已包含在包内,且无网络调用或 exec);4) 如你希望更严格,运行时在受限用户权限下执行或在临时容器中运行以最小化数据暴露风险。总体来看,技能行为与说明一致,风险属于可控范围。
Capability Analysis
Type: OpenClaw Skill
Name: sop-refiner
Version: 1.0.0
The 'sop-refiner' skill is a legitimate tool designed to optimize Standard Operating Procedures. The core logic in 'scripts/run.py' is a text-processing and auditing utility that reads local files to generate structured reports; notably, it includes a 'pattern_report' function that proactively scans for security risks like 'curl|bash' and hardcoded secrets in the input materials to alert the user. The skill lacks network access, obfuscation, or any commands for unauthorized execution, and its 'SKILL.md' instructions include explicit safety boundaries against bypassing security checks.
Capability Assessment
Purpose & Capability
名称与说明是“SOP 打磨/结构化产出”;唯一声明的依赖是 python3,仓内包含用于生成/审计报告的 scripts/run.py、resources 模板与 spec.json,所有内容与文档处理/审计目的相符。
Instruction Scope
SKILL.md 明确限定只产生可审阅草案并列出边界;运行说明建议调用本地脚本来生成结构化结果。脚本会读取用户提供的输入文件或目录(包括常见文本/代码文件)并生成报告 —— 这是预期行为,但请勿将敏感系统目录或包含密钥的目录作为输入,以避免暴露机密给生成的输出。
Install Mechanism
无安装规格(instruction-only + 附带本地脚本);不会从网络下载或提取外部归档。唯一要求是系统有 python3。没有发现通过不可信 URL 下载或执行远程代码的行为。
Credentials
不要求任何环境变量、凭据或配置路径;脚本也没有尝试读取环境凭证。所需权限与文档审计/生成任务相称。
Persistence & Privilege
没有设置 always:true,也不修改其它 skills 或系统范围配置。脚本在本地写入由 --output 指定的文件(或 stdout),这是合理且可控的行为。
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install sop-refiner - After installation, invoke the skill by name or use
/sop-refiner - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of sop-refiner.
- Provides tools to optimize existing SOPs by removing redundancy, handling exceptions, adding rollback steps, and setting quality gates.
- Outputs structured recommendations, including: current issues, deletions, additions, exception handling, rollback procedures, and an updated SOP outline.
- Enforces strict boundaries: does not alter approval or permission frameworks, or bypass safety checks.
- Supports both automated script execution and manual output, with fallback to template-based workflows if scripting is unavailable.
- Designed for clarity, reviewability, and safe SOP improvement processes.
Metadata
Frequently Asked Questions
What is Sop Refiner?
优化已有 SOP,删冗余、补异常路径、补回滚、补质量门槛。;use for sop, process, improvement workflows;do not use for 改变制度权限边界, 跳过安全检查. It is an AI Agent Skill for Claude Code / OpenClaw, with 153 downloads so far.
How do I install Sop Refiner?
Run "/install sop-refiner" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Sop Refiner free?
Yes, Sop Refiner is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Sop Refiner support?
Sop Refiner is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux, win32).
Who created Sop Refiner?
It is built and maintained by vx:17605205782 (@52yuanchangxing); the current version is v1.0.0.
More Skills