electronic-mcp-server: Skill for Claude Code

.github/skills/datasheet-interpreter/SKILL.md

datasheet-interpreter is a skill for Claude Code, Codex from wedsamuel1230/electronic-mcp-server. It costs 67 tokens per session (3,007 once invoked), scanned A, a copy of datasheet-interpreter, MIT.

A quick reader for component datasheet PDFs, which document how electronic parts work and how to connect them. It extracts practical details such as pins, I2C addresses, timing, registers, and other specifications.

In plain words
What is it for?
Use it with a datasheet PDF URL or local file when building maker projects, checking sensor connections, finding pin functions, or looking up timing and register information.
Why use it?
It saves time when a datasheet is long and you need one reliable wiring or configuration detail. It is intended for lookup, not full driver-library generation.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

This is wedsamuel1230/electronic-mcp-server's own configuration. It tells Claude Code and Codex how to work on electronic-mcp-server itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything electronic-mcp-server configures →

Reuse

Borrowing it

Nothing to install: this file belongs to wedsamuel1230/electronic-mcp-server. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/wedsamuel1230/electronic-mcp-server/main/.github/skills/datasheet-interpreter/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/wedsamuel1230/electronic-mcp-server

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for datasheet-interpreter

README.md
[![agentmods](https://agentmods.dev/badge/skills/wedsamuel1230/electronic-mcp-server/datasheet-interpreter/github.svg)](https://agentmods.dev/skills/wedsamuel1230/electronic-mcp-server/datasheet-interpreter)
Your own site
<a href="https://agentmods.dev/skills/wedsamuel1230/electronic-mcp-server/datasheet-interpreter"><img src="https://agentmods.dev/badge/skills/wedsamuel1230/electronic-mcp-server/datasheet-interpreter/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for datasheet-interpreter

Your own site · 80×15
<a href="https://agentmods.dev/skills/wedsamuel1230/electronic-mcp-server/datasheet-interpreter"><img src="https://agentmods.dev/badge/skills/wedsamuel1230/electronic-mcp-server/datasheet-interpreter.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 67 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,007 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 89% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00067 $0.03007
Opus 5 $0.00034 $0.01503
Sonnet 5 $0.00013 $0.00601
Haiku 4.5 $0.00007 $0.00301

Measured 10d ago against content hash 62b7bd8b892a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

datasheet-interpreter scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/extract_specs.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

89% identical to datasheet-interpreter — 15 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.github/skills/datasheet-interpreter/SKILL.md · 445 lines

How it starts

The opening of the file, as written. The whole thing — 445 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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 scripts/extract_specs.py --url "https://www.sparkfun.com/datasheets/Sensors/Temperature/DHT22.pdf"

# Extract specs with markdown output
uv run scripts/extract_specs.py --url "https://cdn-shop.adafruit.com/datasheets/SSD1306.pdf" --format markdown

# Extract from local PDF file
uv run scripts/extract_specs.py --file "local_datasheet.pdf"

# Interactive mode
uv run scripts/extract_specs.py --interactive

When to Use

  • "What's the I2C address for this chip?"
  • "How do I connect this sensor?"
  • "What pins do what on this module?"
  • User shares a PDF datasheet URL
  • Need timing specs or register info
  • Quick reference without full driver generation

Relationship to Other Skills

  • datasheet-parser: Full driver library generation (lexus2k-style)
  • datasheet-interpreter (this): Quick spec extraction for immediate use

Information Extraction Workflow

Step 1: Request Datasheet

Please provide:
1. Component name (e.g., "BME280", "MPU6050")
2. Datasheet PDF file or URL (manufacturer version preferred)
3. What specific information you need:
   □ Pin assignments / pinout
   □ I2C/SPI address and protocol
   □ Operating conditions (voltage, current)
   □ Timing requirements
   □ Register map
   □ Example circuit
   □ All of the above

Step 2: Validate PDF Quality

Check For:

  • Searchable text (not scanned image)
  • Official manufacturer datasheet (not clone/distributor summary)
  • Revision/version number noted
  • Complete document (includes register tables if applicable)

If PDF Issues:

⚠️ This appears to be a [scanned image | partial datasheet | third-party summary].

For best results, please provide the official manufacturer datasheet from:
- [Manufacturer website link]
- Or search: "[component] datasheet pdf site:manufacturer.com"

Read the full file on GitHub · 445 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 445 lines · 67 tokens per session scan A 62b7bd8b892a

Subscribe to this mod's changes

datasheet-interpreter is a skill published in the GitHub repository wedsamuel1230/electronic-mcp-server (1 stars, last pushed 8mo ago), licensed MIT. It adds 67 tokens to every session and 3,007 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It is 89% identical to datasheet-interpreter, differing in 15 lines, and is treated as a copy.

Related

Other skills, from other repositories

datasheets

Extract structured specifications from electronic component datasheet PDFs — pinouts, electrical characteristics, peripherals, topology, and features. Cache extractions per project for consumption by schematic and PCB analyzers. Primary consumer infrastructure for kicad, emc, spice, and thermal analyzers. Use this…

aklofas/kicad-happy · 156 tokens

kernelcad-drawings

Export 2D engineering-drawing sheets (SVG) from any model or assembly — third-angle front/top/left + isometric views with hidden-line removal, overall dimensions, and a title block. Use when the deliverable is a human-readable fabrication or review drawing.

w1ne/kernelCAD-web · 60 tokens

datasheet-interpreter

Extracts key specifications from component datasheet PDFs for maker projects. Use when user shares a datasheet PDF URL, asks about component specs, needs pin assignments, I2C addresses, timing requirements, or register maps. Downloads and parses PDF to extract essentials. Complements datasheet-parser for quick lookups.

wedsamuel1230/arduino-skills · 67 tokens

analyzing-malicious-pdfs

Analyzes malicious PDF documents: parsing the object structure for JavaScript, OpenAction/launch triggers, embedded files, and URIs, then extracting and decoding suspicious streams without opening the document in a reader. Activates for requests to analyze a malicious PDF, inspect PDF JavaScript, or extract embedded…

meltedinhex/analyst-ai-pack · 73 tokens

extract-pattern

Extract passive component MPN pattern (resistor, capacitor, inductor) from a datasheet PDF. Returns structured data via the savepattern tool.

Faradworks/Pinscope · 30 tokens

extract-specs

Extract pin table, package info, and electrical specifications from a discrete/simple component datasheet PDF. Returns structured data via the savespecs tool.

Faradworks/Pinscope · 28 tokens