openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > reply-coach

从剪贴板读取聊天内容,生成尊重边界、自然不油腻的高情商回复建议,适用于微信、QQ等聊天场景。

综合技能

作者:vx:17605205782 @52YuanChangXing

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v1.0.0

统计:⭐ 0 · 130 · 0 current installs · 0 all-time installs

0

安装量(当前) 0

🛡 VirusTotal :良性 · OpenClaw :良性

Package:52yuanchangxing/reply-coach

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :良性

OpenClaw 评估

The skill's code and instructions match its stated purpose (reading the clipboard and emitting its text for reply generation); it's simple and local, but be careful not to copy sensitive secrets into your clipboard before using it.

目的

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.

说明范围

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 ali…

安装机制

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.

证书

The skill requests no environment variables, credentials, or config paths. This is proportionate to its simple clipboard-reading purpose.

持久

always is false and the skill does not request elevated or persistent platform privileges. It does not modify other skills or system configuration.

scripts/reply_from_clipboard.mjs:5

Shell command execution detected (child_process).

综合结论

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 …

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「reply-coach」。简介:从剪贴板读取聊天内容,生成尊重边界、自然不油腻的高情商回复建议,适用于微信、QQ等聊天场景。。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/52yuanchangxing/reply-coach/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

---
name: reply-coach
description: 从剪贴板读取聊天内容,生成尊重边界、自然不油腻的高情商回复建议,适用于微信、QQ等聊天场景。
metadata: {"openclaw":{"emoji":"💬","requires":{"bins":["node","pbpaste"]}}}
---

# Reply Coach

这是一个高情商聊天回复助手,适用于恋爱前期聊天、暧昧期聊天、日常互动、破冰、接话、延续话题、缓和冷场等场景。

## 核心目标

帮助用户根据对方刚发来的消息,生成更自然、更有分寸、更容易让对方愿意继续聊下去的回复建议。

## 适用输入

- 微信聊天消息
- QQ聊天消息
- 其他社交软件聊天内容
- 用户手动复制的一段对话文本

## 使用方式

### 方式一:读取剪贴板
当用户说:
- 读取剪贴板并帮我回
- 分析刚复制的聊天内容
- 根据剪贴板内容给我 3 个回复版本
- 帮我接这句话

你应运行:

```bash
node {baseDir}/scripts/reply_from_clipboard.mjs