← 返回 Skills 市场
andyrenxu7255

Academic Pipeline

作者 Andy Ren · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ 安全检测通过
100
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install ars-academic-pipeline
功能描述
10-stage end-to-end research-to-publication pipeline orchestrator on Hermes Agent. Stages: planning → deep-research → academic-paper → academic-paper-reviewe...
使用说明 (SKILL.md)

Academic Pipeline — 10-Stage End-to-End (Hermes Edition)

📄 License: CC BY-NC 4.0 · Copyright (c) 2026 Cheng-I Wu
🔗 Original: Imbad0202/academic-research-skills
🔄 Adaptation: Orchestration pipeline 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.

Orchestrates the full academic workflow from research idea to publication-ready output.

10 Stages

Stage Skill Used Key Output
1. Planning intake + mode selection Project Plan with stage gating
2. Research deep-research (full/quick) RQ Brief + Methodology + Bibliography + Synthesis
3. Paper Draft academic-paper (full) Complete paper draft
4. Peer Review academic-paper-reviewer (full) 5-panel review + Editorial Decision
5. Revision academic-paper (revision) Revised draft + tracked changes
6. Polish academic-paper (revision) Final polished manuscript
7. Ethics Check academic-paper-reviewer (quick) Ethics clearance
8. AI Disclosure academic-paper (disclosure) Venue-specific AI statement
9. Format academic-paper (format-convert) LaTeX/DOCX/PDF + cover letter
10. Deliver file output Publication package

Hermes Execution

The orchestrator (main Hermes agent):

  1. Stage 1: Clarify user intent → select modes → create Project Plan
  2. Stage 2-6: Sequential delegate_task calls, each loading the relevant skill
  3. Stage 7-9: Lightweight parallel or sequential based on dependencies
  4. Stage 10: Write final package to disk

Key Checkpoints

  • Stage 1→2: User approves Project Plan
  • Stage 2→3: Research report accepted by user
  • Stage 4→5: Review decision received
  • Stage 6→7: Polished draft ready

Resume Support

Pipeline state stored in ~/.hermes/sessions/. User can resume with:

Continue the academic pipeline from Stage 4

Usage Patterns

Full pipeline:

Take "AI impact on HE quality assurance" through the full pipeline to publication-ready manuscript

Partial pipeline:

Start from Stage 3 with my existing deep-research output

Resume:

Resume pipeline from Stage 5 with reviewer comments: [comments]

Integration with Hindsight Memory

Pipeline state and key outputs are retained to Hindsight for long-term tracking:

hindsight memory retain --content "[stage_output]" --tags "pipeline,stage-N"

Critical Rules

  1. ⚠️ Each stage MUST complete before the next begins
  2. ⚠️ User confirmation at all IRON RULE checkpoints
  3. ⚠️ Ground truth isolation: review stage must NOT see author identity

Security & Privacy

Orchestration disclosure: This pipeline orchestrates multiple skills (research → writing → review) via delegate_task. All content passes through the AI provider's workflow. Use only with topics you are comfortable processing through AI.

Tool access: This pipeline delegates to sub-skills which independently control their own tool access. No stage is granted terminal, web, or system tools beyond what each sub-skill permits.

Agent files: All agents/ directories across sub-skills contain academic prompt templates, NOT system prompt overrides.

安全使用建议
Before installing, make sure you are comfortable sending the project through delegated academic sub-skills and AI-provider workflows. For confidential or unpublished work, review Hermes session storage, Hindsight Memory retention, and any optional cross-model setting before running the pipeline.
功能分析
Type: OpenClaw Skill Name: ars-academic-pipeline Version: 1.0.2 The 'ars-academic-pipeline' is a highly sophisticated multi-agent orchestration system designed to manage a 10-stage academic research workflow from initial planning to final publication. The bundle includes detailed instructions for sub-agents such as the 'integrity_verification_agent', which implements rigorous anti-hallucination protocols and reference checking, and the 'pipeline_orchestrator_agent', which manages state transitions and handoffs. While the system utilizes high-risk capabilities—including network access for WebSearch/API calls (Semantic Scholar, OpenAI, Google) and local script execution for LaTeX compilation (via tectonic/pandoc)—these actions are explicitly documented and necessary for the stated academic purpose. The instructions emphasize academic integrity, transparency (RAISE framework), and reproducibility (Material Passport system), with no evidence of malicious intent, data exfiltration, or unauthorized persistence.
能力标签
cryptocan-make-purchasesrequires-sensitive-credentials
能力评估
Purpose & Capability
The stated purpose—coordinating research, drafting, review, revision, formatting, and delivery—is consistent with the visible instructions. The skill relies on delegated sub-skills and internal agents, so actual tool behavior depends partly on those referenced skills.
Instruction Scope
The workflow includes user approval checkpoints and mandatory integrity gates. It also instructs agents to read raw dialogue ranges and delegate tasks, which is purpose-aligned but worth user awareness.
Install Mechanism
No install script, package dependency, binary requirement, or executable code is provided; this is an instruction-only skill.
Credentials
Web/API-style research verification and final file output are proportionate for an academic-publication pipeline, but users should understand that research content may be processed by other skills and providers.
Persistence & Privilege
The skill discloses session storage and Hindsight Memory retention for pipeline state and outputs. This supports resume/history features, but unpublished research drafts may be sensitive.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ars-academic-pipeline
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ars-academic-pipeline 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
## 1.0.2 — ClawScan Compliance - Added Security & Privacy section disclosing orchestration design - Agent files clarified as stage definitions, not system overrides
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. 10-stage end-to-end research-to-publication pipeline. Orchestrates ars-deep-research + academic-paper + academic-paper-reviewer.
元数据
Slug ars-academic-pipeline
版本 1.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

Academic Pipeline 是什么?

10-stage end-to-end research-to-publication pipeline orchestrator on Hermes Agent. Stages: planning → deep-research → academic-paper → academic-paper-reviewe... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 100 次。

如何安装 Academic Pipeline?

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

Academic Pipeline 是免费的吗?

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

Academic Pipeline 支持哪些平台?

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

谁开发了 Academic Pipeline?

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

💬 留言讨论