← 返回 Skills 市场
andyrenxu7255

Academic Paper Reviewer

作者 Andy Ren · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ⚠ suspicious
101
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install academic-paper-reviewer
功能描述
7-agent paper review system on Hermes Agent. 6 modes (full/re-review/quick/methodology-focus/guided/calibration). 5-panel review with editorial decision, rev...
使用说明 (SKILL.md)

Academic Paper Reviewer — 7-Agent Review System (Hermes Edition)

📄 License: CC BY-NC 4.0 · Copyright (c) 2026 Cheng-I Wu
🔗 Original: Imbad0202/academic-research-skills
🔄 Adaptation: Multi-agent review system implemented via delegate_task instead of Claude Code's internal agent system. All agent definitions, references, and quality standards preserved unchanged from original. This adaptation is distributed under the same CC BY-NC 4.0 license.

Quick Start

Review this paper for journal submission

Agent Team

# Agent Role
1 intake_agent Receive paper, determine review type
2 methodology_reviewer Method rigor assessment
3 evidence_reviewer Evidence sufficiency & citation quality
4 argument_reviewer Logical coherence & argument structure
5 domain_reviewer Domain expertise & literature positioning
6 editor_in_chief Aggregate reviews → editorial decision
7 revision_coach Convert reviews → actionable roadmap

Hermes Execution

Full Mode: 5-Panel Parallel Review

delegate_task(tasks=[
    {"goal": "Review manuscript methodology: design appropriateness, validity threats, replicability. Score 1-5.", "context": "Use agents/methodology_reviewer.md", "toolsets": ["file"]},
    {"goal": "Review evidence: citation quality, source credibility, evidence hierarchy alignment. Score 1-5.", "context": "Use agents/evidence_reviewer.md", "toolsets": ["file"]},
    {"goal": "Review argument: logical flow, claim-evidence alignment, counter-argument handling. Score 1-5.", "context": "Use agents/argument_reviewer.md", "toolsets": ["file"]},
    {"goal": "Review domain positioning: literature coverage, theoretical grounding, contribution significance. Score 1-5.", "context": "Use agents/domain_reviewer.md", "toolsets": ["file"]}
])

Editorial Decision

delegate_task(goal="Aggregate all 4 reviewer reports. Apply weighted scoring (Method 30%, Evidence 25%, Argument 25%, Domain 20%). Issue editorial decision: Accept/Minor Revision/Major Revision/Reject with justification.", context="Use agents/editor_in_chief.md", toolsets=["file"])

Revision Roadmap

delegate_task(goal="Convert editorial decision + reviewer reports into structured Revision Roadmap: prioritized action items, estimated effort, dependency mapping.", context="Use agents/revision_coach.md", toolsets=["file"])

6 Modes

Mode Trigger Agents
full "Review paper" All 7
re-review "Check revisions" 2→3→4→6
quick "Quick review" 6 only (EIC assessment)
methodology-focus "Check methodology" 2 only
guided "Guide me to improve" Socratic: 6 with user interaction
calibration "Calibrate reviewer" All + calibration metrics output

Calibration Mode

Measures reviewer accuracy: FNR (False Negative Rate), FPR (False Positive Rate), AUC. Requires ground-truth labels on prior reviewed papers.

Critical Rules

  1. ⚠️ Reviewers are paper-blind (don't see author info)
  2. ⚠️ Every criticism must include specific actionable suggestion
  3. ⚠️ Calibration mode requires 5+ ground-truth papers

Security & Privacy

Multi-agent design disclosure: This skill delegates review tasks across multiple subagents via delegate_task. Manuscript content and intermediate review outputs are processed by these agents. Use only with manuscripts you are comfortable having processed through the AI provider's delegated-agent workflow. Remove confidential material not needed for review.

Tool access: Subagents are granted only file tools for reading/writing review outputs. No terminal, web, or system tools are exposed.

Agent files: The agents/ directory contains academic peer-review prompt templates (role definitions, scoring rubrics, methodology guidelines). These are task instructions loaded as context in delegate_task calls — NOT system prompt overrides.

安全使用建议
Before installing, confirm you are allowed to submit the manuscript to an AI provider and remove confidential details that are not needed. Use a dedicated folder for review inputs and outputs, and be aware that some referenced agent filenames appear inconsistent with the shipped manifest, which may affect reliability. ClawScan detected prompt-injection indicators (system-prompt-override), so this skill requires review even though the model response was benign.
能力标签
cryptocan-make-purchasesrequires-sensitive-credentials
能力评估
Purpose & Capability
The core purpose, academic paper review, matches the visible reviewer and synthesizer prompts. It is noteworthy because the workflow processes manuscript text through delegated agents, and the main SKILL examples reference some agent context filenames that do not appear in the manifest.
Instruction Scope
The instructions are mostly reviewer rubrics and sprint-contract protocols. The static prompt-injection signal appears tied to prompt-template wording about subagent phases, not to a hidden attempt to override this review or redirect the user's goal.
Install Mechanism
There is no install spec, no code file presence, no required binaries, and no required environment variables.
Credentials
Subagents are limited to file tools for reading and writing review outputs, which is proportionate for paper review, but users should keep the working files scoped to manuscripts they intend to review.
Persistence & Privilege
The provided artifacts do not show background persistence, credential use, account access, browser/session/profile access, or privileged local configuration access.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install academic-paper-reviewer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /academic-paper-reviewer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
## 1.0.2 — ClawScan Compliance - Removed 'terminal' from all delegate_task toolsets (file-only now) - Added Security & Privacy section disclosing multi-agent design - Added explicit notice that agent files are task instructions, not system prompt overrides - ClawScan note added explaining prompt template design pattern
v1.0.1
## 1.0.1 — License Correction **IMPORTANT:** Corrected license from MIT-0 to **CC BY-NC 4.0** to comply with original author's license. - Added full attribution to Cheng-I Wu (original creator) - Added CC BY-NC 4.0 LICENSE file to distribution - Added copyright notice and GitHub link to SKILL.md frontmatter - Added 'Adapted for Hermes Agent' modification notice
v1.0.0
## 1.0.0 — Initial release for Hermes Agent Adapted from imbad0202/academic-research-skills for Hermes Agent. **Key Features:** - 7-agent peer review system via delegate_task - 6 modes: full/re-review/quick/methodology-focus/guided/calibration - 5-panel parallel review (method/evidence/argument/domain) - Editorial decision with weighted scoring - Revision Roadmap with prioritized action items **Adaptation:** Reviewers run as parallel delegate_task batches. Agent definitions and references preserved unchanged.
元数据
Slug academic-paper-reviewer
版本 1.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

Academic Paper Reviewer 是什么?

7-agent paper review system on Hermes Agent. 6 modes (full/re-review/quick/methodology-focus/guided/calibration). 5-panel review with editorial decision, rev... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 101 次。

如何安装 Academic Paper Reviewer?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install academic-paper-reviewer」即可一键安装,无需额外配置。

Academic Paper Reviewer 是免费的吗?

是的,Academic Paper Reviewer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Academic Paper Reviewer 支持哪些平台?

Academic Paper Reviewer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Academic Paper Reviewer?

由 Andy Ren(@andyrenxu7255)开发并维护,当前版本 v1.0.2。

💬 留言讨论