Showing 28 verified skills. 284 preview entries are hidden until we confirm a real source. Show preview skills · Why?
Extract structured data from any website into JSON or CSV
cu install data-extractionComputer use agent that visually parses web pages to extract structured data from tables, listings, and complex layouts into JSON/CSV.
This is the actual SKILL.md file that powers this skill. Copy it to install.
---
name: cu-data-extraction
description: |
Extract structured data from websites using Computer Use. Trigger when the
user needs to scrape, extract, or collect data from web pages. Phrases:
"extract data", "scrape this page", "get the table from", "pull pricing data".
allowed-tools:
- computer
---
# Data Extraction (Computer Use)
Extract structured data from any website using visual browser automation.
Handles tables, listings, profiles, pricing pages, and any structured
content that is visible on screen.
## Workflow
1. **Navigate** to the target URL
2. **Identify** the data structure on the page
3. **Extract** data systematically (row by row, card by card)
4. **Structure** output as JSON, CSV, or markdown table
5. **Paginate** if data spans multiple pages
## Output formats
- **JSON** - For API-like structured data
- **CSV** - For spreadsheet-ready tabular data
- **Markdown table** - For documentation
## Example usage
- "Extract the pricing table from competitor.com"
- "Scrape all job listings from this careers page"
- "Pull the product catalog into a CSV"
- "Get all author profiles from this directory"
## Tips
- Start with a screenshot to understand the page layout
- Extract one complete row/card first, then repeat the pattern
- Handle pagination by clicking "Next" and repeating
- Check for dynamic loading (scroll to trigger lazy-loaded content)
## Requirements
- Computer Use enabled in your Claude environment
- Target website must be accessible
mkdir -p ~/.claude/skills/cu-data-extraction~/.claude/skills/cu-data-extraction/SKILL.mdResulting file structure:
~/.claude/
skills/
cu-data-extraction/
SKILL.md <-- skill definitionSkills are loaded automatically by Claude Code when you start a new session. The skill name and description in the frontmatter determine when Claude triggers it.
Recommended from shared domain, career, and tool overlap with Data Extraction
Scrape JavaScript-heavy sites that break traditional scrapers
Both used by Data Scientist, Researcher, Marketing Manager
Automate spreadsheet workflows - formulas, pivots, and charts
Both used by Data Scientist, Marketing Manager
Generate complete Jupyter notebooks for EDA and model training
Both used by Data Scientist, Researcher
Extract tables from PDFs, images, and web pages into clean CSV/JSON
Both used by Data Scientist, Researcher
Generate publication-quality charts from any data format
Both used by Data Scientist, Marketing Manager
Conduct systematic literature reviews across academic databases
Both used by Data Scientist, Researcher
Data Extraction