← 返回 Skills 市场
andyrenxu7255

Academic Paper

作者 Andy Ren · GitHub ↗ · v3.1.3 · MIT-0
cross-platform ✓ 安全检测通过
150
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install academic-paper
功能描述
12-agent academic paper writing pipeline on Hermes Agent. 10 modes (full/plan/outline/revision/revision-coach/abstract/lit-review/format-convert/citation-che...
使用说明 (SKILL.md)

Academic Paper — 12-Agent Writing Pipeline (Hermes Edition)

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

Quick Start

Write a paper on the impact of AI on higher education quality assurance

Agent Team

# Agent Phase
1 intake_agent Phase 0: Config interview
2 literature_strategist_agent Phase 1: Literature search
3 structure_architect_agent Phase 2: Structure/outline
4 argument_builder_agent Phase 3: Argument construction
5 draft_writer_agent Phase 4: Full draft
6 citation_compliance_agent Phase 5a: Citation check
7 abstract_bilingual_agent Phase 5b: Bilingual abstract
8 peer_reviewer_agent Phase 6: Peer review (max 2 loops)
9 formatter_agent Phase 7: Output formatting
10 socratic_mentor_agent Plan mode guide
11 visualization_agent Figures/charts
12 revision_coach_agent Reviewer comment parsing

Hermes Execution Pattern

All phases use delegate_task. Agent files at agents/ loaded as context.

Phase 0: Configuration

delegate_task(goal="Conduct paper configuration interview: paper type, discipline, journal, citation format, output format, language, word count.", context="Use agents/intake_agent.md")

Phase 1: Literature

delegate_task(goal="Design search strategy, screen sources, produce annotated bibliography.", context="Use agents/literature_strategist_agent.md")

Phase 2: Architecture

delegate_task(goal="Select paper structure, create detailed outline with word count allocation and evidence mapping.", context="Use agents/structure_architect_agent.md. Reference: references/paper_structure_patterns.md")

⚠️ User must approve outline before Phase 3.

Phase 3: Argumentation

delegate_task(goal="Build argument blueprint: claim-evidence chains, logical flow, counter-argument handling.", context="Use agents/argument_builder_agent.md")

Phase 4: Drafting

delegate_task(goal="Write full paper draft section by section, maintaining discipline register and word count.", context="Use agents/draft_writer_agent.md. Reference: references/writing_quality_check.md")

Phase 5: Citations + Abstract (parallel)

delegate_task(tasks=[
    {"goal": "Verify all citations: format compliance, reference list completeness, DOI checking.", "context": "Use agents/citation_compliance_agent.md", "toolsets": ["file"]},
    {"goal": "Write bilingual abstract (zh-TW + EN) with 5-7 keywords each. Independent composition, not translation.", "context": "Use agents/abstract_bilingual_agent.md. Reference: references/abstract_writing_guide.md", "toolsets": ["file"]}
])

Phase 6: Peer Review

delegate_task(goal="Simulated double-blind review on 5 dimensions: Originality(20%), Method Rigor(25%), Evidence(25%), Argument(15%), Writing(15%). Max 2 loops.", context="Use agents/peer_reviewer_agent.md")

Phase 7: Format

delegate_task(goal="Convert to target format (LaTeX/DOCX/PDF/Markdown). Apply journal formatting. Generate cover letter.", context="Use agents/formatter_agent.md. Reference: references/latex_template_reference.md")

10 Modes

Mode Trigger Agents
full "Write a paper" All 9 core
outline-only "Paper outline" 1→2→3
revision "Revise paper" 8→5→6
abstract-only "Write abstract" 1→7
lit-review "Literature review" 1→2
format-convert "Convert to LaTeX" 9 only
citation-check "Check citations" 6 only
plan "Guide my paper" 1→10→3→4
revision-coach "Parse reviews" 12 only
disclosure "AI disclosure statement" 9 only

Critical Rules

  1. ⚠️ User must confirm Paper Configuration Record before Phase 1
  2. ⚠️ Max 2 revision loops; unresolved → Acknowledged Limitations
  3. ⚠️ Every claim must have a citation or be from paper's own data
  4. ⚠️ Zero fabricated citations — every reference verified via DOI

Handoff from deep-research

intake_agent auto-detects deep-research materials (RQ Brief, Bibliography, Synthesis) and skips redundant steps.

Security & Privacy

Multi-agent design disclosure: This skill delegates writing tasks across multiple subagents. Paper content is processed through the AI provider's delegated-agent workflow. Use only with content you are comfortable having processed by AI.

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

Agent files: The agents/ directory contains academic writing prompt templates. These are task instructions for delegate_task — NOT system prompt overrides.

安全使用建议
This appears safe to use as a prompt-based academic writing assistant, but treat it like any AI writing workflow: do not provide confidential research unless permitted, review all edits and citations, and verify journal submission statements before use.
功能分析
Type: OpenClaw Skill Name: academic-paper Version: 3.1.3 The skill bundle is a highly sophisticated 12-agent pipeline designed for academic research and paper writing. It includes advanced safety and integrity features such as an 'Anti-Leakage Protocol' (references/anti_leakage_protocol.md) to prevent AI hallucinations and a 'Cross-Model Verification' system (shared/cross_model_verification.md) that uses bash and curl to independently audit citations via OpenAI or Google APIs. While the use of terminal commands and network access for verification represents a powerful capability, it is clearly documented, requires user-provided API keys, and is strictly aligned with the stated goal of ensuring academic rigor and preventing fabrication.
能力标签
cryptocan-make-purchasesrequires-sensitive-credentials
能力评估
Purpose & Capability
The skill purpose, agent roles, and requested file-based drafting/editing behavior are coherent for an academic paper pipeline. The main user-visible sensitivity is that unpublished paper content is processed through delegated AI agents.
Instruction Scope
The workflow includes user confirmation points for configuration and outline approval, but some subagents are instructed to directly correct or format draft content, so users should review generated changes.
Install Mechanism
No install specification, binaries, environment variables, or code files are present; this is an instruction-only prompt/template skill.
Credentials
The stated tool access is limited to file tools for drafts and is proportionate to the writing/formatting purpose. Registry capability signals mention credentials or purchases, but the provided artifacts do not show any such workflow.
Persistence & Privilege
No background persistence, self-propagation, privileged local access, account credentials, or long-running autonomous behavior is shown in the provided artifacts.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install academic-paper
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /academic-paper 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v3.1.3
## 3.1.3 — ClawScan Compliance - Removed 'terminal' from all delegate_task toolsets - Added Security & Privacy section disclosing multi-agent design - Agent files clarified as task instructions, not system overrides
v3.1.2
## 3.1.2 — 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
v3.1.1
## 3.1.1-hermes — Initial release for Hermes Agent Adapted from imbad0202/academic-research-skills v3.1.1 for Hermes Agent. **Key Features:** - 12-agent paper writing pipeline via delegate_task - 10 modes: full/plan/outline/revision/revision-coach/abstract/lit-review/format-convert/citation-check/disclosure - 6 paper types, 5 citation formats (APA/Chicago/MLA/IEEE/Vancouver) - Bilingual abstracts (zh-TW + EN), LaTeX/DOCX/PDF output - 25 reference files, 11 templates, 6 examples **Adaptation:** All agents run through Hermes delegate_task. v3.6.6 Generator-Evaluator contracts preserved. Handoff from deep-research supported.
元数据
Slug academic-paper
版本 3.1.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

Academic Paper 是什么?

12-agent academic paper writing pipeline on Hermes Agent. 10 modes (full/plan/outline/revision/revision-coach/abstract/lit-review/format-convert/citation-che... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 150 次。

如何安装 Academic Paper?

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

Academic Paper 是免费的吗?

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

Academic Paper 支持哪些平台?

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

谁开发了 Academic Paper?

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

💬 留言讨论