← Back to Skills Marketplace
symbolscience

Emergence Agentic Academic Writing Skill Implementing the Paper Ochestra Paradigm

by symbolscience · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
102
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install emergence-paper-orchestra
Description
High-rigor, multi-agent scholarly writing framework based on the PaperOrchestra methodology.
README (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}, 
}
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install emergence-paper-orchestra
  3. After installation, invoke the skill by name or use /emergence-paper-orchestra
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug emergence-paper-orchestra
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Emergence Agentic Academic Writing Skill Implementing the Paper Ochestra Paradigm?

High-rigor, multi-agent scholarly writing framework based on the PaperOrchestra methodology. It is an AI Agent Skill for Claude Code / OpenClaw, with 102 downloads so far.

How do I install Emergence Agentic Academic Writing Skill Implementing the Paper Ochestra Paradigm?

Run "/install emergence-paper-orchestra" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Emergence Agentic Academic Writing Skill Implementing the Paper Ochestra Paradigm free?

Yes, Emergence Agentic Academic Writing Skill Implementing the Paper Ochestra Paradigm is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Emergence Agentic Academic Writing Skill Implementing the Paper Ochestra Paradigm support?

Emergence Agentic Academic Writing Skill Implementing the Paper Ochestra Paradigm is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Emergence Agentic Academic Writing Skill Implementing the Paper Ochestra Paradigm?

It is built and maintained by symbolscience (@symbolscience); the current version is v0.1.0.

💬 Comments