Skill | Added | Review |
|---|---|---|
pdf configs/microservice/bff-service/configs/agent-skills/wanwu/pdf/SKILL.md Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, extracting images, and OCR on scanned PDFs to make them searchable. If the user mentions a .pdf file or asks to produce one, use this skill. | — | |
mcp2skill configs/microservice/bff-service/configs/agent-skills/wanwu/mcp2skill/SKILL.md 将 MCP Server 的工具列表转换为 Skill 格式的结构化 Markdown 文档 | 60 60 Impact — No eval scenarios have been run Securityby High Do not use without reviewing Reviewed: Version: f618458 | |
skill-vetter configs/microservice/bff-service/configs/agent-skills/security/skill-vetter/SKILL.md Security-first skill vetting for AI agents. Use before installing any skill from ClawdHub, GitHub, or other sources. Checks for red flags, permission scope, and suspicious patterns. | 71 71 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: f618458 | |
yj-ocr-parser configs/microservice/bff-service/configs/agent-skills/ontology/yj-ocr-parser/SKILL.md 文档解析技能,用于解析PDF文档和图片(jpg/png/jpeg)并将其转换为Markdown格式输出。支持标题层级、表格(HTML格式)、公式(LaTeX格式)、图片(链接形式)等复杂内容的解析。当用户提到"解析PDF"、"文档解析"、"PDF转Markdown"、"提取PDF内容"、"解析文档"、"文档内容提取"、"PDF内容识别"、"图片解析"、"图片转文字"、"识别图片内容"等场景时使用此技能。即使用户只是要求读取或查看PDF/图片文件内容,也应考虑使用此技能。 | 75 75 Impact — No eval scenarios have been run Securityby High Do not use without reviewing Reviewed: Version: f618458 | |
smart-search-tables configs/microservice/bff-service/configs/agent-skills/ontology/smart-search-tables/SKILL.md 找表/找数端到端编排:在元数据型知识网络下用 ontology bkn object-type query 检索表/视图实例, 再在职责型知识网络下检索相关部门职责与治理边界,最后汇总为中文结论 (候选表 + 职责要点 + 下一步)。当用户问「表在哪、哪个视图、数据资产归属、谁负责这类数据」时使用。 所有 ontology CLI 执行均委托 ontology-core 完成;本 skill 不直接执行 CLI。 | 73 73 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Reviewed: Version: f618458 | |
smart-data-collection configs/microservice/bff-service/configs/agent-skills/ontology/smart-data-collection/SKILL.md 智能数据采集技能,用于从图片或文档(PDF、Word、Excel)中提取结构化数据,基于知识网络完成字段映射,生成SQL并写入数据库。当用户提到"数据采集"、"从文档提取数据"、"图片转数据"、"数据导入"、"文档数据入库"、"批量数据提取"或需要从非结构化文件中提取结构化数据并存储时,自动使用此技能。 | 70 70 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: f618458 | |
smart-data-analysis configs/microservice/bff-service/configs/agent-skills/ontology/smart-data-analysis/SKILL.md 数据分析员工(Data Analyst Agent)的唯一总入口:凡与数据资产、取数、指标、表/视图、 治理职责、知识网络、统计或分析相关的问题,必须先经本 skill 做编排与路由,再进入找表或问数等子流程。 负责 kn 分域、上下文注入(accountId / date)、多候选 KN 时的 LLM 决策、 问数分支的 SQL 生成;与 smart-search-tables / smart-ask-data / ontology-core 的交接。 当用户提出任何数据类自然语言任务、或需在多条业务 KN 间切换时使用; 所有 ontology CLI 执行均委托 ontology-core 完成,本 skill 不直接执行 CLI。 | 71 71 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: f618458 | |
smart-ask-data configs/microservice/bff-service/configs/agent-skills/ontology/smart-ask-data/SKILL.md 问数端到端编排(native CLI 版):从候选 KN 选定知识网络,用 bkn object-type 发现对象类与字段, 由编排层 LLM 生成 SQL,再由 ontology dataview query 执行取数; 最后输出中文结论与口径说明。 当用户需要指标、统计、趋势、SQL 取数或数据查询时使用。 | 66 66 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Reviewed: Version: f618458 | |
ontology-core configs/microservice/bff-service/configs/agent-skills/ontology/ontology-core/SKILL.md 操作 知识网络(BKN)— 构建知识网络、查询 Schema/实例、语义搜索、执行 Action。 操作数据源与数据视图 — 数据源连接与查询、原子/自定义视图浏览与 SQL 查询。 操作 Vega 可观测平台 — 查询 Catalog/资源/连接器类型、健康巡检。 当用户提到"知识网络"、"知识图谱"、"查询对象类"、"执行 Action"、 "数据源"、"数据视图"、"原子视图"、"Catalog"、"Vega"、 "健康检查"、"巡检"等意图时自动使用。 | 69 69 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: f618458 | |
create-bkn configs/microservice/bff-service/configs/agent-skills/ontology/create-bkn/SKILL.md Guides creation of BKN (Business Knowledge Network) definition files following v2.0.1 spec. Covers network, object_type, relation_type, action_type, concept_group. Use when creating knowledge networks, BKN files, object types, relation types, action types, concept groups, or when user asks to model business knowledge in BKN format. When ontology-core is also loaded, use it to run ontology CLI (bkn push) after files exist. | 78 78 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Reviewed: Version: f618458 | |
bkn-modeling-advisor configs/microservice/bff-service/configs/agent-skills/ontology/bkn-modeling-advisor/SKILL.md 指导业务知识网络(BKN)建模,输出符合 BKN 2.0.0 的对象类型、关系类型、操作类型、风险类型与概念分组定义。适用于用户提出本体设计、知识网络建模、实体关系梳理、Action 设计、Schema 评审、从文档提取初稿或扩展现有 BKN 的场景。 | 77 77 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: f618458 | |
bkn-creator configs/microservice/bff-service/configs/agent-skills/ontology/bkn-creator/SKILL.md 【首选技能】凡涉及知识网络的任何操作,优先使用 bkn-creator,不要直接触发 create-bkn。 bkn-creator 是 BKN 全生命周期管理器,负责流程路由识别、阶段门禁、子流程编排与结果回执。 覆盖新增、查找、更新、删除(CRUD)并采用渐进式执行。 触发词:创建知识网络、新建BKN、BKN建模、本体建模、对象类、关系类、动作类、 概念组、BKN文件、BKN push、BKN pull、对象类绑定、关系类映射、 对象类提取、关系类提取、实体关系抽取、 知识网络查询、知识网络更新、知识网络删除。 不应触发:仅查询平台功能、Agent 对话、Vega/Catalog 操作、 健康巡检、数据源连接器等非 BKN 生命周期操作时,应由 ontology-core 等其他技能处理。 | 72 72 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: f618458 | |
archive-protocol configs/microservice/bff-service/configs/agent-skills/ontology/archive-protocol/SKILL.md 全局归档协议。只要任务需要写入任何文件(含 PLAN.md、报告、JSON 等归档物),必须按本技能执行 Session→ARCHIVE_ID、TIMESTAMP、双轨路径(根段须为 archives/)、回读校验与状态回执;WebUI 的 archive_grid 必须用 Markdown 中语言标识为 json 的围栏代码块输出。 | 72 72 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: f618458 | |
pptx-generator configs/microservice/bff-service/configs/agent-skills/minimax/pptx-generator/SKILL.md Generate, edit, and read PowerPoint presentations. Create from scratch with PptxGenJS (cover, TOC, content, section divider, summary slides), edit existing PPTX via XML workflows, or extract text with markitdown. Triggers: PPT, PPTX, PowerPoint, presentation, slide, deck, slides. | 79 79 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: f618458 | |
minimax-docx configs/microservice/bff-service/configs/agent-skills/minimax/minimax-docx/SKILL.md Professional DOCX document creation, editing, and formatting using OpenXML SDK (.NET). Three pipelines: (A) create new documents from scratch, (B) fill/edit content in existing documents, (C) apply template formatting with XSD validation gate-check. MUST use this skill whenever the user wants to produce, modify, or format a Word document — including when they say "write a report", "draft a proposal", "make a contract", "fill in this form", "reformat to match this template", or any task whose final output is a .docx file. Even if the user doesn't mention "docx" explicitly, if the task implies a printable/formal document, use this skill. | 72 72 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: f618458 | |
fullstack-dev configs/microservice/bff-service/configs/agent-skills/minimax/fullstack-dev/SKILL.md Full-stack backend architecture and frontend-backend integration guide. TRIGGER when: building a full-stack app, creating REST API with frontend, scaffolding backend service, building todo app, building CRUD app, building real-time app, building chat app, Express + React, Next.js API, Node.js backend, Python backend, Go backend, designing service layers, implementing error handling, managing config/auth, setting up API clients, implementing auth flows, handling file uploads, adding real-time features (SSE/WebSocket), hardening for production. DO NOT TRIGGER when: pure frontend UI work, pure CSS/styling, database schema only. | 68 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: f618458 | |
frontend-dev configs/microservice/bff-service/configs/agent-skills/minimax/frontend-dev/SKILL.md Full-stack frontend development combining premium UI design, cinematic animations, AI-generated media assets, persuasive copywriting, and visual art. Builds complete, visually striking web pages with real media, advanced motion, and compelling copy. Use when: building landing pages, marketing sites, product pages, dashboards, generating media assets (image/video/audio/music), writing conversion copy, creating generative art, or implementing cinematic scroll animations. | 76 76 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Reviewed: Version: f618458 | |
summarize configs/microservice/bff-service/configs/agent-skills/clawhub/yuyonghao-summarize/SKILL.md Summarize URLs or files with the summarize CLI (web, PDFs, images, audio, YouTube). | 72 72 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Reviewed: Version: f618458 | |
wechat-search configs/microservice/bff-service/configs/agent-skills/clawhub/wechat-search/SKILL.md Search WeChat Official Account articles using OpenClaw's web search, Tavily API, and web fetch capabilities with compliance-focused design. | 49 49 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Reviewed: Version: f618458 | |
wechat-publisher configs/microservice/bff-service/configs/agent-skills/clawhub/wechat-publisher/SKILL.md 一键发布 Markdown 到微信公众号草稿箱。基于 wenyan-cli,支持多主题、代码高亮、图片自动上传。 | 74 74 3.06x Agent success vs baseline Impact 89% 3.06xAverage score across 3 eval scenarios Securityby Passed No findings from the security scan Reviewed: Version: f618458 | |
wechat-article configs/microservice/bff-service/configs/agent-skills/clawhub/wechat-article/SKILL.md 抓取微信公众号文章,提取标题和内容并输出为 Markdown 格式。支持多种提取方式。 | 64 64 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Reviewed: Version: f618458 | |
wechat-article-spider configs/microservice/bff-service/configs/agent-skills/clawhub/wechat-article-spider/SKILL.md 微信公众号文章爬虫 - 将微信公号文章转换为 Markdown + 本地图片 | 56 56 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Reviewed: Version: f618458 | |
wechat-article-publisher configs/microservice/bff-service/configs/agent-skills/clawhub/wechat-article-publisher/2/SKILL.md 从 Markdown 文件或网页链接提取文章并发布到微信公众号。适用于需要“自动创建草稿/提交发布”、统一微信样式(standard/viral)和批量复用发布流程的场景。 | 76 76 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Reviewed: Version: f618458 | |
wechat-article-pro configs/microservice/bff-service/configs/agent-skills/clawhub/wechat-article-pro/SKILL.md 微信公众号文章发布专业版。功能:1)联网搜索热点信息 2)AI生成微信公众号封面图 3)撰写3000-5000字深度文章 4)使用公众号AI配图功能自动生成并上传封面 5)参考刘润公众号风格写作 6)自动排版 7)不加话题标签 | 60 60 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Reviewed: Version: f618458 | |
webfetch-google configs/microservice/bff-service/configs/agent-skills/clawhub/webfetch-google/SKILL.md Performs a web fetch request to Google based on a user-provided query. Use this skill when you need to retrieve information from Google search results. | 48 48 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Reviewed: Version: f618458 |