← Back to Skills Marketplace
reviewer-rebuttal-coach
by
vx:17605205782
· GitHub ↗
· v1.0.0
· MIT-0
309
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install reviewer-rebuttal-coach
Description
从剪贴板读取审稿意见、导师批注或评审反馈,生成逐条回复、修改计划与优先级建议。
Usage Guidance
此 skill 目的单一且实现简单:它在 macOS 上调用 pbpaste 读取剪贴板并把内容交给代理处理。建议在安装/使用前:1) 确认你运行的是 macOS(pbpaste);非 macOS 环境将无法工作,或需要额外实现(如 xclip、wl-paste、Windows 剪贴板替代);2) 在调用前检查剪贴板内容,避免无意中提交密码、API 密钥或私人信息;3) 如果你对隐私敏感,考虑手动粘贴评审文本而不是允许脚本直接读取剪贴板。脚本没有网络调用或外部 URL,也没有不相称的权限请求,因此从“是什么它声称要做”的角度来看是自洽的。
Capability Analysis
Type: OpenClaw Skill
Name: reviewer-rebuttal-coach
Version: 1.0.0
The skill is designed to help users process academic reviewer comments by reading clipboard content via a simple Node.js script (`scripts/read_clipboard.mjs`) that executes the standard macOS `pbpaste` utility. The implementation is transparent, lacks any network activity or obfuscation, and strictly follows the functionality described in SKILL.md and README.md without any evidence of malicious intent or hidden data exfiltration.
Capability Assessment
Purpose & Capability
名称与描述都表明该 skill 要读取剪贴板并生成逐条回复/修改计划。要求的二进制(node 与 pbpaste)与这一目的相符——pbpaste 是 macOS 剪贴板工具,node 用于运行随附脚本。没有请求与该功能无关的凭据或配置路径。
Instruction Scope
SKILL.md 明确要求读取剪贴板并按照列出的步骤生成回复与任务清单;随附脚本仅执行 pbpaste 并把剪贴板文本以明确的开始/结束标记打印到 stdout。没有看到脚本或说明要求访问其它系统文件、环境变量或将数据发送到外部服务。注意:读取剪贴板会接触任意用户复制的内容(可能包含敏感数据),应确保用户明确同意并在调用前检查剪贴板内容。
Install Mechanism
无安装规范(instruction-only + 一个小脚本),不会下载或写入第三方代码到磁盘(除了随附的脚本本身)。这是低风险的安装方式。
Credentials
未请求任何环境变量、密钥或外部凭据,所需权限与功能相符。
Persistence & Privilege
没有设置 always:true、也不请求修改其他技能或系统级配置。技能为用户可调用,不会强制常驻或提升自身权限。
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install reviewer-rebuttal-coach - After installation, invoke the skill by name or use
/reviewer-rebuttal-coach - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Reviewer Rebuttal Coach initial release.
- Reads reviewer comments or feedback from the clipboard.
- Extracts key points and categorizes feedback by issue type.
- Generates suggested responses for each point.
- Produces a prioritized task list with identified risks.
Metadata
Frequently Asked Questions
What is reviewer-rebuttal-coach?
从剪贴板读取审稿意见、导师批注或评审反馈,生成逐条回复、修改计划与优先级建议。 It is an AI Agent Skill for Claude Code / OpenClaw, with 309 downloads so far.
How do I install reviewer-rebuttal-coach?
Run "/install reviewer-rebuttal-coach" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is reviewer-rebuttal-coach free?
Yes, reviewer-rebuttal-coach is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does reviewer-rebuttal-coach support?
reviewer-rebuttal-coach is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created reviewer-rebuttal-coach?
It is built and maintained by vx:17605205782 (@52yuanchangxing); the current version is v1.0.0.
More Skills