TopRank Skills

Home / Claw Skills / 其他 / agentic-workflow-automation
Official OpenClaw rules 15%

agentic-workflow-automation

Generate reusable multi-step agent workflow blueprints. Use for trigger/action orchestration, deterministic workflow definitions, and automation handoff artifacts.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 agentic-workflow-automation 技能。 若已安装,则直接安装 agentic-workflow-automation 技能。

Overview

Skill Key
0x-professor/agentic-workflow-automation
Author
0x-professor
Source Repo
openclaw/skills
Version
-
Source Path
skills/0x-professor/agentic-workflow-automation
Latest Commit SHA
6ae58f0d1a5f5cad52cde660d159501aea19aaee

Extracted Content

SKILL.md excerpt

# Agentic Workflow Automation

## Overview

Build workflow blueprints that can be translated into automation platforms such as n8n or internal orchestrators.

## Workflow

1. Define workflow name, trigger, and ordered steps.
2. Normalize each step into a simple execution contract.
3. Build a blueprint with dependencies and execution order.
4. Export JSON/markdown artifacts for implementation.

## Use Bundled Resources

- Run `scripts/generate_workflow_blueprint.py` for deterministic workflow output.
- Read `references/workflow-blueprint-guide.md` for step design guidance.

## Guardrails

- Keep each step single-purpose.
- Include clear fallback behavior for failed steps.

Related Claw Skills