Token导航 LogoToken导航TokenDH.com
效率只读clawhub未标认证来源可访问clear审计通过

openclaw-immediate-ackOpenClaw immediate ACK 效率

Agent Skill

openclaw-immediate-ack 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

8,152

周安装

333

GitHub Stars

1

下载量

2,611
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:openclaw-immediate-ack(OpenClaw immediate ACK 效率)
来源仓库:https://github.com/sallyxie2026/openclaw-immediate-ack
安装命令:
openclaw skills install openclaw-immediate-ack
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install openclaw-immediate-ack

简介

OpenClaw immediate ACK 在主要回复前发送即时确认消息。

  • 适用于飞书、钉钉等多平台聊天通道的消息反馈优化。openclaw-immediate-ack 属于效率类 Skill,可作为该场景下的辅助能力补充。
  • 通过 clawhub 安装后配置通道参数启用双语支持模式。
  • 需确保消息队列稳定,防止因网络延迟造成 ACK 超时。
  • 建议根据实际响应速度调整 ACK 发送时机以避免重复通知。

SKILL.md

name
openclaw-immediate-ack
description
Use when configuring OpenClaw chat channels to send an immediate acknowledgement before the main reply starts. Supports Feishu and DingTalk, includes bilingual Chinese-English guidance, and requires the acknowledgement language to follow the active conversation language.

OpenClaw Immediate Ack / OpenClaw 即时确认回复

Purpose / 功能定位

English

Use this skill when an OpenClaw bot should send a short acknowledgement immediately after receiving a user message, before the full agent response is generated.

This skill standardizes a simple interaction pattern:

  1. The user sends a message.
  2. The bot immediately sends a short acknowledgement.
  3. The bot then continues reasoning and sends the full response later.

The goal is to make the bot feel responsive and trustworthy by clearly signaling:

  • the message was received
  • the bot is active
  • processing has started

This is also a key product highlight: once the user sees the immediate acknowledgement, they can directly understand that the message was sent successfully, accepted by the bot, and entered the processing flow.

中文

当你希望 OpenClaw 机器人在收到用户消息后,先立即回复一句简短确认,再继续生成完整答复时,应使用这个 Skills。

这个 Skills 标准化了如下交互流程:

  1. 用户发送消息
  2. 机器人立即回复一句简短确认
  3. 机器人继续思考,并在稍后发送完整回复

它的目标是提升机器人的可感知响应速度和稳定感,让用户明确知道:

  • 消息已经收到
  • 机器人当前在线
  • 任务已经开始处理

这也是这个 Skills 的一个重要产品亮点:当用户看到了这条即时确认回复,就可以直观地判断,这条消息已经被成功发出、被机器人成功接收,并且已经进入处理流程。

Supported Channels / 支持渠道

English

This skill is designed to support:

  • Feishu, when the OpenClaw Feishu plugin is installed and enabled
  • DingTalk, when the user is running a DingTalk bot integration

中文

这个 Skills 面向以下渠道:

  • 飞书:用户安装并启用了 OpenClaw 的 Feishu 插件
  • 钉钉:用户使用的是钉钉机器人接入

Channel Behavior / 渠道行为

Feishu

English

For Feishu, the acknowledgement should be sent in the inbound message handling flow before dispatching the message to the agent.

Recommended behavior:

  • send the ack as a normal Feishu text reply
  • keep reply target and thread behavior consistent with the inbound context
  • do not block agent dispatch if ack sending fails

中文

对于飞书,这条即时确认应在消息进入 agent 处理流程之前发送。

推荐行为:

  • 使用普通飞书文本消息发送确认回复
  • 保持回复目标、线程上下文与原消息一致
  • 即使确认消息发送失败,也不能阻塞后续 agent 处理

DingTalk

English

For DingTalk, the acknowledgement should be sent before the main agent response is produced.

Recommended behavior:

  • send the ack as a short plain-text status message
  • keep existing routing and session behavior unchanged
  • do not block agent dispatch if ack sending fails

中文

对于钉钉,这条即时确认也应在主回复开始之前发送。

推荐行为:

  • 以简短纯文本状态消息的形式发送确认回复
  • 保持既有的路由和会话逻辑不变
  • 即使确认消息发送失败,也不能阻塞后续 agent 处理

Language Rules / 语言规则

English

The acknowledgement language must follow the active conversation language.

Rules:

  • if the current conversation is in Chinese, use the Chinese acknowledgement pool
  • if the current conversation is in English, use the English acknowledgement pool
  • do not mix Chinese and English in a single acknowledgement unless the product explicitly requires mixed-language replies
  • if the language is unclear, prefer the system default language or the most recent user message language

Examples:

  • Chinese conversation -> reply in Chinese
  • English conversation -> reply in English

中文

即时确认回复必须跟随当前对话语言。

规则如下:

  • 如果当前和机器人是中文对话,就使用中文确认回复池
  • 如果当前和机器人是英文对话,就使用英文确认回复池
  • 除非产品明确要求中英混用,否则单条确认回复中不要混杂中英文
  • 如果语言不明确,优先使用系统默认语言,或者最近一条用户消息的语言

示例:

  • 中文对话 -> 输出中文确认回复
  • 英文对话 -> 输出英文确认回复

Default Reply Pools / 默认回复池

