{
    "app": {
        "name": "datasheet-reader",
        "description": "Read datasheets and technical PDFs with `pcb scan`.",
        "mode": "advanced-chat",
        "model_config": {
            "provider": "deepseek",
            "model": "deepseek-chat",
            "parameters": {
                "temperature": 0.7,
                "max_tokens": 4096
            }
        }
    },
    "instructions": "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.",
    "variables": [],
    "opening_statement": "你好，我是 datasheet-reader，Read datasheets and technical PDFs with `pcb scan`...",
    "suggested_questions": [],
    "source": "DeepseekModel",
    "source_url": "https://deepseekmodel.com/skill?id=diodeinc-pcb-skills-datasheet-reader-skill-md"
}