← 返回 Skills 市场
openlark

Skill Workflow Orchestrator

作者 OpenLark · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
127
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-workflow-orchestrator
功能描述
Multi-skill workflow orchestrator. Chain multiple skills into automated pipelines, triggering entire sequences like "search → summarize → generate report → s...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skill-workflow-orchestrator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skill-workflow-orchestrator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug skill-workflow-orchestrator
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Skill Workflow Orchestrator 是什么?

Multi-skill workflow orchestrator. Chain multiple skills into automated pipelines, triggering entire sequences like "search → summarize → generate report → s... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 127 次。

如何安装 Skill Workflow Orchestrator?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-workflow-orchestrator」即可一键安装,无需额外配置。

Skill Workflow Orchestrator 是免费的吗?

是的,Skill Workflow Orchestrator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Skill Workflow Orchestrator 支持哪些平台?

Skill Workflow Orchestrator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Skill Workflow Orchestrator?

由 OpenLark(@openlark)开发并维护,当前版本 v1.0.0。

💬 留言讨论