← 返回 Skills 市场
symbolscience

Emergence Agentic Academic Writing Skill Implementing the Paper Ochestra Paradigm

作者 symbolscience · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
102
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install emergence-paper-orchestra
功能描述
High-rigor, multi-agent scholarly writing framework based on the PaperOrchestra methodology.
使用说明 (SKILL.md)

Emergence PaperOrchestra Skill

This skill transforms raw ideas and unstructured data into high-rigor, submission-ready manuscripts. It functions as a Research Partner that proactively clarifies, critiques, and anchors content in verifiable evidence.

1. Core Workflow (Modular)

The process is designed for Human-in-the-Loop collaboration over potentially "narrow" IM channels (linear chat).

Phase 0: The Interactive Interview (Scaffolding)

The agent initiates an Interview Mode to capture tacit knowledge. Every user response is used to auto-update idea.md.

  • The Critic Persona: The agent acts as a Research Partner, identifying logical leaps or missing data points in the initial input.

Phase 1: Institutional Planning (Outline Agent)

Synthesize all inputs into a JSON Master Plan (stored in metadata.json).

Phase 2: Literature Strategy (Search Agent)

  • Macro Search: Foundational context.
  • Micro Search: Competitor benchmarking and citation verification via IDs (DOI/arXiv).

Phase 3: Modular Drafting (Writing Agent)

Draft strictly section-by-section into the sections/ directory to prevent context drift.

Phase 4: Peer Refinement (Refinement Agent)

Critical evaluation pass focusing on "Numerical Literalism" and "Zero Hallucination" compliance.


2. Agent Roles

Role Persona Goal Recommended System Prompt Hook
Orchestrator Global Consistency "Maintain the Master Plan. Ensure Section 4 answers the hypothesis in Section 1."
Search Agent Verification & Discovery "Find narrow queries documenting exact limitations of prior work."
Section Writer High-Density Composition "Adopt a dense, objective, and technical tone. No flourishes."
Reviewer Critical Evaluation "Act as a harsh conference reviewer. Identify every unsupported claim."
Partner Critique & Refine "Challenge the user's premises. If an idea is vague, ask for data-backed specifics."

3. Best Practices

  • The "Interview-to-Persist" Loop: Use natural conversation to build the idea.md ground truth.
  • Scaffold Folders: Use the provided scaffold.sh to initialize the environment:
    • idea.md: Methodology and user-provided context.
    • metadata.json: Master Plan & verified Citation bank.
    • content.md: The assembled final output.
  • Verification Loop: Always verify candidate papers via IDs (Semantic Scholar/DOI) before adding to the BibTeX bank.

4. Attribution & Citation

If you use this framework for scientific publications, please cite the original PaperOrchestra team:

