开发编程
#ai
catia-automation
Use when automating CATIA V5 engineering drawings, exploded views, multi-view PDF generation, A1 detail drawings, detail-page PDFs, or when using the local CATIA Drawing Assistant software.
DeepseekModel
官方收录技能
质量 良好 · 48
v1.0.0
获取
https://deepseekmodel.com/api/download.php?id=wccjitou-lgtm-catia-drawing-assistant-skills-catia-automation-skill-md&format=skill
下载 .skill
标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name catia-automation description Use when automating CATIA V5 engineering drawings, exploded views, multi-view PDF generation, A1 detail drawings, detail-page PDFs, or when using the local CATIA Drawing Assistant software. CATIA Automation Use this skill for CATIA V5 drawing automation with the local CATIA Drawing Assistant. Tool Primary software: cd "D:\path\to\catia-drawing-assistant" catia-assistant status catia-assistant --product "D:\path\to\MiniDrone.CATProduct" --base-name MiniDrone views catia-assistant --product "D:\path\to\MiniDrone.CATProduct" --base-name MiniDrone explode catia-assistant --product "D:\path\to\MiniDrone.CATProduct" --base-name MiniDrone detail-a1 catia-assistant --product "D:\path\to\MiniDrone.CATProduct" --base-name MiniDrone detail-pages catia-assistant --product "D:\path\to\MiniDrone.CATProduct" --base-name MiniDrone all catia-assistant-ui --product can be either an open CATProduct name or a full .CATProduct path. Explosion Scale Default explosion scale is 0.65 . Use lower values for a tighter exploded view and higher values for a wider exploded view: catia-assistant --product "D:\path\to\MiniDrone.CATProduct" --base-name MiniDrone --explosion-scale 0.55 explode catia-assistant --product "D:\path\to\MiniDrone.CATProduct" --base-name MiniDrone --explosion-scale 0.75 explode Workflow Verify CATIA is open with status . Confirm the target .CATProduct is open or provide its full path. Generate original multi-view drawings with views . Generate exploded multi-view drawings with explode . Generate A1 original and exploded detail multi-view drawings with detail-a1 . Generate detail-page PDFs with detail-pages when line weight hides details. Verify PDFs with page counts and a rendered preview when layout matters. Outputs Default outputs go under output/ : <base>_multiview.CATDrawing <base>_multiview.pdf <base>_exploded_multiview.CATProduct <base>_exploded_multiview.CATDrawing <base>_exploded_multiview.pdf <base>_multiview_detail_A1.CATDrawing <base>_multiview_detail_A1.pdf <base>_exploded_multiview_detail_A1.CATProduct <base>_exploded_multiview_detail_A1.CATDrawing <base>_exploded_multiview_detail_A1.pdf <base>_detail_pages.pdf <base>_exploded_detail_pages.pdf Important Rules Do not overwrite the source CATProduct. Do not use balloon/circled-number callouts; this was intentionally removed because automatic callout targeting was unreliable. If PDF lines look too thick, use detail-a1 or detail-pages ; detail-pages generates seven pages with one large view per page. If a generated PDF is locked, generate a new output name or close the PDF viewer. Avoid calling Product.Update after moving exploded components because constraints can pull components back into assembled positions. DeepSeek DeepSeek support is optional. It may suggest JSON configuration or explain failures, but local scripts must execute CATIA automation. Do not let AI output directly control CATIA without validation.
Agent 识别该技能的关键词,点击任意一个即可复制。
该技能未提供触发词。
下载的 .skill 包内含以下字段。
| 字段 | 说明 |
|---|---|
| format | 格式标识(skill/v1) |
| skill_id | 技能唯一 ID |
| name | 技能名称 |
| version | 版本号 |
| description | 技能描述 |
| category | 所属分类(数组) |
| trigger_words | 触发词列表 |
| tags | 标签列表 |
| source | 来源标识 |
| source_url | 来源链接(本页地址) |
| exported_at | 导出时间(每次下载生成) |
| system_prompt | 系统提示词正文 |
| model_config | 模型参数:provider / model / temperature / max_tokens / top_p |
| examples | 示例 |
| install_guide | 各平台导入说明(Coze / Dify / Claude / 自定义框架) |