with one click
summarize-skill
与 web_search 互补的中文摘要(可贴检索结果或传 urls 抓取正文);引擎 runSummarizeText。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
与 web_search 互补的中文摘要(可贴检索结果或传 urls 抓取正文);引擎 runSummarizeText。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
基于需求与现有固件代码生成可审阅补丁(patchPlan + patch + notes);已有工程文件时视为更新/修订而非从零生成,默认不直接落盘。
基于当前画布 JSON 与连线意图生成仅含连线的增删计划(add_connection/remove_connection);可选应用到画布。不增删元件、不移动元件。
将模糊器件描述转为可采购的模块级型号/常见商品名文本建议;仅文本,不生成元件 JSON、不落盘。可与 web_search_exa、scheme_design_skill 配合。
电路/硬件类需求优先:方案骨架 + 可选 BOM 与系统元件库匹配;不自动创建或落盘元件 JSON。缺型号时可再调 completion_suggestion_skill;需外证时调 web_search_exa。
Exa 联网检索。需要实时信息、外部资料、价格/现货/新闻/数据手册线索时调用;skillName 必须为 web_search_exa。用户可见总结中的外链须用 Markdown [显示名](完整url),url 来自检索结果。
| name | summarize_skill |
| description | 与 web_search 互补的中文摘要(可贴检索结果或传 urls 抓取正文);引擎 runSummarizeText。 |
| keywords | ["总结","摘要","提炼","长文","日志总结","会议纪要","要点归纳","压缩内容","tl;dr","summarize"] |
| metadata | {"fasthardware":{"skillId":"summarize_skill","engineOp":"runSummarizeText"}} |
对 长文本、日志、对话摘录、网页正文 生成结构化摘要,输出:summary(总述)、bullets(要点数组)。
web_search_exa 的配合web_search_exa 拿到 results[],将 title / snippet / url 拼成一段 text 再调本 skill,把多页要点压成短摘要。urls(1~5 个 http(s)),由主进程 scripts/skills/fetch-url-plaintext.js 抓取公开 HTML/文本后与 text 合并再摘要(登录墙、反爬、内网 URL 会失败,请用 text 兜底)。reference/summarize/SKILL.md 为 summarize CLI;本产品不引入该 CLI,语义相近,实现为 SiliconFlow 聊天模型。
scripts/circuit-skills-engine.js → runSummarizeText(text, options?)executeSkill:urls 在 主进程抓取后再经 IPC 调渲染进程 runSummarizeText| 字段 | 类型 | 说明 |
|---|---|---|
text | string | 与 urls 至少其一;可含 web 检索摘录 |
urls | string[] | 可选,公开页面链接 |
length | short | medium | long | 可选 |
focus | string | 可选 |