安全扫描
OpenClaw
安全
high confidenceThe skill's code, instructions, and file list are consistent with its stated purpose of generating workflow blueprints and do not request extra credentials, network access, or surprising installs.
评估建议
This skill appears coherent and low-risk: it only processes an input JSON you provide and writes a chosen output file. Before running: (1) review the output path you supply to avoid overwriting sensitive files, (2) only feed trusted input files (script will read whatever path you give it up to 1MB), and (3) if you prefer to prevent autonomous agent use, restrict model-invocation or only call the skill manually. If you need higher assurance, run the Python script in an isolated environment and in...详细分析 ▾
✓ 用途与能力
Name/description match the included assets: a workflow guide, an OpenAI agent manifest, and a small Python script that normalizes and exports workflow blueprints. Nothing in the files suggests functionality beyond blueprint generation and export.
✓ 指令范围
SKILL.md simply directs the agent to read the guide and run the bundled script. The script only reads a user-supplied input file (if provided), enforces a 1MB input size limit, normalizes step data, and writes an output artifact in json/md/csv. There are no instructions to access unrelated system files, network endpoints, or secrets.
✓ 安装机制
There is no install spec; this is instruction-only plus a small Python script using only standard library modules. No external downloads, package installs, or archive extraction are present.
✓ 凭证需求
The skill declares no required environment variables, no credentials, and no config paths. The code does not read environment variables or attempt to access credentials.
ℹ 持久化与权限
The skill is not 'always' enabled and does not modify other skills. Model invocation is allowed (platform default), which means an agent could call this skill autonomously — this is normal for skills and not by itself problematic.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv0.1.02026/2/27
● 无害
安装命令 点击复制
官方npx clawhub@latest install agentic-workflow-automation
镜像加速npx clawhub@latest install agentic-workflow-automation --registry https://cn.clawhub-mirror.com
技能文档
Overview
Build workflow blueprints that can be translated into automation platforms such as n8n or internal orchestrators.
Workflow
- Define workflow name, trigger, and ordered steps.
- Normalize each step into a simple execution contract.
- Build a blueprint with dependencies and execution order.
- Export JSON/markdown artifacts for implementation.
Use Bundled Resources
- Run
scripts/generate_workflow_blueprint.pyfor deterministic workflow output. - Read
references/workflow-blueprint-guide.mdfor step design guidance.
Guardrails
- Keep each step single-purpose.
- Include clear fallback behavior for failed steps.
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制
免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制