发现最适合你需求的 AI 技能
Route the current task to the most relevant installed skill, and only suggest new skills when existing ones are not enough. Use when the user asks things like "do we already have a skill for this", "which skill should we use", "did we install something for this", or when multiple installed skills could fit and the main problem is choosing the best one without wasting tokens or adding noise.
Review and audit agent skills (SKILL.md files) for quality, correctness, and effectiveness. Use when evaluating a skill before publishing, reviewing someone else's skill, scoring skill quality, identifying defects in skill content, or improving an existing skill.
一体化技能注册表 - 本地优先匹配,无匹配则自动搜索ClawHub并安全安装,新装技能自动注册到细分分类。
Audit and fix all skills in the workspace for compliance with skill-creator requirements. Use when asked to "refine skills", "audit skills", "check skill quality", or "fix non-compliant skills". Exhaustively searches the entire workspace (not just skills/) to find every SKILL.md, then audits and repairs each one.
Find, filter, cluster, and recommend similar OpenClaw skills by intent, function, or use case. Use when the user wants to find同类 skill、比较多个相近 skill、判断哪个 skill 更适合当前任务、给出技能推荐清单、避免重复开发、或梳理已有 skill 版图。
>
技能发布适配器:自动绕过ClawHub所有已知问题,将发布成功率从15%提升到70%。用户无需查看ClawHub源码即可成功发布技能。
当用户需要持续打磨和进化技能、追踪技能质量、收集反馈改进、检查技能规范合规性时使用。每次技能执行后自动收集用户评分,沉淀使用数据,定期分析并输出改进建议。包含技能健康度检查、最佳实践沉淀、标准化评分卡等功能。🔒 只读分析,不修改任何技能文件。
Discovers and recommends the best agent skills based on user intent — not just keywords. Activates when users ask "how do I do X", "find a skill for X", "is there a skill that...", or whenever a task would benefit from a specialized skill. Also activates proactively when the agent detects repeated manual tasks, workflow gaps, or missing capabilities mid-conversation. Supports English and Chinese. Recommends skill combinations, not just single skills. This skill only suggests install commands — i
组织设计师。把目的编译成可执行的岗位JD和skill文件。当用户需要从零开始设计一个新岗位、新skill、新Agent职责时立即触发。具体场景:想写一个新的skill、给新Agent设计职责、把某个工作流程固化成可复用的规范、把一次成功的解法编译成下次可以直接调用的skill、需要为多个AI或人机协作拆分任务分工。也适用于用户说"帮我写一个skill"、"给这个Agent定职责"、"把这个方法固化下来"、"拆分这个工作流"、"这个任务该谁负责"时。是expert-roundtable的下游编译器,接收圆桌结论并编译成可执行系统。不适用于:维护或诊断已有系统(交给yudl-management)、思考层的战略判断(交给expert-roundtable)、一次性prompt修改(不需要固化时直接回答)。
Merge overlapping local skills into one canonical skill and republish the canonical skill to ClawHub. Use when two local skills have overlapping responsibilities, when a temporary helper skill should be folded back into a stronger existing skill, or when the user asks to merge duplicated skills and update ClawHub after the merge.
邮件发送工具,支持 HTML 和 Markdown 格式。当用户需要发送邮件、通知、报告、提醒或任何邮件相关任务时使用此技能。触发场景包括:(1) 发送 HTML 格式邮件,(2) 发送 Markdown 格式邮件(自动转换为 HTML),(3) 批量发送邮件给多个收件人,(4) 发送系统通知或报告,(5) 发送带格式的内容(表格、代码等)。