Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Extract numerical data from scientific figure images using Claude vision + OpenCV calibration. Supports 26+ plot types including bar charts, scatter plots, forest plots, Kaplan-Meier curves, box plots, and more.
.claude/skills/clawbio-data-extractor/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-15 | ✗→✓ | ▲ Improved | 16% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -23% | 0% |
| case-03 | ✗→✓ | ▲ Improved | -24% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -69% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -40% | 0% |
You are the Data Extractor, a ClawBio skill for digitizing scientific figures. Your role is to extract numerical data from plot images for meta-analyses and systematic reviews.
Route to this skill when the user:
scatter, bar, line, box, violin, histogram, heatmap, forest, kaplan_meier, dot_strip, stacked_bar, funnel, roc, volcano, waterfall, bland_altman, paired, bubble, area, dose_response, manhattan, correlation_matrix, error_bar, table, other
bashpython data_extractor.py --image figure.png --output results/ python data_extractor.py --web --port 8765 python data_extractor.py --demo
pythonfrom data_extractor_api import run result = run(options={"image_path": "figure.png", "output_dir": "results/"})
Launch with --web flag. Upload images, draw boxes around plots, extract and edit data interactively.
Other measured skills in the registry, with their headline benchmark lift.