openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > SOP Generator

Generate detailed Standard Operating Procedures from plain-language process descriptions, including roles, steps, decisions, quality checks, and troubleshoot...

开发与 DevOps

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v1.0.0

统计:⭐ 1 · 617 · 2 current installs · 2 all-time installs

1

安装量(当前) 2

🛡 VirusTotal :良性 · OpenClaw :良性

Package:1kalin/afrexai-sop-generator

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :良性

OpenClaw 评估

This is an instruction-only SOP authoring skill that asks no credentials, installs, or unusual system access and its behavior matches its stated purpose.

目的

The README and SKILL.md both describe generating SOPs from plain-language inputs; there are no requests for unrelated credentials, binaries, or system resources, so required capabilities align with the stated purpose.

说明范围

Runtime instructions are limited to asking clarifying questions and returning a structured SOP in markdown. They do not reference reading files, environment variables, or contacting external endpoints beyond a harmless documentation link.

安装机制

No install spec and no code files—this is instruction-only, which minimizes installation risk (nothing is written to disk or fetched at install time).

证书

The skill requests no environment variables, credentials, or config paths. That is proportionate for a text-generation/templating skill.

持久

always is false and the skill is user-invocable with normal model invocation allowed. The skill does not request persistence, nor does it modify system or other-skill settings.

综合结论

This skill is low-risk and coherent: it only formats SOPs from user-provided descriptions. Before using, avoid pasting highly sensitive or regulated data (PHI, customer PII, secrets) into requests, and review generated SOPs for accuracy, compliance, and company-specific requirements. Note the README links a paid “AfrexAI Context Packs” page—that’s an external resource/promotion, not required for basic functionality. If you plan to let an agent…

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「SOP Generator」。简介:Generate detailed Standard Operating Procedures from plain-language process des…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/1kalin/afrexai-sop-generator/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

# SOP Generator

Generate Standard Operating Procedures from plain-language process descriptions.

## Usage

Describe any business process and this skill creates a structured SOP document with:
- Step-by-step instructions with numbered sections
- Role assignments and responsibilities  
- Decision points and escalation paths
- Quality checkpoints and acceptance criteria
- Time estimates per step
- Common failure modes and troubleshooting

## When to Use

- Documenting team processes for the first time
- Onboarding new hires who need clear procedures
- Standardizing operations across locations or departments
- Preparing for compliance audits (ISO, SOC2, etc.)
- Turning tribal knowledge into repeatable systems

## Instructions

When the user asks to create an SOP or document a process:

1. Ask what process they want documented (if not provided)
2. Ask who performs it and how often
3. Generate a complete SOP in this format:

```markdown
# SOP: [Process Name]
**Version:** 1.0 | **Owner:** [Role] | **Frequency:** [How often]
**Last Updated:** [Date]

## Purpose
[Why this process exists and what it achieves]

## Scope
[Who this applies to, when it applies]

## Prerequisites
- [What's needed before starting]

## Procedure

### Step 1: [Action]
**Responsible:** [Role]  
**Time:** [Estimate]  
- Detail 1
- Detail 2
- **Decision point:** If [condition], go to Step X

### Step 2: [Action]
...

## Quality Checks
- [ ] [Verification item]

## Failure Modes
| Issue | Cause | Resolution |
|-------|-------|------------|

## Revision History
| Date | Version | Changes | Author |
|------|---------|---------|--------|
```

4. Tailor complexity to the process — simple processes get simple SOPs
5. Include specific, actionable details — not generic filler
6. Flag any gaps where the user needs to fill in company-specific details

## Tips

- Start with your most painful/error-prone process
- Have the person who actually does the work review the SOP
- Review SOPs quarterly — stale procedures are worse than none
- For complex operations, consider the [AfrexAI Context Packs](https://afrexai-cto.github.io/context-packs/) which include industry-specific SOP templates and operational frameworks for 10 industries