← Back to Skills Marketplace
yang1002378395-cmyk

Agentic Workflow Automation

by yang1002378395-cmyk · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ Security Clean
422
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install agentic-workflow-automation-v2
Description
Generate reusable multi-step agent workflow blueprints. Use for trigger/action orchestration, deterministic workflow definitions, and automation handoff arti...
README (SKILL.md)

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.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install agentic-workflow-automation-v2
  3. After installation, invoke the skill by name or use /agentic-workflow-automation-v2
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug agentic-workflow-automation-v2
Version 2.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Agentic Workflow Automation?

Generate reusable multi-step agent workflow blueprints. Use for trigger/action orchestration, deterministic workflow definitions, and automation handoff arti... It is an AI Agent Skill for Claude Code / OpenClaw, with 422 downloads so far.

How do I install Agentic Workflow Automation?

Run "/install agentic-workflow-automation-v2" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Agentic Workflow Automation free?

Yes, Agentic Workflow Automation is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Agentic Workflow Automation support?

Agentic Workflow Automation is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Agentic Workflow Automation?

It is built and maintained by yang1002378395-cmyk (@yang1002378395-cmyk); the current version is v2.0.0.

💬 Comments