An AI-powered tool designed to transform scientific literature PDFs into structured, machine-readable Markdown and CSV data.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install sci-data-extractor
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install sci-data-extractor using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Sci-Data-Extractor is a specialized tool within the Openclaw Skills ecosystem that automates the extraction of complex information from academic papers. By combining high-precision OCR technologies like Mathpix with advanced Large Language Models such as Claude 3.5 Sonnet and GPT-4o, it provides researchers with a reliable way to digitize experimental data, formulas, and tables.
This skill is built for high-stakes research environments where accuracy is paramount. It allows users to define custom extraction rules or use pre-configured templates to parse thousands of pages of scientific literature into structured formats, making it a cornerstone for anyone leveraging Openclaw Skills for technical data management.
curl -LsSf https://astral.sh/uv/install.sh | sh
uv venv
source .venv/bin/activate
uv pip install -r requirements.txt
.env file:cp .env.example .env
# Add your EXTRACTOR_API_KEY and EXTRACTOR_MODEL
python extractor.py --help
The skill organizes extracted information into standardized schemas. Below are the primary data fields for the built-in templates available in Openclaw Skills:
| Template | Key Fields |
|---|---|
| Enzyme Kinetics | Enzyme, Organism, Substrate, Km, Kcat, Temp, pH, Mutant, Cosubstrate |
| Experiment | Experiment, Condition, Result, Unit, Standard Deviation, p-value |
| Literature Review | Author, Year, Journal, Title, DOI, Key Findings, Methodology |
Output can be toggled between --format markdown (default) and --format csv.
Loading
Maintain and enhance R-based data science projects by extending scripts, updating visualizations, and troubleshooting statistical models.

A comprehensive agent skill for automating R-based scientific research, project scaffolding, and publication-quality data visualization.

An AI-powered assistant for comprehensive searching, metadata retrieval, and deep analysis of PubMed biomedical literature.

An AI-powered academic search tool that enables researchers to discover papers, filter by author or date, and extract detailed scholarly metadata.

An AI-powered academic assistant for searching, retrieving metadata, and downloading full-text research papers via Sci-Hub mirrors.

An AI-driven tool that transforms research descriptions and data into publication-quality, editable SVG visualizations.








































