Ai Paper Pipeline
/install ai-paper-pipeline
AI Paper Pipeline
Turn a rough paper idea or a long "mega prompt" into a reusable, reality-grounded paper project scaffold.
What this skill should do
- Normalize a user's long paper-workflow prompt into a maintainable skill/project structure.
- Keep the main workflow concise in
SKILL.mdand push bulky reference text intoreferences/. - Preserve academic-integrity constraints: no fabricated experiments, no fake citations, no unsupported claims.
- Prefer creating reusable project scaffolding over dumping one giant prompt blob.
Default workflow
- Identify whether the user wants one of these:
- skill cleanup / packaging for the paper workflow itself
- project initialization for a specific paper
- template ingestion from a pasted mega prompt
- If the user pasted a large workflow prompt, extract and organize it into:
SKILL.mdfor concise usage instructionsreferences/for long-form reference contenttemplates/for starter files likeRESTRICTS.example.yaml
- Keep only trigger logic, workflow guidance, and file navigation in
SKILL.md. - Put long source material, detailed prompts, and heavy policy text in
references/. - If the user wants a paper project initialized, create at minimum:
MEGA_PROMPT.mdRESTRICTS.yamlPROGRESS.mdplans/code/,data/,docs/,results/paper/mypaper/main.texpaper/mypaper/sections/
- After edits, package or commit changes if appropriate.
File layout for this skill
ai-paper-pipeline/
├── SKILL.md
├── MEGA_PROMPT.md
├── references/
│ ├── full-pipeline-template.md
│ └── project-scaffold.md
└── templates/
└── RESTRICTS.example.yaml
When to read extra files
- Read
MEGA_PROMPT.mdwhen you need the concise built-in version of the 25-stage workflow. - Read
references/full-pipeline-template.mdwhen the user wants the verbose original template or asks to reconstruct/port the full prompt. - Read
references/project-scaffold.mdwhen the user wants to initialize a concrete paper project directory. - Read
templates/RESTRICTS.example.yamlwhen initializing a new paper project or drafting a restrictions file.
Working rules
- Treat the paper as a real research artifact, not a vibe-writing exercise.
- Never claim experiments, datasets, ablations, or statistical tests that are not actually present.
- Never keep huge duplicated prompt text in multiple files.
- Prefer editable project artifacts over giant single-message outputs.
- Keep the paper workflow cyclical: literature → design → run → analyze → draft → review → revise.
Good outputs
A. User says: "整理成一个 Skill"
Do this:
- Clean up the current skill folder.
- Convert ad-hoc text into proper
SKILL.md+references/+templates/. - Keep
SKILL.mdconcise and reusable.
B. User says: "按这个模板起一个论文项目"
Do this:
- Create a new
\x3Cproject>-paper/scaffold. - Copy in starter files.
- Replace placeholders with project-specific metadata where provided.
C. User says: "把这份 mega prompt 落库"
Do this:
- Save the raw template in
references/or project root. - Avoid bloating
SKILL.mdwith the full raw text.
Final step
After modifying this skill or creating paper-project files in the workspace, commit the changes with a clear git message.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ai-paper-pipeline - After installation, invoke the skill by name or use
/ai-paper-pipeline - Provide required inputs per the skill's parameter spec and get structured output
What is Ai Paper Pipeline?
Build or improve a top-tier AI conference paper workflow for NeurIPS, ICML, ICLR, and similar venues. Use when the user asks to generate a paper pipeline, or... It is an AI Agent Skill for Claude Code / OpenClaw, with 97 downloads so far.
How do I install Ai Paper Pipeline?
Run "/install ai-paper-pipeline" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Ai Paper Pipeline free?
Yes, Ai Paper Pipeline is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Ai Paper Pipeline support?
Ai Paper Pipeline is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Ai Paper Pipeline?
It is built and maintained by hayashishungenn (@hayashishungenn); the current version is v1.0.1.