datasheet-interpreter

Installation
SKILL.md

Datasheet Interpreter

Extracts actionable specifications from component datasheet PDFs.

Resources

Scripts

  • scripts/extract_specs.py - Downloads datasheet PDFs from URLs and extracts specs using pattern matching

References

  • references/common-parameters.md - Guide to understanding datasheet parameters

Quick Start

# Extract specs from a datasheet URL
uv run --no-project scripts/extract_specs.py --url "https://www.sparkfun.com/datasheets/Sensors/Temperature/DHT22.pdf"

# Extract specs with markdown output
uv run --no-project scripts/extract_specs.py --url "https://cdn-shop.adafruit.com/datasheets/SSD1306.pdf" --format markdown
Installs
60
GitHub Stars
18
First Seen
Feb 7, 2026
datasheet-interpreter — wedsamuel1230/arduino-skills