Decode, track, and guide through furniture assembly instructions from step diagrams. Manages parts inventory, tracks assembly progress, identifies the current step from a photo, and warns about common mistakes. Use when assembling flat-pack furniture or following visual-only instruction manuals.
文档
oem-parts-catalog-identification
试用Identify OEM part numbers from PDF parts catalogs by matching vehicle scope, exploded positions, and parts-table entries.
它能做什么
Identify OEM part numbers from PDF parts catalogs by matching vehicle scope, exploded positions, and parts-table entries.
技能文档
OEM Parts Catalog Identification
Use when
Identify an OEM vehicle part number from a PDF catalog, especially when the requested component may be sold only as an assembly.
Procedure
- Establish the exact vehicle scope: model, build years, engine/version, and any chassis prefixes available.
- Prefer a catalog whose title and internal header match that scope. Treat search snippets as discovery evidence, not the final part-number source.
- Download the PDF to a temporary file.
- Run
pdfinfoto confirm it is a readable PDF and note its page count. - Extract text with
pdftotext -layout. Search the index and body for the subsystem and likely synonyms, such asfront fork,fork tube,inner tube, orstanchion. - Re-extract only the relevant page range with
pdftotext -f … -l … -layoutso headers, positions, codes, descriptions, quantities, and variants remain together. - Match the exploded-diagram position to the parts-table row. Record side, quantity, and variant rather than trusting the description alone.
- Decide whether the requested item has its own row. If not, report the smallest listed assembly that contains it; do not invent a standalone number.
- If text extraction leaves position or side ambiguous, render the relevant pages with
pdftoppmand inspect the diagram before answering. - Clean temporary files with the available safe-delete mechanism. If
trashis unavailable, check forgio; the evidenced fallback isgio trash.
Pitfalls
- Catalog year ranges can contain different engines or chassis families.
- Search-result snippets can expose codes without proving applicability.
- Translated descriptions may be inconsistent; position, side, quantity, and diagram provide stronger context.
- A tube, housing, or internal component may appear only inside a fork-leg or larger assembly.
- A cleanup failure does not invalidate successful PDF extraction; preserve the result, switch cleanup mechanism, and verify cleanup separately.
Verification
Before answering, confirm all of these from the catalog itself:
- model/year or chassis header matches the target;
- subsystem/table title matches the requested area;
- diagram position and table position agree;
- code, side, quantity, and variant are internally consistent;
- any claim that a part is not sold separately follows from the absence of its own row and the presence of the containing assembly.
Cite the catalog URL and relevant PDF pages in the result.
相关技能
识别机动车行驶证的号牌号码、车辆类型、所有人、住址、品牌型号、发动机号码、车辆识别代号等信息,支持自动方向检测和主副页过滤。
Extract pixel-level data from an image of a chart or graph and produce a structured data table. Use when asked to extract data from a chart image, transcribe...
Extract structured data from passports, driver's licenses, and national ID cards for KYC/onboarding — name, document number, dates, nationality — as typed JS...
把粘贴的 PC 配件文本解析后写入 Notion DIY_PC 表,带分类与字段追问确认。
Use this skill when the user asks to OCR, transcribe, extract, or convert the contents of a scanned PDF, image, or office document into Markdown, HTML, DOCX,...