← 返回 Skills 市场
Workflow Decomposer
作者
lpj18337105261
· GitHub ↗
· v1.0.0
870
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install workflow-decomposer
功能描述
工作流任务拆解与模型编排技能。使用场景:(1) 收到复杂工作任务需要拆解为可执行步骤,(2) 需要为不同步骤选择最合适的模型,(3) 需要跟踪工作流进度和模型使用情况,(4) 长时间任务卡住需要问题诊断和解决方案。
安全使用建议
This skill appears coherent and non-malicious, but review these before installing: (1) it writes state files (workflow-state.json or workspace/memory/workflow-state.json) to your agent/workspace — if you need to avoid writes run it in an isolated workspace or inspect/redirect those paths; (2) the skill prefers Alibaba Qwen models in its templates — ensure the runtime has those models available or edit templates to target models you trust; (3) documentation mentions auto-triggering and web_fetch capabilities but there is no install-time trigger or network integration in the bundle — if you expect automatic background runs or network fetches, verify the runtime behavior; (4) no secrets or external URLs are requested by the skill. If you want higher assurance, open and read the two Python scripts (they are short) and confirm the file paths used are acceptable, or run them in a sandboxed environment. If the publisher or homepage are unknown and you require provenance, prefer skills with a known source or more metadata.
功能分析
Type: OpenClaw Skill
Name: workflow-decomposer
Version: 1.0.0
The skill bundle's core functionality and documentation are benign, focusing on workflow decomposition and model orchestration. However, the `scripts/progress-tracker.py` file contains a vulnerability: it uses `json.loads(sys.argv[4])` to parse step data directly from command-line arguments without explicit input validation. While not indicative of malicious intent, this lack of input sanitization could allow an attacker (or a compromised agent) to supply malformed or excessively large JSON, potentially leading to a denial-of-service for the script or the agent process due to resource exhaustion during parsing. This constitutes a vulnerability, classifying the skill as 'suspicious' rather than 'benign' under the given criteria.
能力评估
Purpose & Capability
The name/description (workflow decomposition + model orchestration) aligns with the included templates and two Python scripts that manage workflow state. Nothing in the bundle requests unrelated credentials or system access. Minor mismatch: README and some wording imply the skill can '自动触发' (auto-trigger), but the published flags do not set always:true and there is no install-time trigger mechanism—this is an inconsistency in documentation rather than a technical risk.
Instruction Scope
SKILL.md stays focused on decomposition, model selection, progress tracking and stuck-step diagnosis. It does not instruct reading secrets or contacting external endpoints. The included scripts read/write workflow-state.json (or workspace/memory/workflow-state.json) — so the skill will persist state to the agent/workspace filesystem. The docs also reference web_fetch/web_search and runtime model availability as capabilities to choose models, but the skill does not require or configure network access; this is a functional assumption in the instructions that may not hold in all runtimes.
Install Mechanism
No install spec; this is primarily instruction + small local scripts. No downloads or third-party package installs are performed by the skill bundle itself.
Credentials
The skill declares no required environment variables, no credentials, and no special config paths beyond writing/reading local state files. The lack of secret access is proportional to the stated purpose.
Persistence & Privilege
The skill is not always-enabled and allows model invocation (normal). It does persist workflow state to files in the working directory (workflow-state.json) and to workspace/memory/workflow-state.json when using workflow_tracker.py. Writing to the workspace is expected for progress tracking but users should be aware files will be created/modified.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install workflow-decomposer - 安装完成后,直接呼叫该 Skill 的名称或使用
/workflow-decomposer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
workflow-decomposer v1.0.0
- Initial release.
- Enables decomposition of complex workflows into clear, executable steps.
- Assigns the most suitable model for each task step based on well-defined selection rules.
- Tracks workflow progress and model usage at every stage.
- Provides built-in troubleshooting guidance and solution suggestions for stalled tasks.
- Supplies standardized, user-friendly workflow reports for transparency and clarity.
元数据
常见问题
Workflow Decomposer 是什么?
工作流任务拆解与模型编排技能。使用场景:(1) 收到复杂工作任务需要拆解为可执行步骤,(2) 需要为不同步骤选择最合适的模型,(3) 需要跟踪工作流进度和模型使用情况,(4) 长时间任务卡住需要问题诊断和解决方案。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 870 次。
如何安装 Workflow Decomposer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install workflow-decomposer」即可一键安装,无需额外配置。
Workflow Decomposer 是免费的吗?
是的,Workflow Decomposer 完全免费(开源免费),可自由下载、安装和使用。
Workflow Decomposer 支持哪些平台?
Workflow Decomposer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Workflow Decomposer?
由 lpj18337105261(@lpj18337105261)开发并维护,当前版本 v1.0.0。
推荐 Skills