← Back to Skills Marketplace
Process Output
by
2719040953
· GitHub ↗
· v1.0.0
· MIT-0
123
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install process-output
Description
DEFAULT OUTPUT MODE: Always emit machine-parseable `openclaw-process` fenced JSON blocks in your assistant reply so a custom web client can render a live pro...
Usage Guidance
This skill is coherent and low-risk technically, but it changes how the assistant responds by default: every reply will include machine-parseable 'openclaw-process' JSON blocks unless the user explicitly asks for 'final answer only'. Before installing, consider whether downstream clients are prepared to parse these blocks and ensure no sensitive data (secrets, internal chain-of-thought) will be placed into the process blocks. If you want concise, human-only replies, instruct the assistant to opt out (e.g., “只给最终答案,不要过程”) or do not enable the skill.
Capability Assessment
Purpose & Capability
Name/description match the SKILL.md: the skill's sole purpose is to require machine-parseable 'openclaw-process' fenced JSON blocks in replies. No unrelated env vars, binaries, or installs are requested.
Instruction Scope
Instructions are narrowly scoped to formatting: emit start/step/final JSON blocks and avoid tool calls unless user asks. However, the skill enforces emitting structured progress by default (unless the user explicitly opts out), which changes reply behavior platform-wide and could surface internal progress/state that developers should avoid treating as chain-of-thought or sensitive data.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest install risk.
Credentials
No environment variables, credentials, or config paths requested; proportional to purpose.
Persistence & Privilege
Does not request always: true and uses default autonomy settings (normal). Still, it effectively changes the assistant's default reply format whenever the skill is active, so users and integrators should be aware it will alter outputs unless explicitly opted out.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install process-output - After installation, invoke the skill by name or use
/process-output - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of **process-output**: a skill that standardizes process reporting via machine-parseable JSON blocks.
- Introduces the `openclaw-process` fenced JSON protocol as the default output format for replies.
- Progress is reported through a sequence: `start` → (optional `step` updates) → `final` JSON blocks.
- Lightweight mode for simple queries uses only `start` and `final` blocks (or a single `done` step).
- Strict opt-out: skip process blocks only if the user explicitly requests a final answer with no intermediate process.
- Tools are not invoked unless explicitly required by user instruction.
Metadata
Frequently Asked Questions
What is Process Output?
DEFAULT OUTPUT MODE: Always emit machine-parseable `openclaw-process` fenced JSON blocks in your assistant reply so a custom web client can render a live pro... It is an AI Agent Skill for Claude Code / OpenClaw, with 123 downloads so far.
How do I install Process Output?
Run "/install process-output" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Process Output free?
Yes, Process Output is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Process Output support?
Process Output is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Process Output?
It is built and maintained by 2719040953 (@2719040953); the current version is v1.0.0.
More Skills