← 返回 Skills 市场
reply-coach
作者
vx:17605205782
· GitHub ↗
· v1.0.0
· MIT-0
329
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install reply-coach
功能描述
从剪贴板读取聊天内容,生成尊重边界、自然不油腻的高情商回复建议,适用于微信、QQ等聊天场景。
安全使用建议
This skill is simple and appears to do exactly what it says: read clipboard text and print it for the agent to turn into reply suggestions. Before installing/using it: (1) Be aware it relies on pbpaste, so it only works out-of-the-box on macOS. (2) Do not copy passwords, API keys, private tokens, or other secrets into your clipboard before invoking the skill — the script prints the raw clipboard contents and those could be included in prompts or logs. (3) The code uses node's child_process to run pbpaste; that is expected here but you can review the short script (scripts/reply_from_clipboard.mjs) yourself to confirm. (4) If you want cross-platform usage, request or modify a variant that uses platform-appropriate clipboard tools (e.g., xclip/xsel on Linux, powershell Get-Clipboard on Windows). If you need formal guarantees about data staying local, verify the agent's runtime doesn't transmit logs/prompts to external services or add explicit filtering/sanitization of clipboard contents.
功能分析
Type: OpenClaw Skill
Name: reply-coach
Version: 1.0.0
The 'reply-coach' skill is designed to assist users with chat replies by reading the system clipboard. The implementation in `scripts/reply_from_clipboard.mjs` uses the standard macOS `pbpaste` command to retrieve text, which is then processed by the AI agent as described in `SKILL.md`. The code is minimal, lacks any external network calls or obfuscation, and its behavior aligns perfectly with its stated purpose of analyzing copied chat messages.
能力评估
Purpose & Capability
Name/description say: read clipboard and produce reply suggestions. Declared required binaries (node, pbpaste) and the included script exactly implement reading macOS clipboard and printing it. The macOS-only dependency (pbpaste) is coherent with the intended behavior but limits platform compatibility.
Instruction Scope
SKILL.md instructs the agent to run the included script which reads the clipboard and prints the text with markers. That stays within the stated purpose. However, the skill does not filter clipboard contents or warn about secrets: any sensitive data copied to the clipboard would be emitted to stdout and could be included in prompts sent to the model or logged by the agent. The skill does explicitly say it does not auto-send messages, which aligns with behavior.
Install Mechanism
No install spec (instruction-only plus a small bundled script). Nothing is downloaded at install time and the only runtime action is invoking pbpaste via node child_process. No external URLs or archive extraction are involved.
Credentials
The skill requests no environment variables, credentials, or config paths. This is proportionate to its simple clipboard-reading purpose.
Persistence & Privilege
always is false and the skill does not request elevated or persistent platform privileges. It does not modify other skills or system configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install reply-coach - 安装完成后,直接呼叫该 Skill 的名称或使用
/reply-coach触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- 首发版本,提供高情商聊天回复建议工具
- 支持从剪贴板读取微信、QQ等社交聊天内容
- 生成尊重边界、自然流畅的多种回复建议
- 适用于恋爱、日常互动、破冰等多种聊天场景
元数据
常见问题
reply-coach 是什么?
从剪贴板读取聊天内容,生成尊重边界、自然不油腻的高情商回复建议,适用于微信、QQ等聊天场景。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 329 次。
如何安装 reply-coach?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install reply-coach」即可一键安装,无需额外配置。
reply-coach 是免费的吗?
是的,reply-coach 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
reply-coach 支持哪些平台?
reply-coach 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 reply-coach?
由 vx:17605205782(@52yuanchangxing)开发并维护,当前版本 v1.0.0。
推荐 Skills