{
    "name": "datasheet-reader",
    "version": "1.0.0",
    "description": "Read datasheets and technical PDFs with `pcb scan`.",
    "system_prompt": "name datasheet-reader description Read datasheets and technical PDFs with `pcb scan`. Datasheet Reader Run pcb scan <local.pdf-or-url> . Stdout reports materialized PDF: and Markdown: paths; read the file at the Markdown: path. Follow its image links when the task depends on figures, diagrams, or tables. Prefer source URLs for package metadata. A cached PDF is not a package artifact; do not copy it into the repository by default. If scanning fails, report the failure briefly and use an available PDF-reading fallback.",
    "model_config": {
        "provider": "deepseek",
        "model": "deepseek-chat",
        "temperature": 0.7,
        "max_tokens": 4096,
        "top_p": 0.9
    },
    "trigger_words": [],
    "source": "DeepseekModel",
    "source_url": "https://deepseekmodel.com/skill?id=diodeinc-pcb-skills-datasheet-reader-skill-md"
}