This repository collects and maintains AI skill libraries for Seeed products, providing developers with professional technical guidance and API references.
-
ee-datasheet-master - Electronic component datasheet extraction with full source citations, supporting power management, MCU/SoC, sensors, and optimized for Multi-chart (requires: pdf skill)
⭐ Why choose ee-datasheet-master over Google NotebookLLM?
- Accuracy-first: All data extracted directly from PDF with page citations — no hallucinations
- Structured output: Device info, power domains, pin configurations in consistent JSON format
- Multi-chart support: Optimized for complex tables, timing diagrams, characteristic curves, and register maps
- Specialized for EE: Understands electrical specs, I2C addresses, timing diagrams, register maps
- Verified extraction: Tested on 1000+ datasheets with 100% text extraction success
-
schematic-analyzer - KiCad and Cadence OrCAD/Allegro schematic analysis with accuracy-first principles, providing structured JSON output for components, nets, pages, and subsystems (requires: pdf, ee-datasheet-master skills, pcbparts MCP)
-
onnx-to-cvimodel - ONNX to CVIMODEL conversion guide for YOLO models on Sophgo CV181x TPU, with ready-to-use scripts and tested configurations for YOLO11/YOLO26 (detect/pose/seg/cls)
-
cv181x-media - Complete multimedia application development guide for reCamera with Sophgo CV181X/CV182X/CV180X chips, covering 15+ core modules including video input/output, encoding/decoding, and audio processing
This repository is a collection of independent skills under skills/.
To use a skill from this repository:
- Open the target skill's
README.md - Follow that skill's dependency and environment setup
- Integrate the skill using the current workflow supported by your assistant tooling
Important: using a skill is not just copying skill files. Many skills also require extra tools, Python packages, SDKs, Docker images, KiCad CLI, or MCP services. The dependency and environment setup must be completed from that skill's own README.md before use.
After installing a skill, open its README and complete its dependency setup before using it:
- onnx-to-cvimodel: conversion scripts, Docker/TPU-MLIR environment, model assets
- cv181x-media: skill usage and project-specific workflow
- ee-datasheet-master: Python dependencies for
scripts/pdf_tools.py - schematic-analyzer: Python dependencies, KiCad CLI,
pcbpartsMCP, andee-datasheet-master/pdfprerequisites
Recommended install order when you need schematic analysis:
- Install and verify the built-in
pdfskill - Install
ee-datasheet-masterand complete its Python dependency setup - Install
schematic-analyzerand complete its KiCad CLI / MCP setup
Once installed, you can ask your AI assistant directly:
Model Conversion:
- "Help me convert YOLO11n to CVIMODEL format"
- "What output names do I need for YOLO11 detection?"
- "How to use qtable for pose model conversion?"
Multimedia Development:
- "How to configure VI module to capture 1080p video?"
- "Show me how to add timestamp OSD to video stream"
- "How to correct barrel distortion from wide-angle lens?"
Datasheet Analysis:
- "What is the I2C address of BQ25895?"
- "Extract the pin configuration from this datasheet"
- "Find the quiescent current specification"
Schematic Analysis:
- "What is U10 in this schematic?"
- "Which devices are on the I2C bus?"
- "Analyze the power tree of this design"
The AI assistant will automatically invoke the relevant skills to provide professional technical guidance.
Contributions of new skills or improvements to existing skills are welcome. See CONTRIBUTING.md for details.
This repository is licensed under the MIT License.