Chinese Default Pool / 中文默认回复池

  1. 收到啦,我想想
  2. 好嘞,我来琢磨一下
  3. 收到,我先看看
  4. 看到啦,我想一想
  5. 好,交给我想想
  6. 收到,我来理一理
  7. 明白,我先捋捋
  8. 好的,我想一下哈
  9. 收到,这就想想办法
  10. 好嘞,我先分析一下
  11. 看到了,我来想想怎么弄
  12. 收到,我先过一遍
  13. 行,我琢磨琢磨
  14. 好,我先想想怎么处理
  15. 收到,容我想想
  16. 没问题,我来想一下
  17. 收到,我先整理整理思路
  18. 好耶,我来研究一下
  19. 看见啦,我先想想
  20. 收到,我马上想想怎么办

English Default Pool / 英文默认回复池

  1. Got it, let me think.
  2. Okay, I am looking into it.
  3. Message received, let me take a look.
  4. Got it, let me think this through.
  5. Alright, let me work on it.
  6. I see it, let me think for a moment.
  7. Understood, let me sort it out.
  8. Got your message, let me dig in.
  9. Okay, let me figure this out.
  10. Seen it, let me think.
  11. Got it, I will look into it now.
  12. Alright, let me think about the best way to handle it.
  13. Message received, I am on it.
  14. Okay, let me work through this.
  15. Got it, give me a moment to think.
  16. Understood, let me take a pass at it.
  17. I have got it, let me organize my thoughts.
  18. Okay, let me look into this for you.
  19. Seen your message, let me think it through.
  20. Got it, let me see how to handle this.

Implementation Rules / 实现规则

English

  • choose one acknowledgement randomly from the language-matched pool
  • keep the reply pool centralized and easy to edit
  • send the acknowledgement before agent dispatch starts
  • keep the acknowledgement short, friendly, and lightweight
  • the acknowledgement must imply "received and thinking", not "already completed"
  • if sending the acknowledgement fails, log the error and continue normal processing
  • the full agent response must still go through the normal reply pipeline
  • a visible acknowledgement should be treated as a positive user-facing receipt signal

中文

  • 每次从当前语言对应的回复池中随机选择一句
  • 回复池应集中维护,便于后续统一修改
  • 即时确认必须在 agent 正式开始分发处理前发送
  • 确认回复应简短、友好、轻量
  • 语义必须表达“已收到,正在想/正在处理”,不能表达“已经完成”
  • 如果即时确认发送失败,只记录日志,不影响正常处理流程
  • 完整答复仍然必须走原有的标准回复链路
  • 用户成功看到即时确认回复时,应将其视为“消息已成功送达并被系统接收”的正向信号

Delivery Success And Failure Signals / 送达成功与失败信号

English

This skill defines a practical user-facing signal model:

  • if the user receives the immediate acknowledgement, that is the clearest visible sign that the inbound message was accepted by the bot
  • if the user receives no acknowledgement and no later full reply, the default user-facing interpretation is that the message was not successfully received or not successfully processed
  • "no reply at all" is the default external failure signal, but it is only a product-level symptom, not a precise technical diagnosis

Silence can correspond to different technical states, for example:

  • the message never reached OpenClaw
  • the message reached OpenClaw but the acknowledgement failed to send
  • the acknowledgement failed but the full reply still arrived later
  • the message was accepted but later processing failed

Recommended interpretation:

  • visible immediate acknowledgement = successful receipt confirmed
  • no immediate acknowledgement and no later reply = default failure symptom from the user perspective
  • precise root-cause analysis = requires logs, metrics, or channel-specific diagnostics

中文

这个 Skills 需要定义一套面向用户的可见信号规则:

  • 如果用户收到了即时确认回复,这是最明确的可见信号,表示这条入站消息已经被机器人接收
  • 如果用户既没有收到即时确认,也没有收到后续正式回复,那么默认可以从用户视角判断:这条消息没有被成功接收,或者没有被成功处理
  • “完全没有任何回复”是默认的外部失败信号,但它只是产品层面的现象,不等于精确的技术诊断

消息无回复可能对应多种技术状态,例如:

  • 消息根本没有到达 OpenClaw
  • 消息到达了 OpenClaw,但即时确认回复发送失败
  • 即时确认回复发送失败,但主回复后来成功发出了
  • 消息已经接收,但后续处理阶段失败了

推荐判断标准:

  • 用户看到了即时确认回复 = 可以视为“消息已成功送达并被系统接收”
  • 没有即时确认,且后续也没有任何正式回复 = 从用户视角看,可作为默认失败信号
  • 如果要进一步判断具体失败原因,必须结合日志、监控指标或渠道诊断信息

When To Use / 适用场景

English

Use this skill when the user wants:

  • immediate acknowledgement after message receipt
  • better perceived responsiveness
  • a consistent acknowledgement experience across Feishu and DingTalk
  • a reusable standardized reply pool for OpenClaw bots

中文

当用户有以下需求时,适合使用这个 Skills:

  • 希望机器人收到消息后立刻确认
  • 希望机器人显得更灵敏、更在线
  • 希望飞书和钉钉的体验保持一致
  • 希望把即时确认回复做成可复用、可发布的标准能力

When Not To Use / 不适用场景

English

Do not use this skill for:

  • long progress updates
  • periodic heartbeat broadcasts
  • final response formatting
  • retry or transport recovery logic unrelated to immediate acknowledgement

中文

以下场景不应使用这个 Skills:

  • 长篇进度播报
  • 周期性心跳消息
  • 最终答复格式控制
  • 与即时确认无关的重试、补发、传输恢复逻辑

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

98.57%
按下载量换算2,574

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills