Install
openclaw skills install @hayashishungenn/ai-paper-pipelineBuild 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, organize a paper project, turn a mega prompt into a reusable skill, structure literature→experiment→writing loops, or create/update files like MEGA_PROMPT.md, RESTRICTS.yaml, PROGRESS.md, LaTeX paper skeletons, and per-stage plans for an academic paper project.
openclaw skills install @hayashishungenn/ai-paper-pipelineTurn a rough paper idea or a long "mega prompt" into a reusable, reality-grounded paper project scaffold.
SKILL.md and push bulky reference text into references/.SKILL.md for concise usage instructionsreferences/ for long-form reference contenttemplates/ for starter files like RESTRICTS.example.yamlSKILL.md.references/.MEGA_PROMPT.mdRESTRICTS.yamlPROGRESS.mdplans/code/, data/, docs/, results/paper/mypaper/main.texpaper/mypaper/sections/ai-paper-pipeline/
├── SKILL.md
├── MEGA_PROMPT.md
├── references/
│ ├── full-pipeline-template.md
│ └── project-scaffold.md
└── templates/
└── RESTRICTS.example.yaml
MEGA_PROMPT.md when you need the concise built-in version of the 25-stage workflow.references/full-pipeline-template.md when the user wants the verbose original template or asks to reconstruct/port the full prompt.references/project-scaffold.md when the user wants to initialize a concrete paper project directory.templates/RESTRICTS.example.yaml when initializing a new paper project or drafting a restrictions file.Do this:
SKILL.md + references/ + templates/.SKILL.md concise and reusable.Do this:
<project>-paper/ scaffold.Do this:
references/ or project root.SKILL.md with the full raw text.After modifying this skill or creating paper-project files in the workspace, commit the changes with a clear git message.