← 返回 Skills 市场
Agentic Workflow Automation
作者
yang1002378395-cmyk
· GitHub ↗
· v2.0.0
· MIT-0
422
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install agentic-workflow-automation-v2
功能描述
Generate reusable multi-step agent workflow blueprints. Use for trigger/action orchestration, deterministic workflow definitions, and automation handoff arti...
使用说明 (SKILL.md)
Agentic Workflow Automation
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.
安全使用建议
This skill appears coherent and minimal: it normalizes workflow definitions and writes output artifacts. Before installing/run it: (1) verify the owner/metadata if provenance matters (the _meta.json ownerId differs from the registry owner in the provided manifest — likely benign but worth confirming), (2) when invoking the script supply safe input/output paths to avoid accidentally reading sensitive files or overwriting important data, and (3) test in a sandbox or non-production environment first. There are no network calls or credential requests in the code, so it will not exfiltrate data by itself; however, any sensitive data you include in the input JSON will be written to the output artifact, so avoid feeding secrets into the tool.
功能分析
Type: OpenClaw Skill
Name: agentic-workflow-automation-v2
Version: 2.0.0
The skill bundle is a legitimate utility for generating workflow automation blueprints. The primary script, scripts/generate_workflow_blueprint.py, performs standard JSON processing and file generation (JSON, MD, CSV) with basic safety measures like input size limits. There is no evidence of data exfiltration, malicious execution, or prompt injection attempts across the documentation or code.
能力评估
Purpose & Capability
Name/description (generate workflow blueprints) match the included materials: SKILL.md, a design guide, and a small Python script that normalizes steps and emits JSON/MD/CSV artifacts. There are no unrelated binaries, env vars, or config paths requested.
Instruction Scope
Runtime instructions are limited: run the bundled script and consult the guide. The script only reads an input file if explicitly provided and writes the requested output artifact. It does not access network, secrets, or other system configuration.
Install Mechanism
No install spec is provided (instruction-only plus a bundled script). Nothing is downloaded or extracted from external URLs.
Credentials
The skill requires no environment variables or credentials. The script does accept an input file path (up to 1MB) and an output path; these are user-supplied and expected for the task.
Persistence & Privilege
always:false and normal invocation settings. The skill does not request persistent agent-wide privileges or modify other skill configs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install agentic-workflow-automation-v2 - 安装完成后,直接呼叫该 Skill 的名称或使用
/agentic-workflow-automation-v2触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
- Major update introducing reusable multi-step workflow blueprints for automation.
- Adds support for defining workflow names, triggers, and ordered steps.
- Normalizes steps into execution contracts for consistent automation.
- Enables exporting workflow blueprints as JSON or markdown for implementation in automation platforms.
- Bundles resources: a Python script for deterministic workflow output and a design guide for workflow steps.
- Introduces guardrails to keep steps single-purpose and to include fallback behaviors.
元数据
常见问题
Agentic Workflow Automation 是什么?
Generate reusable multi-step agent workflow blueprints. Use for trigger/action orchestration, deterministic workflow definitions, and automation handoff arti... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 422 次。
如何安装 Agentic Workflow Automation?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install agentic-workflow-automation-v2」即可一键安装,无需额外配置。
Agentic Workflow Automation 是免费的吗?
是的,Agentic Workflow Automation 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Agentic Workflow Automation 支持哪些平台?
Agentic Workflow Automation 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Agentic Workflow Automation?
由 yang1002378395-cmyk(@yang1002378395-cmyk)开发并维护,当前版本 v2.0.0。
推荐 Skills