apps/runtime/src-tauri/builtin-skills/skill-creator/SKILL.md
用于创建或优化高质量技能。适用于需要判断是否该新建技能、设计触发规则、整理复用资源并做轻量评测时。
npx skillsauth add haojing8312/workclaw 创建技能Install this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
todo_write 建立任务计划。SKILL.mdtodo_write 状态。scripts/、references/、assets/),只保留会被重复使用或显著提升可靠性的内容。SKILL.md,默认 frontmatter 保留 name 和 description;仅在确有必要时再增加 allowed_tools、context、agent、mcp-servers 等高级字段。description、章节结构和示例,直到触发边界清晰。description 要同时覆盖“做什么”和“什么时候用”,让模型能靠关键词和场景命中。references/。触发示例:用户说了什么时,这个技能应该被调用。非触发示例:哪些请求看起来相近,但其实不该调用这个技能。误触发:不该进这个技能却进了,通常说明 description 太泛。漏触发:该进这个技能却没进,通常说明关键词或场景覆盖不够。tools
处理通用任务:创建和修改文件、分析本地文件数据、整理文件结构、执行命令、网页检索和浏览器操作。Use when 用户未指定垂直专家但需要端到端完成任务。
development
Open, create, read, analyze, edit, or validate Excel/spreadsheet files (.xlsx, .xlsm, .csv, .tsv). Use when the user asks to create, build, modify, analyze, read, validate, or format any Excel spreadsheet, financial model, pivot table, or tabular data file. Covers: creating new xlsx from scratch, reading and analyzing existing files, editing existing xlsx with zero format loss, formula recalculation and validation, and applying professional financial formatting standards. Triggers on 'spreadsheet', 'Excel', '.xlsx', '.csv', 'pivot table', 'financial model', 'formula', or any request to produce tabular data in Excel format.
data-ai
生成、编辑和读取 PowerPoint 演示文稿。支持三类任务: 1) 读取或分析现有 PPTX 文本内容; 2) 在模板或已有演示文稿上做 XML 安全编辑; 3) 从零创建新演示文稿并输出原生 .pptx 文件。 适用于 .pptx 演示文稿创建、结构化改写、模板复用、讲稿梳理与版式优化。
content-media
Use when designing or iterating WorkClaw local skill templates and dialog-based creation flow for end users.