datasheet-reader
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseDatasheet Reader
数据手册阅读器
Use this skill when a task depends on a datasheet or technical PDF.
- Input: local path or
.pdfURLhttp(s) - 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时,使用此技能。
- 输入:本地路径或
.pdfURLhttp(s) - 命令:
pcb scan <input> - 输出:标准输出(stdout)为解析后的markdown文件路径
- 下一步:读取markdown文件,而非原始PDF
- 图片从markdown文件中链接
Workflow
工作流程
- Run or
pcb scan /path/to/file.pdf.pcb scan https://... - Capture the printed markdown path.
- Read the markdown file and work from that artifact.
- Follow image links only if the task depends on figures, diagrams, or tables.
- 运行或
pcb scan /path/to/file.pdf。pcb scan https://... - 捕获输出的markdown文件路径。
- 读取该markdown文件,并基于此文件开展工作。
- 仅当任务需要图表、示意图或表格时,才访问图片链接。
Examples
示例
bash
pcb scan ./TPS54331.pdf
pcb scan https://www.ti.com/lit/gpn/tca9554bash
pcb scan ./TPS54331.pdf
pcb scan https://www.ti.com/lit/gpn/tca9554Notes
注意事项
- Prefer the minimal invocation above. Do not depend on optional flags unless a task explicitly requires them.
- If fails, report the failure briefly and then choose the best fallback.
pcb scan
- 优先使用上述最简调用方式。除非任务明确要求,否则不要依赖可选参数。
- 如果运行失败,简要报告故障后选择最佳替代方案。
pcb scan