← 返回 Skills 市场
harrylabsj

Quest Chain Decomposer

作者 haidong · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
79
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install quest-chain-decomposer
功能描述
Break a fuzzy, high-friction goal into a sequenced quest chain with prerequisite nodes, parallel branches, waiting points, Definition of Done, and the first...
安全使用建议
This skill appears internally consistent and local: it templates and formats plans from user input. If you want extra assurance, inspect the full handler.py (it reads SKILL.md and runs purely local logic), run the included tests in a sandboxed Python environment, and ensure you only provide the goal text (no secrets).
功能分析
Type: OpenClaw Skill Name: quest-chain-decomposer Version: 1.0.0 The quest-chain-decomposer skill is a legitimate tool designed to help users break down complex goals into actionable steps. The Python logic in handler.py is focused entirely on text processing, using hardcoded templates and keyword-based categorization to generate structured markdown plans. There are no indicators of data exfiltration, unauthorized execution, or prompt injection risks, and the code lacks any network or sensitive file system access.
能力评估
Purpose & Capability
The name/description (decompose goals into quest chains) match the code and SKILL.md: handler.py contains templates, category rules, blueprints, and starter actions for organizing goals. There are no unrelated required binaries, env vars, or config paths.
Instruction Scope
SKILL.md instructs the agent to produce a markdown plan and the handler implements text parsing and templating. The code reads the local SKILL.md for metadata but does not reference system paths, credentials, or external endpoints. Instructions do not request broad system data or exfiltration.
Install Mechanism
No install spec is provided (instruction-only style), and included code is a local Python handler and tests. There are no downloads, package installs, or archive extracts declared that would write arbitrary code to disk at install time.
Credentials
The skill declares no required environment variables or credentials. The handler uses standard libraries (os, json, re) and only reads its own SKILL.md file; there are no requests for unrelated secrets or config paths.
Persistence & Privilege
always is false and the skill does not appear to modify other skills or system-wide settings. It does not request persistent privileges or autonomous overrides beyond normal agent invocation.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install quest-chain-decomposer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /quest-chain-decomposer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Quest Chain Decomposer v1.0.0 - Initial release of the quest-chain-decomposer skill. - Breaks high-friction goals into sequenced quest chains with dependencies, parallel tasks, and waiting points. - Defines clear "Definition of Done" for each step and avoids unproductive cycles. - Includes reroute rules for common blockers and suggests a concrete first action. - Output includes a quest map, explicit deliverable, and starter trio for immediate progress.
元数据
Slug quest-chain-decomposer
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Quest Chain Decomposer 是什么?

Break a fuzzy, high-friction goal into a sequenced quest chain with prerequisite nodes, parallel branches, waiting points, Definition of Done, and the first... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 79 次。

如何安装 Quest Chain Decomposer?

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

Quest Chain Decomposer 是免费的吗?

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

Quest Chain Decomposer 支持哪些平台?

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

谁开发了 Quest Chain Decomposer?

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

💬 留言讨论