@misc{song2026paperorchestramultiagentframeworkautomated,
      title={PaperOrchestra: A Multi-Agent Framework for Automated AI Research Paper Writing}, 
      author={Yiwen Song and Yale Song and Tomas Pfister and Jinsung Yoon},
      year={2026},
      eprint={2604.05018},
      archivePrefix={arXiv},
      primaryClass={cs.AI},
      url={https://arxiv.org/abs/2604.05018}, 
}
安全使用建议
This skill appears coherent for its stated purpose: it scaffolds a research project and defines multi-agent roles. Before installing or running it, consider the following: (1) the skill metadata references external endpoints (api.emergence.science) — verify that domain and the upstream repository (github link in skill_manifest.json) to ensure the provider is trustworthy; (2) the scaffold script will write files containing whatever you input — avoid including secrets or sensitive data in interview prompts; (3) if you want to prevent any network calls (e.g., automatic DOI lookups), run the agent in an offline or sandboxed environment or review/disable any network-capable agent components; (4) if unsure about the origin, inspect the repository (or the skill package source) and run the scaffold script in an isolated directory or VM. These steps will reduce risk while preserving the intended functionality.
功能分析
Type: OpenClaw Skill Name: emergence-paper-orchestra Version: 0.1.0 The skill implements a multi-agent scholarly writing framework called PaperOrchestra, which uses specialized agent roles to draft and review academic papers. The included bash script (scripts/scaffold.sh) is a utility for initializing project directories and templates (idea.md, metadata.json). While the script contains minor syntax errors and lacks input sanitization for the project name (a common vulnerability), there is no evidence of malicious intent, data exfiltration, or unauthorized access. The external endpoints (api.emergence.science) and references (arXiv:2604.05018) are consistent with the stated academic purpose.
能力评估
Purpose & Capability
Name, README, and SKILL.md describe a multi-agent academic writing framework and the included scaffold script and file manifests align with that purpose. One mismatch: manifest.json and skill_manifest.json declare external API/discovery URLs (https://api.emergence.science/...) that are not explicitly described in SKILL.md usage details; these endpoints are plausible for a content/discovery feature but their presence is not fully explained and the skill metadata lacks a homepage/source verification.
Instruction Scope
SKILL.md instructs the agent to run an interactive interview, write/update local files (idea.md, metadata.json, sections/, content.md), and to verify citations via DOIs/arXiv/Semantic Scholar. The instructions do not tell the agent to read unrelated system files, request secrets, or exfiltrate data. They do imply network lookups for citation verification, which is reasonable for the stated purpose.
Install Mechanism
No install spec is present (instruction-only), which is low-risk. A small scaffold shell script is included; it only creates folders and writes boilerplate files. No downloads, package installs, or archive extraction are present.
Credentials
The skill does not request environment variables, credentials, or config paths — appropriate for a local scaffolding/writing tool. However, the manifest points to external API/discovery endpoints (api.emergence.science) which could receive user-supplied data if the agent calls them; the SKILL.md does not document what data is sent to those endpoints or whether they require auth.
Persistence & Privilege
always:false and default model invocation are appropriate. The scaffold script writes project files within a user-named folder only; there are no indications that the skill attempts to modify other skills, agent configuration, or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install emergence-paper-orchestra
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /emergence-paper-orchestra 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
No changes detected since the previous version. - Version remains at 1.0.0 - No file or documentation updates - No new features, enhancements, or bug fixes included in this release
v1.0.0
- Initial release of Emergence PaperOrchestra, a multi-agent scholarly writing framework based on the PaperOrchestra methodology. - Introduces a modular, human-in-the-loop workflow for transforming unstructured ideas into rigorous, submission-ready manuscripts. - Defines dedicated agent roles (Orchestrator, Search Agent, Section Writer, Reviewer, Partner) for each stage of the manuscript creation process. - Emphasizes critical evaluation, citation verification, and strict adherence to "Numerical Literalism" and "Zero Hallucination" standards. - Provides best practices for environment setup and manuscript assembly, with a strong focus on evidence-based writing and transparency.
元数据
Slug emergence-paper-orchestra
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Emergence Agentic Academic Writing Skill Implementing the Paper Ochestra Paradigm 是什么?

High-rigor, multi-agent scholarly writing framework based on the PaperOrchestra methodology. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 102 次。

如何安装 Emergence Agentic Academic Writing Skill Implementing the Paper Ochestra Paradigm?

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

Emergence Agentic Academic Writing Skill Implementing the Paper Ochestra Paradigm 是免费的吗?

是的,Emergence Agentic Academic Writing Skill Implementing the Paper Ochestra Paradigm 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Emergence Agentic Academic Writing Skill Implementing the Paper Ochestra Paradigm 支持哪些平台?

Emergence Agentic Academic Writing Skill Implementing the Paper Ochestra Paradigm 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Emergence Agentic Academic Writing Skill Implementing the Paper Ochestra Paradigm?

由 symbolscience(@symbolscience)开发并维护,当前版本 v0.1.0。

💬 留言讨论