/install interaction-pipeline
Interaction Pipeline Skill
Purpose
Provide consistent status updates and concise summaries after each action. Ensures user always knows: 1) what was done, 2) what's next or how to repeat.
Status Flow
Every interaction follows:
STARTED -> IN_PROGRESS -> DONE
-> BLOCKED (with reason)
Summary Format
After completing an action (or hitting a block), send exactly 2 lines:
Line 1: What was accomplished (past tense, no emojis unless user uses them) Line 2: What to do next OR how to repeat the action (short, actionable)
Example (DONE):
Backup created at /backups/2026-03-16.tar.gz.
Run `backup` again tomorrow or set a weekly cron.
Example (BLOCKED):
Cannot connect to database: timeout.
Check DB credentials and network, then retry.
Rules
- Never send DONE/OK without the 2-line summary
- For multi-step tasks, summarize after each step, not only at the end
- If user asks for status mid-task, reply with current step + estimated completion
- When blocked, include the error cause and one concrete fix
Integration
- Hook: after every tool execution (success or failure)
- Must not be suppressed by any other skill
- Overrides any default LLM response style
Related Skills
guided-conversation(pre-action clarity)adaptive-execution-profile(risk-based behavior)
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install interaction-pipeline - 安装完成后,直接呼叫该 Skill 的名称或使用
/interaction-pipeline触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Interaction Pipeline 是什么?
Provide consistent status updates and concise summaries after each action. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 95 次。
如何安装 Interaction Pipeline?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install interaction-pipeline」即可一键安装,无需额外配置。
Interaction Pipeline 是免费的吗?
是的,Interaction Pipeline 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Interaction Pipeline 支持哪些平台?
Interaction Pipeline 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Interaction Pipeline?
由 Szpili(@szpili)开发并维护,当前版本 v1.0.0。