Paper Parse
name: paper-parse
by chen-li-17 · published 2026-03-22
$ claw add gh:chen-li-17/chen-li-17-paper-parse-figures---
name: paper-parse
description: Parse academic PDF papers into markdown with figure extraction.
metadata:
{
"openclaw":
{
"emoji": "📄",
"requires": { "bins": ["uv"] },
},
}
---
# Paper Parse
Parse academic PDF papers into structured markdown with figure extraction using PyMuPDF.
Usage
uv run {baseDir}/scripts/parse_paper.py --pdf /path/to/paper.pdf [--output-dir ./output]Output
The tool generates:
- Paper title
- Number of pages
- Extracted figures with captions and paths
Example
uv run scripts/parse_paper.py --pdf ~/papers/my-paper.pdf --output-dir ./parsedOutput structure:
./parsed/
├── my-paper_content.md
├── my-paper_parsed.json
└── figures/
├── figure_1.png
├── figure_2.png
└── ...Dependencies
These are automatically managed by uv via the inline script metadata.
More tools from the same signal band
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...