← Back to Skills Marketplace
156
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-coe
Description
OpenClaw 原生执行链(Chain of Execution, CoE)技能。让 OpenClaw 在处理复杂任务时,实时分步输出执行过程:拆解问题 → 选择 skill → 调用 skill → 调用模型 → 等待响应 → 拿到结果 → 最终汇总,完全贴合 OpenClaw 实际运行流程,让用户清楚看到每...
Usage Guidance
This skill is a simple, local tracer that prints step-by-step status to stdout and requires no credentials or network access — it appears to do exactly what it says. Before enabling or letting other skills call it, be aware it will echo any text you pass into it: do not pass secrets, credentials, or sensitive data into tracker.step/result/done if you don't want that content surfaced in logs/UI. Also note that other skills must be able to import the module (filesystem/packaging), but that is a normal development consideration rather than a security problem.
Capability Analysis
Type: OpenClaw Skill
Name: openclaw-coe
Version: 1.0.0
The openclaw-coe skill is a transparency utility designed to provide real-time progress updates (Chain of Execution) to the user. The implementation in cot_tracker.py and main.py is limited to simple logging and status reporting via standard output, with no evidence of data exfiltration, unauthorized execution, or malicious prompt injection. The skill's behavior is entirely consistent with its stated purpose of improving user visibility into the agent's task-solving process.
Capability Assessment
Purpose & Capability
Name/description claim a Chain-of-Execution tracker that emits step-by-step output. Included Python code (cot_tracker.py and a small main.py) implements exactly that behavior (printing steps, start/wait/result/done). No unrelated binaries, env vars, or network calls are requested.
Instruction Scope
SKILL.md stays within scope: it documents how to enable/disable the tracker, automatic/manual triggers, and how other skills can import and call CoETracker. The tracker prints whatever strings are passed to it (to stdout and flushed). That means any data other skills pass into tracker.step/result etc. will be echoed to the user/UI — a potential privacy consideration but not a functional incoherence.
Install Mechanism
No install spec; code is instruction-only with small local Python files. There is no remote download, package install, or extraction that would introduce supply-chain risk.
Credentials
The skill declares no required environment variables, no credentials, and the code does not access env vars or config paths. The requested scope of access is minimal and matches the stated purpose.
Persistence & Privilege
always is false and the skill does not modify other skills or system configuration. It exposes an API for other skills to import the tracker, which is appropriate for a tracing helper.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-coe - After installation, invoke the skill by name or use
/openclaw-coe - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
OpenClaw 原生执行链(Chain of Execution, CoE)技能首次发布。实时分步输出执行过程,贴合 OpenClaw 原生架构,让用户清楚看到每一步在做什么。
- 实时分步输出 OpenClaw 执行全过程,让用户清楚看到每一步操作。
- 自动识别与“分步执行”“过程”等关键词,智能启用。
- 支持手动开启与关闭执行链输出。
- 提供 API,便于其他技能集成分步过程显示。
- 输出仅限流程文本,无额外算力消耗;不影响原有执行逻辑与兼容性。
Metadata
Frequently Asked Questions
What is OpenClaw Chain of Execution (CoE)?
OpenClaw 原生执行链(Chain of Execution, CoE)技能。让 OpenClaw 在处理复杂任务时,实时分步输出执行过程:拆解问题 → 选择 skill → 调用 skill → 调用模型 → 等待响应 → 拿到结果 → 最终汇总,完全贴合 OpenClaw 实际运行流程,让用户清楚看到每... It is an AI Agent Skill for Claude Code / OpenClaw, with 156 downloads so far.
How do I install OpenClaw Chain of Execution (CoE)?
Run "/install openclaw-coe" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is OpenClaw Chain of Execution (CoE) free?
Yes, OpenClaw Chain of Execution (CoE) is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does OpenClaw Chain of Execution (CoE) support?
OpenClaw Chain of Execution (CoE) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created OpenClaw Chain of Execution (CoE)?
It is built and maintained by liuyh17 (@liuyh17); the current version is v1.0.0.
More Skills