Use when `paper-review` needs a canonical manuscript text artifact before claim extraction. **Trigger**: ingest paper, manuscript text, provide paper, paper.md, 输入论文, 导入稿件, 审稿输入. **Use when**: You are running the `paper-review` pipeline and need `output/PAPER.md` before `claims-extractor`. **Skip if**: `output/PAPER.md` already exists and looks like the full manuscript text. **Network**: none. **Guardrail**: Do not summarize or rewrite the paper; store the raw text (or a faithful extraction) ...
Scanned 5/27/2026
Install via CLI
openskills install WILLOSCAR/research-units-pipeline-skills---
name: manuscript-ingest
description: |
Use when `paper-review` needs a canonical manuscript text artifact before claim extraction.
**Trigger**: ingest paper, manuscript text, provide paper, paper.md, 输入论文, 导入稿件, 审稿输入.
**Use when**: You are running the `paper-review` pipeline and need `output/PAPER.md` before `claims-extractor`.
**Skip if**: `output/PAPER.md` already exists and looks like the full manuscript text.
**Network**: none.
**Guardrail**: Do not summarize or rewrite the paper; store the raw text (or a faithful extraction) so claims stay traceable.
---
# Manuscript Ingest
Transforms a manuscript source file into the canonical text artifact used by `paper-review`.
## Inputs
One manuscript source from the workspace, typically:
- `inputs/manuscript.md`
- `inputs/manuscript.txt`
- `inputs/manuscript.pdf`
## Output
- `output/PAPER.md`
## Script boundary
`scripts/run.py` should:
- find the simplest available manuscript source
- extract faithful text
- write the full text to `output/PAPER.md`
It should not summarize, critique, or reformat the manuscript into a review.
## Contract
The output must preserve:
- paper body text
- section headings when available
- page markers when extractable
## Acceptance
- `output/PAPER.md` exists
- it contains the manuscript body rather than only title/abstract
## Non-goals
- claim extraction
- evidence auditing
- review writing
No comments yet. Be the first to comment!