← Back to Skills Marketplace
52yuanchangxing

reply-coach

by vx:17605205782 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
329
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install reply-coach
Description
从剪贴板读取聊天内容,生成尊重边界、自然不油腻的高情商回复建议,适用于微信、QQ等聊天场景。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install reply-coach
  3. After installation, invoke the skill by name or use /reply-coach
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- 首发版本,提供高情商聊天回复建议工具 - 支持从剪贴板读取微信、QQ等社交聊天内容 - 生成尊重边界、自然流畅的多种回复建议 - 适用于恋爱、日常互动、破冰等多种聊天场景
Metadata
Slug reply-coach
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is reply-coach?

从剪贴板读取聊天内容,生成尊重边界、自然不油腻的高情商回复建议,适用于微信、QQ等聊天场景。 It is an AI Agent Skill for Claude Code / OpenClaw, with 329 downloads so far.

How do I install reply-coach?

Run "/install reply-coach" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is reply-coach free?

Yes, reply-coach is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does reply-coach support?

reply-coach is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created reply-coach?

It is built and maintained by vx:17605205782 (@52yuanchangxing); the current version is v1.0.0.

💬 Comments