datasheets

datasheets is a skill for Claude Code, Codex from biosshot/easyeda-copilot. It costs 52 tokens per session (1,013 once invoked), scanned A, original, MIT.

A procedure for obtaining and reading electronic component datasheet PDFs. A datasheet is the manufacturer's document describing a part's pins, electrical limits, thermal information, and recommended use.

In plain words
What is it for?
Use it when creating or reviewing schematics, checking pinouts and limits, evaluating substitutions, or finding layout requirements and application notes for a component.
Why use it?
It helps answer component-specific questions from the manufacturer's documentation instead of guessing about unfamiliar parts. It also checks downloaded files and records their source and checksum.

Skill for Claude CodeCodex

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

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is node scripts/download.mjs "https://example.com/datasheet.pdf" --out ./datasheets/part.pdf.

Good fit Use it when creating or reviewing schematics, checking pinouts and limits, evaluating substitutions, or finding layout requirements and application notes for a component.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/biosshot/easyeda-copilot
agentmods
npx agentmods add skills/biosshot/easyeda-copilot/datasheets

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 datasheets

README.md
[![agentmods](https://agentmods.dev/badge/skills/biosshot/easyeda-copilot/datasheets/github.svg)](https://agentmods.dev/skills/biosshot/easyeda-copilot/datasheets)
Your own site
<a href="https://agentmods.dev/skills/biosshot/easyeda-copilot/datasheets"><img src="https://agentmods.dev/badge/skills/biosshot/easyeda-copilot/datasheets/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 datasheets

Your own site · 80×15
<a href="https://agentmods.dev/skills/biosshot/easyeda-copilot/datasheets"><img src="https://agentmods.dev/badge/skills/biosshot/easyeda-copilot/datasheets.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,013 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 original No closer match found 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.00052 $0.01013
Opus 5 $0.00026 $0.00507
Sonnet 5 $0.00010 $0.00203
Haiku 4.5 $0.00005 $0.00101

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

Security

Grade A, and why

datasheets 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 2d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (scripts/common.mjs, scripts/download.mjs, scripts/pdf-outline.mjs), 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.

mcp/docs/datasheets/SKILL.md · 30 lines

How it starts

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

DataSheets

Standalone Node.js >=20.19 scripts; no Python, npm packages, EDA connection or LLM API required. Resolve scripts relative to this SKILL.md. PDF reading and engineering interpretation belong to the calling agent. Optional text navigation uses an existing Poppler pdftotext; missing Poppler never invalidates a successful download.

Workflow

  1. Identify the question, exact component and package. Reuse a local PDF when already available. Obtain a URL from the caller's component search (for EasyEDA, component_search returns datasheet), supplied URL, or manufacturer documentation. Do not repeat a component search whose result is already available.
  2. Run node scripts/download.mjs "URL" --out ./datasheets/MPN.pdf. It follows HTTP redirects and supported explicit PDF links/refreshes in wrapper pages, rejects obvious non-PDF/incomplete responses, and returns the absolute path, source/final URLs, SHA-256 and optional page suggestions. It does not prove the file belongs to the requested part. Existing different files are never overwritten. No recursive catalogue search or replacement-part selection is performed.
  3. Use the outline if available. contents_page identifies a page containing a textual table of contents; suggested_page is a keyword heuristic. pdfPage is 1-based; numbers printed inside contents lines are document labels and may have an offset. Check them against actual pages. No outline is normal for a short datasheet. A failed or unavailable helper means use the environment's PDF reader, not that the PDF is unusable.
  4. Read the relevant PDF pages with the environment's native PDF, browser or rendering tools. Inspect diagrams, pin tables, multi-column tables and curves visually when extracted text loses their associations. Search more widely if a required fact is missing; suggested pages are not exhaustive. The scripts do not render images or run OCR. A scanned PDF may still be readable visually.
  5. Confirm the manufacturer, family member and package before using pin numbers. Distinguish absolute maximum ratings, recommended operation and typical performance; retain test conditions. A full ordering suffix may be documented separately. Do not infer a package from a family cover alone. Unknown is not zero or false, and a typical application is not a universal requirement.
  6. During schematic creation/review, automatically preserve the useful facts actually read in MPN.notes.md beside the PDF, following reading and notes. Record pinout, electrical limits, thermal data and caveats only as relevant to the task, with PDF pages and source hash. A one-off answer need not produce a full component extraction. Reuse matching notes, inspect their scope, and recheck claims when the PDF or package changes. Notes are written by the agent, not inferred by the downloader.
  7. Compare facts with actual schematic connections or layout only when those are available. Report the conclusion, PDF/page evidence and unresolved questions. Successful download or text extraction is not electrical validation. Do not describe unread sections as checked.

Read the full file on GitHub · 30 lines

Files

What ships with it

4 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. 2d ago First seen · 30 lines · 52 tokens per session scan A fa0318a94a93

Subscribe to this mod's changes

datasheets is a skill published in the GitHub repository biosshot/easyeda-copilot (141 stars, last pushed 2d ago), licensed MIT. It adds 52 tokens to every session and 1,013 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-13.

Related

Other skills, from other repositories

pdf-analysis

A PDF analysis method for reading both normal PDFs with selectable text and scanned PDFs made from page images.

OpenSenseNova/SenseNova-Skills · 48 tokens

sn-da-non-spreadsheet-analysis

A skill for extracting and analysing content from Word files, PDFs, and PowerPoint presentations. It can work with text, tables, numbers, charts, formatting, and information across multiple documents.

OpenSenseNova/SenseNova-Skills · 234 tokens

ocr-and-documents

Extract text from PDFs and scanned documents. Use webextract for remote URLs, pymupdf for local text-based PDFs, marker-pdf for OCR/scanned docs. For DOCX use python-docx, for PPTX see the powerpoint skill.

moltis-org/moltis · 54 tokens

nano-pdf

Edit PDFs with natural-language instructions using the nano-pdf CLI. Modify text, fix typos, update titles, and make content changes to specific pages without manual editing.

moltis-org/moltis · 38 tokens

chat-complex-documents

Chat with and search your complex documents — ask questions, extract tables and fields, and get answers grounded in the source. Connects the hosted Unstructured Transform MCP server to parse, structure, and enrich PDFs, Word/Excel/PowerPoint, images, scanned files, emails, and 60+ other formats into clean, AI-ready…

vellum-ai/vellum-assistant · 90 tokens

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