← Back to Skills Marketplace
subaru0573

agentic-workflow-automation-p

by Subaru0573 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
75
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install agentic-workflow-automation-p
Description
Design and orchestrate robust multi-step agent workflows with reusable blueprints. Automate complex trigger-action sequences, define deterministic workflows,...
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 to do what it claims: generate portable workflow blueprints. Before installing/using it, review the small Python script (already included) to confirm its behavior, and when running it provide trusted input files and an output path that won't overwrite important system files. Because the tool writes files to whatever --output you specify, avoid running it with administrative privileges or using system-critical paths. If you need connectors to specific orchestration platforms, note that this package only produces blueprints and does not include platform-specific integrations.
Capability Analysis
Type: OpenClaw Skill Name: agentic-workflow-automation-p Version: 1.0.0 The skill bundle provides a functional utility for generating workflow blueprints via a Python script (scripts/generate_workflow_blueprint.py). However, the SKILL.md file contains a suspicious 'word salad' suffix in its description field (e.g., 'generateetz bucket... presentjosmins'), which is a common indicator of adversarial prompt injection or data poisoning attempts. While the script itself lacks direct malicious logic and performs standard file I/O, the presence of unexplained, non-functional text in the agent-facing instructions warrants a suspicious classification.
Capability Assessment
Purpose & Capability
The skill's name/description, SKILL.md, reference guide, and the bundled Python script all align with generating workflow blueprints and exporting them in JSON/MD/CSV. There are no unrelated environment variables, binaries, or config paths requested. Minor mismatch: the description mentions integration with orchestration frameworks, but the repo provides only a portable blueprint generator (no connectors) — this is a plausible scope choice, not a security problem.
Instruction Scope
SKILL.md only instructs the agent to run the included script and read the guide. The script reads a user-supplied input JSON (size-limited to 1,048,576 bytes) and writes to a user-supplied output path. It does not access other system files, environment variables, or remote endpoints. Caution: because it writes to an arbitrary output path you pass, ensure you do not unintentionally overwrite sensitive files when invoking the script.
Install Mechanism
No install spec is provided (instruction-only with a small helper script). Nothing is downloaded or written to disk by an installer. This is the lowest-risk install profile.
Credentials
The skill requests no environment variables or credentials. The primary credential field is empty and no config paths are required — privileges requested are proportionate to the stated functionality.
Persistence & Privilege
The skill is not marked always:true, does not modify other skills or global agent configuration, and does not request persistent system presence. Autonomous invocation is allowed by default but is not combined with elevated privileges here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install agentic-workflow-automation-p
  3. After installation, invoke the skill by name or use /agentic-workflow-automation-p
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Updated skill name to agentic-workflow-automation-p. - Expanded description to emphasize robust orchestration, automation pipeline streamlining, and integration with orchestration frameworks. - No functional file changes detected in this version.
Metadata
Slug agentic-workflow-automation-p
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is agentic-workflow-automation-p?

Design and orchestrate robust multi-step agent workflows with reusable blueprints. Automate complex trigger-action sequences, define deterministic workflows,... It is an AI Agent Skill for Claude Code / OpenClaw, with 75 downloads so far.

How do I install agentic-workflow-automation-p?

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

Is agentic-workflow-automation-p free?

Yes, agentic-workflow-automation-p is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does agentic-workflow-automation-p support?

agentic-workflow-automation-p is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created agentic-workflow-automation-p?

It is built and maintained by Subaru0573 (@subaru0573); the current version is v1.0.0.

💬 Comments