← Back to Skills Marketplace
444
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install peer-review-response-drafter
Description
Assist in drafting professional peer review response letters. Trigger when user mentions "reviewer comments", "response letter", "peer review", "revise and r...
Usage Guidance
This skill appears coherent and limited to drafting responses. Before installing or using it, consider: 1) privacy—you will likely paste or upload unpublished manuscript text and reviewer comments, so avoid supplying sensitive or embargoed data to third parties or shared environments; 2) execution context—the included Python script runs locally in the agent environment, so review the script if you run it outside a sandbox; 3) trust—if you intend to run this in a managed/cloud agent, confirm the operator's data handling policy. If you want extra assurance, inspect the full scripts/main.py file (no network calls or credential access were found in the provided content).
Capability Analysis
Type: OpenClaw Skill
Name: peer-review-response-drafter
Version: 1.0.0
The skill's core purpose is benign, but the `scripts/main.py` file contains a significant vulnerability. It allows arbitrary file read and write operations via the `--input` and `--output` command-line arguments (and interactive mode's save functionality) without any path sanitization or restriction. This directly contradicts the security claims in `SKILL.md` that state 'Input file paths validated (no ../ traversal)' and 'Output directory restricted to workspace'. An attacker controlling the script's arguments could exploit this to read or overwrite arbitrary files on the system, depending on the agent's permissions. There is no evidence of intentional malicious behavior, but this is a critical vulnerability.
Capability Assessment
Purpose & Capability
Name and description (drafting peer-review responses) match the included materials (SKILL.md, templates) and the bundled script (scripts/main.py). No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md describes parsing reviewer comments, drafting responses, and tone adjustments; the instructions and parameters (interactive mode, input-file, tone, format) stay within that scope. The skill expects input text/files from the user but does not instruct reading unrelated system files or accessing external services.
Install Mechanism
No install spec is provided (instruction-only with an included helper script). This is the lowest-risk pattern; the bundled Python script and small requirements.txt are proportional to the task. There are no downloads from remote URLs or archive extraction steps.
Credentials
The skill requests no environment variables, credentials, or config paths. The requirement list is empty and the code shown contains no network calls or credential access. Input comes from user-provided files/strings, which is appropriate for this purpose.
Persistence & Privilege
Flags are default (always:false, disable-model-invocation:false). The skill does not request permanent presence or escalate privileges, nor does it modify other skills or system-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install peer-review-response-drafter - After installation, invoke the skill by name or use
/peer-review-response-drafter - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Peer Review Response Drafter — Initial release
- Drafts professional, structured response letters to academic peer reviewer comments.
- Automatically generates point-by-point responses with appropriate academic tone (diplomatic, formal, or assertive).
- Accepts a variety of input formats including pasted text, files, and structured data.
- Includes interactive and automated modes, with support for Markdown, plain text, or LaTeX output.
- Ensures responses address all reviewer comments, reference manuscript changes, and maintain a professional style.
Metadata
Frequently Asked Questions
What is Peer Review Response Drafter?
Assist in drafting professional peer review response letters. Trigger when user mentions "reviewer comments", "response letter", "peer review", "revise and r... It is an AI Agent Skill for Claude Code / OpenClaw, with 444 downloads so far.
How do I install Peer Review Response Drafter?
Run "/install peer-review-response-drafter" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Peer Review Response Drafter free?
Yes, Peer Review Response Drafter is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Peer Review Response Drafter support?
Peer Review Response Drafter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Peer Review Response Drafter?
It is built and maintained by AIpoch (@aipoch-ai); the current version is v1.0.0.
More Skills