ee-datasheet-master

Extract chip parameters from PDF datasheets with cited page and table references.

23|2|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/Seeed-Studio/ai-skills --skill ee-datasheet-master
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ee-datasheet-master
Source: https://github.com/Seeed-Studio/ai-skills/tree/main/skills/ee-datasheet-master
Command: npx skills add https://github.com/Seeed-Studio/ai-skills --skill ee-datasheet-master

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pymupdf, pdfplumber, pypdfium2.

What problem does it solve?

This skill automates the extraction of chip parameters from datasheet PDFs, replacing manual, error-prone reading with structured, source-backed data.

Core Features & Use Cases

  • End-to-end datasheet parameter extraction: pinout, supply voltages, timing, I2C addresses, and register maps, all citing the source table or figure.
  • Multi-language support and cross-document handling: English and Chinese datasheets are supported, with consistent templates for output.
  • Reusable templates: outputs conform to the provided TEMPLATES.md for device_info, power_domains, I2C/SPI, and electrical_specs.
  • Use Case: A hardware engineer needs VDD min/max, package type and pin count, and an I2C address from a vendor datasheet to drive schematic updates.

Quick Start

Provide a component datasheet PDF and ask me to extract key parameters such as pinout, voltages, I2C addresses, timing, and electrical characteristics.

Frequently Asked Questions about ee-datasheet-master

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract chip parameters like pinout and voltage ranges from a PDF datasheet?

To extract chip parameters from a PDF datasheet, provide the document to the skill and request specific data like pinout, voltage ranges, or I2C addresses. It processes the PDF and returns structured, citation-backed values referencing exact pages and tables.

Can I extract I2C addresses and electrical characteristics from both English and Chinese datasheets?

Yes, you can extract I2C addresses and electrical characteristics from both English and Chinese datasheets. The skill supports multi-language cross-document handling and outputs consistent templates for all extracted device specifications.

What is the best way to get structured data from vendor datasheets for schematic updates?

The best way to get structured data from vendor datasheets is to use this skill for end-to-end parameter extraction. It automates the manual reading process, delivering source-backed data for device_info, power_domains, I2C, SPI, and electrical_specs.

Does this datasheet extraction tool provide source citations for extracted timing and register maps?

Yes, this datasheet extraction tool provides source citations for extracted timing and register maps. It ensures all structured results cite the exact pages and tables from the original vendor document for verification.

What PDF parsing libraries are used for extracting electrical specs from datasheets?

The skill uses pymupdf, pdfplumber, and pypdfium2 for extracting electrical specs from datasheets. These dependencies enable robust text and table parsing to apply extraction decision rules across complex PDF layouts.

How do I extract supply voltages and package type from a component datasheet for hardware engineering?

To extract supply voltages and package type from a component datasheet, input the PDF and specify the needed parameters. The skill identifies VDD min/max values, package types, and pin counts, formatting them into reusable templates for hardware engineering workflows.