Agentic Workflow Automation
Generate reusable multi-step agent workflow blueprints. Use for trigger/action orchestration, deterministic workflow definitions, and automation handoff arti...
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 0 · 53 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
Current versionv2.0.0
Download zipchineselatestworkflow
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
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.
Files
5 totalSelect a file
Select a file to preview.
Comments
Loading comments…
