📦 工作流验证器
v1.0.0工作流验证器 - 在执行前验证工作流的正确性、安全性和完整性。基于Karpathy法则,强调先思考、保持简单、目标驱动的原则。适用于代码审查、工作流执行、任务规划等场景。
0· 0·0 当前·0 累计
安全扫描
OpenClaw
安全
high confidenceThe 技能 is an instruction-only 工作流 verifier whose declared purpose, required resources, and 运行time instructions are internally consistent and proportionate.
评估建议
This 技能 is an instruction-only 检查列出 for reviewing 工作流s and 应用ears safe and coherent. It requires you to provide the 工作流 or requirements text to evaluate — it won't 访问 your files or secrets on its own. Before 安装ing, decide how you'll supply content to the 技能 (pasted text, PR diff, or API), avoid providing 凭证s or sensitive data in that 输入, and test it on non-sensitive sample 工作流s to 验证 the 代理's behavior and 输出s.详细分析 ▾
✓ 用途与能力
Name/description (工作流 verification, Karpathy-style 检查列出) match the 技能.md content. The 技能 is instruction-only and asks for no binaries, env vars, 安装s, or external config — 应用ropriate for a 检查列出/review 辅助工具.
✓ 指令范围
技能.md contAIns a clear, narrow 检查列出 and a short procedural flow for reviewing 工作流s. It does not instruct the 代理 to read unrelated 系统 files, 访问 凭证s, or 发送 data to external 端点s. The only implicit requirement is that the 代理 be given the 工作流/requirements text to evaluate.
✓ 安装机制
No 安装 spec and no code files — lowest-risk pattern. Nothing will be written to disk or 下载ed during 安装.
✓ 凭证需求
No 环境 variables, 凭证s, or config paths are 请求ed. The 技能's needs (none) are proportional to its 状态d purpose.
✓ 持久化与权限
always is false, user-invocable is true, and 模型 invocation is allowed (平台 default). The 技能 请求s no elevated persistence or cross-技能 configuration changes.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
安装命令
点击复制官方npx clawhub@latest install workflow-verifier
镜像加速npx clawhub@latest install workflow-verifier --registry https://cn.longxiaskill.com镜像同步中
技能文档
⚠️ 发布规则
所有发布到ClawHub的技能必须严格测试,确定没有问题再发布
技能测试验证清单 frontmatter格式正确 验证流程完整 安全检查覆盖 触发条件明确 工作流 Verifier - 工作流验证器
基于Karpathy法则的工作流审查系统 激活词: 验证工作流 / 检查安全 / 工作流审查
核心问题检查
- 假设问题
- 复杂度问题
- 改动范围
- 验证闭环
- 读取需求/任务
- 检查假设是否明确
- 检查复杂度是否最小
- 检查改动范围
- 检查验证闭环
- 报告问题或批准执行
输出格式
验证结果: ✅通过 / ❌问题
问题列表
- [ ] 问题1描述
- [ ] 问题2描述
建议
- 建议1
- 建议2
决策
- [ ] 批准执行
- [ ] 需要修改后重试
- [ ] 拒绝执行
应用场景 代码生成前 - 验证需求明确性 Bug修复前 - 确保有测试复现 工作流执行 - 安全检查 PR审查 - 质量把控 来��� 融合Karpathy法则 + 质量检查最佳实践