← Back to Skills Marketplace
lpj18337105261

Workflow Decomposer

by lpj18337105261 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
870
Downloads
1
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install workflow-decomposer
Description
工作流任务拆解与模型编排技能。使用场景:(1) 收到复杂工作任务需要拆解为可执行步骤,(2) 需要为不同步骤选择最合适的模型,(3) 需要跟踪工作流进度和模型使用情况,(4) 长时间任务卡住需要问题诊断和解决方案。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install workflow-decomposer
  3. After installation, invoke the skill by name or use /workflow-decomposer
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug workflow-decomposer
Version 1.0.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Workflow Decomposer?

工作流任务拆解与模型编排技能。使用场景:(1) 收到复杂工作任务需要拆解为可执行步骤,(2) 需要为不同步骤选择最合适的模型,(3) 需要跟踪工作流进度和模型使用情况,(4) 长时间任务卡住需要问题诊断和解决方案。 It is an AI Agent Skill for Claude Code / OpenClaw, with 870 downloads so far.

How do I install Workflow Decomposer?

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

Is Workflow Decomposer free?

Yes, Workflow Decomposer is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Workflow Decomposer support?

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

Who created Workflow Decomposer?

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

💬 Comments