← Back to Skills Marketplace
openlark

Skill Workflow Orchestrator

by OpenLark · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
127
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install skill-workflow-orchestrator
Description
Multi-skill workflow orchestrator. Chain multiple skills into automated pipelines, triggering entire sequences like "search → summarize → generate report → s...
Usage Guidance
This skill is internally coherent — it does what it claims: chain and orchestrate other skills. The main risk is not in the skill itself but in what it can trigger: any sub-skill it loads may send emails, access files, or use API keys. Before installing, consider: 1) Source provenance: the skill's source is unknown and there's no homepage — prefer skills with a known publisher or code review. 2) Permission model: confirm whether the platform enforces explicit user confirmation for sensitive actions (sending messages, accessing files, making payments) and whether you can require confirmations by default. 3) Sub-skill allowlist: restrict which sub-skills this orchestrator is permitted to call (avoid allowing it to call high-privilege skills). 4) Auditing: ensure invocation logs/audit trails are available so you can review what chains ran and what data was transmitted. 5) Test safely: try with non-sensitive, read-only workflows first. If you need higher assurance, request the skill's source or an explicit security policy from the publisher.
Capability Analysis
Type: OpenClaw Skill Name: skill-workflow-orchestrator Version: 1.0.0 The skill-workflow-orchestrator is a high-level framework designed to help an AI agent chain multiple sub-skills into automated pipelines. The SKILL.md file provides clear instructions for parsing intent, sequential execution, and conditional branching without any evidence of malicious intent, data exfiltration, or obfuscation. It specifically includes a safety note requiring user confirmation for sensitive operations like sending emails.
Capability Assessment
Purpose & Capability
The name and description (workflow/orchestration) align with the SKILL.md: it parses user intent, composes a sequence of sub-skills, supports branching/retries, and passes outputs between steps. It does not request unrelated binaries, env vars, or installs, which is coherent for an orchestrator.
Instruction Scope
The SKILL.md itself does not instruct the agent to read local files or exfiltrate secrets, but it grants broad runtime authority to load and execute arbitrary sub-skills and to pass their outputs along. That means sensitive actions (sending email, accessing files, calling external APIs) are possible via downstream skills. The doc mentions user confirmation for sensitive operations but does not specify how confirmation is enforced, logged, or required by the platform.
Install Mechanism
Instruction-only skill with no install spec and no code files. This is low-risk from an installation-execution standpoint because nothing is written to disk by the skill definition itself.
Credentials
The skill declares no required environment variables or credentials. However, it can invoke other skills that may require secrets or credentials; those are not declared here, which is expected but means credential access will come from the invoked sub-skills rather than this orchestrator.
Persistence & Privilege
always:false (good). Autonomous invocation is allowed (disable-model-invocation:false), which is platform-default and reasonable for an orchestrator. That capability combined with the ability to call arbitrary sub-skills increases blast radius—especially for actions that can be performed without explicit, enforced user confirmation.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install skill-workflow-orchestrator
  3. After installation, invoke the skill by name or use /skill-workflow-orchestrator
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Skill-workflow-orchestrator 1.0.0 – initial release - Launches a multi-skill workflow orchestrator for chaining and automating skill pipelines with natural language triggers. - Supports sequential execution, conditional branching (`if/else`), and built-in error handling mechanisms. - Provides workflow configuration options (timeout, retries, error handling, output formats). - Includes ready-to-use templates for common scenarios (information gathering, report generation, content creation). - Automatically parses and executes multi-step user requests; supports complex conditional and fallback logic.
Metadata
Slug skill-workflow-orchestrator
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Skill Workflow Orchestrator?

Multi-skill workflow orchestrator. Chain multiple skills into automated pipelines, triggering entire sequences like "search → summarize → generate report → s... It is an AI Agent Skill for Claude Code / OpenClaw, with 127 downloads so far.

How do I install Skill Workflow Orchestrator?

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

Is Skill Workflow Orchestrator free?

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

Which platforms does Skill Workflow Orchestrator support?

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

Who created Skill Workflow Orchestrator?

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

💬 Comments