← 返回 Skills 市场
114
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install sop-writer-aipoch
功能描述
Write GCP-compliant Standard Operating Procedures for labs and clinical sites
安全使用建议
This skill appears coherent and low-risk: the included Python script simply generates and writes SOP text locally. Before running, review the script (you already have it), run it in a sandbox or non-privileged environment, and avoid supplying sensitive data as inputs. When invoking, provide an output path inside a safe workspace to avoid accidental overwrites; if you need strict safety, add path validation or run with a temporary directory. If you require formal GCP/GxP compliance, validate the generated SOP content with your compliance team—this tool produces drafts, not certified documentation.
功能分析
Type: OpenClaw Skill
Name: sop-writer-aipoch
Version: 1.0.0
The skill is a straightforward utility for generating Standard Operating Procedure (SOP) templates. The Python script (scripts/main.py) uses standard libraries to format text based on user input and write it to a local file, with no evidence of network activity, data exfiltration, or malicious execution.
能力评估
Purpose & Capability
Name/description match the included code and SKILL.md: the Python script generates and writes SOP text based on provided inputs. The skill does not request unrelated binaries, credentials, or services.
Instruction Scope
SKILL.md and the script indicate local Python execution and writing output files. The script prints the SOP and writes it to the --output path provided by the user. It does not perform network calls or read environment variables. The script does not validate the output path (so a maliciously chosen path could overwrite files), and SKILL.md mentions reading input files in a generic checklist though the shipped script does not read external inputs.
Install Mechanism
No install spec; the skill is instruction-only with a small standalone Python script that uses only the standard library. No downloads or external package installs are performed.
Credentials
No environment variables, credentials, or config paths are requested. The declared requirements are proportional to the functionality.
Persistence & Privilege
always is false and the skill does not modify agent/system settings or other skills. It only runs as invoked and writes a user-specified output file.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install sop-writer-aipoch - 安装完成后,直接呼叫该 Skill 的名称或使用
/sop-writer-aipoch触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Major update: SOP writer refactored for GCP-compliant SOP generation with a streamlined, pharma-focused scope.
- New Python implementation (scripts/main.py) replaces previous shell scripts for core functionality.
- Deprecated bash scripts and old documentation: removed scripts/script.sh, scripts/sop.sh, tips.md.
- Completely rewritten documentation: updated use cases, risk assessment, parameters, and evaluation criteria.
- Includes ISO 15189-compliant SOP features, version control, and sample templates.
元数据
常见问题
SOP Writer 是什么?
Write GCP-compliant Standard Operating Procedures for labs and clinical sites. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 114 次。
如何安装 SOP Writer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install sop-writer-aipoch」即可一键安装,无需额外配置。
SOP Writer 是免费的吗?
是的,SOP Writer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
SOP Writer 支持哪些平台?
SOP Writer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 SOP Writer?
由 AIpoch(@aipoch-ai)开发并维护,当前版本 v1.0.0。
推荐 Skills