datasheet-reader

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Datasheet Reader

数据手册阅读器

Use this skill when a task depends on a datasheet or technical PDF.
  • Input: local
    .pdf
    path or
    http(s)
    URL
  • Command:
    pcb scan <input>
  • Output: stdout is the resolved markdown path
  • Next step: read the markdown file, not the raw PDF
  • Images are linked from the markdown
当任务依赖数据手册或技术类PDF时,使用此技能。
  • 输入:本地
    .pdf
    路径或
    http(s)
    URL
  • 命令:
    pcb scan <input>
  • 输出:标准输出(stdout)为解析后的markdown文件路径
  • 下一步:读取markdown文件,而非原始PDF
  • 图片从markdown文件中链接

Workflow

工作流程

  1. Run
    pcb scan /path/to/file.pdf
    or
    pcb scan https://...
    .
  2. Capture the printed markdown path.
  3. Read the markdown file and work from that artifact.
  4. Follow image links only if the task depends on figures, diagrams, or tables.
  1. 运行
    pcb scan /path/to/file.pdf
    pcb scan https://...
  2. 捕获输出的markdown文件路径。
  3. 读取该markdown文件,并基于此文件开展工作。
  4. 仅当任务需要图表、示意图或表格时,才访问图片链接。

Examples

示例

bash
pcb scan ./TPS54331.pdf
pcb scan https://www.ti.com/lit/gpn/tca9554
bash
pcb scan ./TPS54331.pdf
pcb scan https://www.ti.com/lit/gpn/tca9554

Notes

注意事项

  • Prefer the minimal invocation above. Do not depend on optional flags unless a task explicitly requires them.
  • If
    pcb scan
    fails, report the failure briefly and then choose the best fallback.
  • 优先使用上述最简调用方式。除非任务明确要求,否则不要依赖可选参数。
  • 如果
    pcb scan
    运行失败,简要报告故障后选择最佳替代方案。