用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/LeoKemp223/embed-ai-tool --skill flash-openocd命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | flash-openocd |
| description | 当需要使用已探测或显式指定的产物与探针配置,调用自带脚本通过 OpenOCD 烧录嵌入式固件时使用。 |
artifact_path 的 Project Profile。.em_skill.json 中上次成功的 profile 作为默认参数(显式参数优先,无需先手动传 --resume);--resume 仅用于断言缓存必须存在,无缓存则非零退出。无缓存或用户明确要求重新探测时,脚本自动回退到正常扫描。ELF > HEX > BIN 选择固件产物。Project Profile、--scan-configs 扫描到的工作区线索。BIN,必须从工作区或用户输入中获得明确的烧录基地址,否则脚本会阻塞。ambiguous-context。--detect 模式确认。--scan-configs 扫描工作区线索。--artifact 指定产物,配合 --interface + --target 或 --config 执行烧录。--base-address。Project Profile,并在需要时交给下游 skill。openocd 不可用时,返回 environment-missing。BIN 缺少烧录基地址时,返回 artifact-missing。connection-failure。project-config-error。target-response-abnormal。ambiguous-context。Project Profile 中保留或更新 artifact_path、artifact_kind、openocd_config。serial-monitor,需要调试时推荐 debug-gdb-openocd。serial-monitor。debug-gdb-openocd。