# Nimble

> Structured data extraction from multiple websites into normalized tables. Returns JSON with consistent schema across sources. Use when you need STRUCTURED data, not raw content.

- Skill: `neuron-one/nimble` (Agent Skill)
- Install (CLI): `npx skillmds@latest add neuron-one/nimble`
- Raw SKILL.md: https://api.skillmd.com/api/skills/neuron-one/nimble/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: neuron-one (https://skillmd.com/u/neuron-one)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/neuron-one/nimble

---


# Nimble - Structured Data Extraction

## Capabilities
- Extracts data from multiple sources simultaneously
- Normalizes data between different sites
- Returns structured JSON/CSV tables
- Handles JavaScript-rendered content

## Output Format
Always return structured table:
```json
[
  {"source": "site.com", "field1": "value", "field2": "value"},
  {"source": "other.com", "field1": "value", "field2": "value"}
]
```
