{"site":"百器","canonical":"https://www.kit-ai.cn/skills.json","updated":"2026-09-21","counts":{"skills":33,"scenarios":{"办公生产力":7,"软件开发":9,"Agent 自动化":3,"内容创作":7,"数据分析":0,"外部连接":2,"安全与质量":2,"Skill 开发":3},"agentPlatforms":[{"name":"Claude Code","count":33},{"name":"Claude.ai","count":25},{"name":"Claude API","count":23},{"name":"Cursor","count":21},{"name":"其他支持 Agent Skills 的工具","count":1}]},"note":"百器 does not host skill files. Installation happens on the official source linked per skill.","skills":[{"slug":"docx-skill","name":"DOCX 文档技能","url":"https://www.kit-ai.cn/skills/docx-skill","description":"创建、编辑与分析 Word（.docx）文档：支持新建文档、修改现有内容、格式转换与内容提取，是 Claude 文档能力的底层实现之一。","primaryCategory":"办公生产力","taskTags":["Word","文档生成","文档编辑","格式转换"],"supportedAgents":["Claude.ai","Claude Code","Claude API"],"executionModes":["Prompt / Markdown","Scripts"],"type":"Automation","badge":"Official","author":"Anthropic","license":"Source-available（非开源，官方生产实现参考）","recommendationScore":90,"verdictShort":"值得安装","installDifficulty":"简单","requiresAuth":false,"requiresApiKey":false,"safetyLevel":"A Low","securityReviewStatus":"PASS","testStatus":"untested","environmentCheck":{"checkedAt":"2026-09-18","checksPassed":3,"checksTotal":8,"findings":["SKILL.md 声称 docx 包「preinstalled」，实际 require 失败——文档与事实不符。技能自带的降级指令（npm install docx）有效。","SKILL.md 声明的验证链（soffice + pdftoppm）依赖 LibreOffice 与 Poppler，Windows 常规环境两者都不存在，且文档未提供替代方案。"],"disclaimer":"环境与依赖核验，非能力实测"},"testSummary":null,"repositoryUrl":"https://github.com/anthropics/skills/tree/main/skills/docx","sources":[{"label":"官方仓库","url":"https://github.com/anthropics/skills","sourceType":"official-repo","sourceDate":"2026-09-14"}],"lastVerified":"2026-09-14"},{"slug":"pptx-skill","name":"PPTX 演示技能","url":"https://www.kit-ai.cn/skills/pptx-skill","description":"创建与编辑 PowerPoint（.pptx）演示文稿：从大纲到成品幻灯片，支持布局、母版与内容填充。","primaryCategory":"办公生产力","taskTags":["PPT","演示文稿","幻灯片生成"],"supportedAgents":["Claude.ai","Claude Code","Claude API"],"executionModes":["Prompt / Markdown","Scripts"],"type":"Content","badge":"Official","author":"Anthropic","license":"Source-available","recommendationScore":88,"verdictShort":"值得安装","installDifficulty":"简单","requiresAuth":false,"requiresApiKey":false,"safetyLevel":"A Low","securityReviewStatus":"PASS","testStatus":"untested","environmentCheck":{"checkedAt":"2026-09-18","checksPassed":3,"checksTotal":8,"findings":["SKILL.md 声称 pptxgenjs「preinstalled」，实际 require 失败——与 docx 同一类文档偏差。","技能自带 scripts/office/validate.py 在 Windows 中文区域存在编码缺陷：不设 PYTHONUTF8=1 时无法读取任何 XML part。这是技能自身脚本的 bug，非使用者产物问题。","SKILL.md 的 QA 链路（markitdown + soffice + pdftoppm）三项依赖在本机全缺，技能未提供 Windows 替代路径。"],"disclaimer":"环境与依赖核验，非能力实测"},"testSummary":null,"repositoryUrl":"https://github.com/anthropics/skills/tree/main/skills/pptx","sources":[{"label":"官方仓库","url":"https://github.com/anthropics/skills","sourceType":"official-repo","sourceDate":"2026-09-14"}],"lastVerified":"2026-09-14"},{"slug":"xlsx-skill","name":"XLSX 表格技能","url":"https://www.kit-ai.cn/skills/xlsx-skill","description":"创建、编辑与分析 Excel（.xlsx）电子表格：公式、图表、数据清洗与多表操作。","primaryCategory":"办公生产力","taskTags":["Excel","数据分析","表格处理"],"supportedAgents":["Claude.ai","Claude Code","Claude API"],"executionModes":["Prompt / Markdown","Scripts"],"type":"Automation","badge":"Official","author":"Anthropic","license":"Source-available","recommendationScore":86,"verdictShort":"值得安装","installDifficulty":"需要环境依赖","requiresAuth":false,"requiresApiKey":false,"safetyLevel":"A Low","securityReviewStatus":"PASS","testStatus":"untested","environmentCheck":{"checkedAt":"2026-09-18","checksPassed":3,"checksTotal":7,"findings":["SKILL.md 要求「除 openpyxl/pandas/markitdown 外不要先 pip install」，但按此执行时 pandas 与 markitdown 实际都不存在。","SKILL.md 把「recalc.py 报 errors_found 就不许交付」定为硬性要求，而 recalc.py 依赖 LibreOffice；Windows 常规环境无此组件，意味着该技能的强制验收步骤在 Windows 上无法按其规定执行。"],"disclaimer":"环境与依赖核验，非能力实测"},"testSummary":null,"repositoryUrl":"https://github.com/anthropics/skills/tree/main/skills/xlsx","sources":[{"label":"官方仓库","url":"https://github.com/anthropics/skills","sourceType":"official-repo","sourceDate":"2026-09-14"}],"lastVerified":"2026-09-14"},{"slug":"pdf-skill","name":"PDF 处理技能","url":"https://www.kit-ai.cn/skills/pdf-skill","description":"PDF 文件处理：表单字段提取、文本抽取、内容生成与格式操作。","primaryCategory":"办公生产力","taskTags":["PDF","表单提取","文档解析"],"supportedAgents":["Claude.ai","Claude Code","Claude API"],"executionModes":["Prompt / Markdown","Scripts"],"type":"Automation","badge":"Official","author":"Anthropic","license":"Source-available","recommendationScore":86,"verdictShort":"值得安装","installDifficulty":"需要环境依赖","requiresAuth":false,"requiresApiKey":false,"safetyLevel":"A Low","securityReviewStatus":"PASS","testStatus":"untested","environmentCheck":{"checkedAt":"2026-09-18","checksPassed":3,"checksTotal":8,"findings":["SKILL.md 未声明 pip 依赖清单（无 Dependencies 段），快速开始代码直接 import pypdf，实际需使用者自行安装。","SKILL.md 引用 REFERENCE.md / FORMS.md 用大写文件名，实际落盘为 reference.md / forms.md。macOS/Windows 不区分大小写时无感，Linux 上按文档路径读取会失败。","Command-Line Tools 一节列出的 pdftotext/qpdf/pdftk/pdfimages 在本机全部不可用，且未说明 Windows 获取方式。"],"disclaimer":"环境与依赖核验，非能力实测"},"testSummary":null,"repositoryUrl":"https://github.com/anthropics/skills/tree/main/skills/pdf","sources":[{"label":"官方仓库","url":"https://github.com/anthropics/skills","sourceType":"official-repo","sourceDate":"2026-09-14"}],"lastVerified":"2026-09-14"},{"slug":"frontend-design-skill","name":"Frontend Design 技能","url":"https://www.kit-ai.cn/skills/frontend-design-skill","description":"前端设计与 UI/UX 开发指导：产出高质量界面代码，消除千篇一律的「AI 风格」页面。","primaryCategory":"软件开发","taskTags":["Frontend","UI 设计","网页开发"],"supportedAgents":["Claude Code","Claude.ai"],"executionModes":["Prompt / Markdown"],"type":"Content","badge":"Official","author":"Anthropic","license":"Apache-2.0","recommendationScore":90,"verdictShort":"值得安装","installDifficulty":"简单","requiresAuth":false,"requiresApiKey":false,"safetyLevel":"A Low","securityReviewStatus":"PASS","testStatus":"untested","environmentCheck":{"checkedAt":"2026-09-18","checksPassed":4,"checksTotal":4,"findings":["属指导型技能：无文件产出，能力评价依赖「Agent 按其规范产出的设计是否达标」，而非依赖是否能跑通。本站在无 A/B 对照的情况下不对其能力下结论。"],"disclaimer":"环境与依赖核验，非能力实测"},"testSummary":null,"repositoryUrl":"https://github.com/anthropics/skills","sources":[{"label":"官方仓库","url":"https://github.com/anthropics/skills","sourceType":"official-repo","sourceDate":"2026-09-14"}],"lastVerified":"2026-09-14"},{"slug":"skill-creator","name":"Skill Creator 技能","url":"https://www.kit-ai.cn/skills/skill-creator","description":"创建技能的元技能：引导用户按 Agent Skills 规范编写结构合规、触发准确的 SKILL.md。","primaryCategory":"Skill 开发","taskTags":["创建 Skill","SKILL.md","Agent 配置"],"supportedAgents":["Claude Code"],"executionModes":["Prompt / Markdown"],"type":"Workflow","badge":"Official","author":"Anthropic","license":"Apache-2.0","recommendationScore":86,"verdictShort":"开发者必装","installDifficulty":"简单","requiresAuth":false,"requiresApiKey":false,"safetyLevel":"A Low","securityReviewStatus":"PASS","testStatus":"untested","environmentCheck":null,"testSummary":null,"repositoryUrl":"https://github.com/anthropics/skills","sources":[{"label":"第三方索引","url":"https://www.cnblogs.com/jarryli/p/19997711","sourceType":"third-party-directory","sourceDate":"2026-09-14"},{"label":"官方仓库","url":"https://github.com/anthropics/skills","sourceType":"official-repo","sourceDate":"2026-09-14"}],"lastVerified":"2026-09-14"},{"slug":"find-skills","name":"Find Skills 技能","url":"https://www.kit-ai.cn/skills/find-skills","description":"在对话中发现并推荐合适的技能：根据当前任务自动检索匹配的 Agent Skills 并给出安装方式。","primaryCategory":"Agent 自动化","taskTags":["技能发现","Agent 配置"],"supportedAgents":["Claude Code"],"executionModes":["Prompt / Markdown"],"type":"Connector","badge":"Verified","author":"Vercel","license":"开源（以仓库为准）","recommendationScore":84,"verdictShort":"新手推荐","installDifficulty":"简单","requiresAuth":false,"requiresApiKey":false,"safetyLevel":"B Moderate","securityReviewStatus":"PASS","testStatus":"untested","environmentCheck":null,"testSummary":null,"repositoryUrl":"https://github.com/vercel-labs/skills","sources":[{"label":"第三方索引","url":"https://www.cnblogs.com/jarryli/p/19997711","sourceType":"third-party-directory","sourceDate":"2026-09-14"},{"label":"官方仓库","url":"https://github.com/vercel-labs/skills","sourceType":"official-repo","sourceDate":"2026-09-14"}],"lastVerified":"2026-09-14"},{"slug":"mcp-server-generation-skill","name":"MCP Server Generation 技能","url":"https://www.kit-ai.cn/skills/mcp-server-generation-skill","description":"生成 Model Context Protocol（MCP）服务器代码：把内部系统能力快速包装成 Agent 可调用的 MCP 服务。","primaryCategory":"Skill 开发","taskTags":["MCP","Agent 集成","服务器生成"],"supportedAgents":["Claude Code"],"executionModes":["Prompt / Markdown","Scripts"],"type":"Automation","badge":"Official","author":"Anthropic","license":"Apache-2.0","recommendationScore":80,"verdictShort":"按需安装","installDifficulty":"需要环境依赖","requiresAuth":false,"requiresApiKey":false,"safetyLevel":"A Low","securityReviewStatus":"PASS","testStatus":"untested","environmentCheck":null,"testSummary":null,"repositoryUrl":"https://github.com/anthropics/skills","sources":[{"label":"官方仓库","url":"https://github.com/anthropics/skills","sourceType":"official-repo","sourceDate":"2026-09-14"}],"lastVerified":"2026-09-14"},{"slug":"webapp-testing-skill","name":"WebApp Testing 技能","url":"https://www.kit-ai.cn/skills/webapp-testing-skill","description":"Web 应用回归测试与 UI 自动化验证：驱动浏览器执行测试流程并核对结果。","primaryCategory":"软件开发","taskTags":["Testing","回归测试","Browser"],"supportedAgents":["Claude Code"],"executionModes":["Browser / CDP","Scripts"],"type":"Automation","badge":"Official","author":"Anthropic","license":"Apache-2.0","recommendationScore":78,"verdictShort":"值得安装","installDifficulty":"需要环境依赖","requiresAuth":false,"requiresApiKey":false,"safetyLevel":"C External Access","securityReviewStatus":"PASS","testStatus":"untested","environmentCheck":null,"testSummary":null,"repositoryUrl":"https://github.com/anthropics/skills","sources":[{"label":"官方仓库","url":"https://github.com/anthropics/skills","sourceType":"official-repo","sourceDate":"2026-09-14"}],"lastVerified":"2026-09-14"},{"slug":"security-review-skill","name":"Security Review 技能","url":"https://www.kit-ai.cn/skills/security-review-skill","description":"代码安全漏洞自动扫描：审查代码变更中的安全风险并输出修复建议（Claude Code 内置技能）。","primaryCategory":"安全与质量","taskTags":["Security","代码审计","漏洞扫描"],"supportedAgents":["Claude Code"],"executionModes":["Prompt / Markdown"],"type":"Analysis","badge":"Official","author":"Anthropic","license":"随 Claude Code 分发","recommendationScore":88,"verdictShort":"值得安装","installDifficulty":"一键安装","requiresAuth":false,"requiresApiKey":false,"safetyLevel":"A Low","securityReviewStatus":"PASS","testStatus":"untested","environmentCheck":null,"testSummary":null,"repositoryUrl":"https://github.com/anthropics/claude-code","sources":[{"label":"第三方索引","url":"https://www.zhihu.com/p/2058988094234293582","sourceType":"third-party-directory","sourceDate":"2026-09-14"}],"lastVerified":"2026-09-14"},{"slug":"vercel-react-best-practices","name":"Vercel React Best Practices 技能","url":"https://www.kit-ai.cn/skills/vercel-react-best-practices","description":"Vercel 官方 React 最佳实践技能：按 Vercel 工程团队的规范生成与审查 React/Next.js 代码。","primaryCategory":"软件开发","taskTags":["React","Next.js","代码审查"],"supportedAgents":["Claude Code","Cursor","其他支持 Agent Skills 的工具"],"executionModes":["Prompt / Markdown"],"type":"Knowledge","badge":"Reviewed","author":"Vercel","license":"以仓库为准","recommendationScore":84,"verdictShort":"值得安装","installDifficulty":"简单","requiresAuth":false,"requiresApiKey":false,"safetyLevel":"A Low","securityReviewStatus":"PASS","testStatus":"untested","environmentCheck":null,"testSummary":null,"repositoryUrl":"https://github.com/vercel-labs/agent-skills","sources":[{"label":"第三方索引","url":"https://www.cnblogs.com/jarryli/p/19997711","sourceType":"third-party-directory","sourceDate":"2026-09-14"},{"label":"官方仓库","url":"https://github.com/vercel-labs/agent-skills","sourceType":"official-repo","sourceDate":"2026-09-14"}],"lastVerified":"2026-09-14"},{"slug":"web-design-guidelines-skill","name":"Web Design Guidelines 技能","url":"https://www.kit-ai.cn/skills/web-design-guidelines-skill","description":"Web 设计规范技能：按成熟设计准则审查与生成界面（107.0K 安装）。","primaryCategory":"软件开发","taskTags":["设计审查","UI 规范"],"supportedAgents":["Claude Code","Cursor"],"executionModes":["Prompt / Markdown"],"type":"Knowledge","badge":"Reviewed","author":"Vercel","license":"以仓库为准","recommendationScore":82,"verdictShort":"值得安装","installDifficulty":"简单","requiresAuth":false,"requiresApiKey":false,"safetyLevel":"A Low","securityReviewStatus":"PASS","testStatus":"untested","environmentCheck":null,"testSummary":null,"repositoryUrl":"https://github.com/vercel-labs/agent-skills","sources":[{"label":"第三方索引","url":"https://www.cnblogs.com/jarryli/p/19997711","sourceType":"third-party-directory","sourceDate":"2026-09-14"},{"label":"官方仓库","url":"https://github.com/vercel-labs/agent-skills","sourceType":"official-repo","sourceDate":"2026-09-14"}],"lastVerified":"2026-09-14"},{"slug":"everything-claude-code","name":"Everything Claude Code 技能集","url":"https://www.kit-ai.cn/skills/everything-claude-code","description":"黑客松冠军作品的全能 Claude Code 配置集：覆盖工作流、工具链与最佳实践的一站式技能包。","primaryCategory":"软件开发","taskTags":["工作流","研发配置"],"supportedAgents":["Claude Code"],"executionModes":["Prompt / Markdown","Scripts"],"type":"Composite","badge":"Reviewed","author":"社区（黑客松冠军）","license":"以仓库为准","recommendationScore":76,"verdictShort":"可以尝试","installDifficulty":"简单","requiresAuth":false,"requiresApiKey":false,"safetyLevel":"B Moderate","securityReviewStatus":"PASS","testStatus":"untested","environmentCheck":null,"testSummary":null,"repositoryUrl":"https://github.com/affaan-m/ECC","sources":[{"label":"第三方索引","url":"https://www.cnblogs.com/jarryli/p/19997711","sourceType":"third-party-directory","sourceDate":"2026-09-14"},{"label":"官方仓库","url":"https://github.com/affaan-m/ECC","sourceType":"official-repo","sourceDate":"2026-09-14"}],"lastVerified":"2026-09-14"},{"slug":"notion-connector-skill","name":"Notion 连接技能","url":"https://www.kit-ai.cn/skills/notion-connector-skill","description":"Anthropic Partner Skills 之一：让 Claude 读写 Notion 页面与数据库，实现知识库联动。","primaryCategory":"外部连接","taskTags":["Notion","知识库","API 授权"],"supportedAgents":["Claude.ai","Claude Code"],"executionModes":["API"],"type":"Connector","badge":"Official","author":"Notion（Anthropic Partner）","license":"以官方为准","recommendationScore":84,"verdictShort":"按需安装","installDifficulty":"需要 API/权限配置","requiresAuth":true,"requiresApiKey":false,"safetyLevel":"D Account Access","securityReviewStatus":"PASS","testStatus":"untested","environmentCheck":null,"testSummary":null,"repositoryUrl":"https://github.com/anthropics/skills","sources":[{"label":"官方仓库","url":"https://github.com/anthropics/skills","sourceType":"official-repo","sourceDate":"2026-09-14"}],"lastVerified":"2026-09-14"},{"slug":"mcp-builder","name":"MCP Builder 技能","url":"https://www.kit-ai.cn/skills/mcp-builder","description":"引导构建 Model Context Protocol（MCP）服务器：从需求设计到脚手架、调试与最佳实践，让 Agent 快速接入自定义工具与数据源。","primaryCategory":"Skill 开发","taskTags":["MCP","Agent 集成","服务器构建"],"supportedAgents":["Claude.ai","Claude Code","Claude API","Cursor"],"executionModes":["SKILL.md 指令"],"type":"Automation","badge":"Official","author":"Anthropic","license":"Apache-2.0","recommendationScore":88,"verdictShort":"开发者推荐","installDifficulty":"需要环境依赖","requiresAuth":false,"requiresApiKey":false,"safetyLevel":"A Low","securityReviewStatus":"PASS","testStatus":"untested","environmentCheck":null,"testSummary":null,"repositoryUrl":"https://github.com/anthropics/skills/tree/main/skills/mcp-builder","sources":[{"label":"GitHub 仓库","url":"https://github.com/anthropics/skills/tree/main/skills/mcp-builder"},{"label":"Skills 索引","url":"https://github.com/L-yifan/skills"}],"lastVerified":"2026-09-15"},{"slug":"canvas-design","name":"Canvas 设计技能","url":"https://www.kit-ai.cn/skills/canvas-design","description":"利用 Canvas 进行动态视觉艺术创作：海报、插画与视觉设计，支持迭代式设计流程与美学原则。","primaryCategory":"内容创作","taskTags":["视觉设计","海报","创意"],"supportedAgents":["Claude.ai","Claude Code","Claude API","Cursor"],"executionModes":["SKILL.md 指令"],"type":"Content","badge":"Official","author":"Anthropic","license":"Apache-2.0","recommendationScore":86,"verdictShort":"值得安装","installDifficulty":"简单","requiresAuth":false,"requiresApiKey":false,"safetyLevel":"A Low","securityReviewStatus":"PASS","testStatus":"untested","environmentCheck":null,"testSummary":null,"repositoryUrl":"https://github.com/anthropics/skills/tree/main/skills/canvas-design","sources":[{"label":"GitHub 仓库","url":"https://github.com/anthropics/skills/tree/main/skills/canvas-design"},{"label":"Skills 索引","url":"https://github.com/L-yifan/skills"}],"lastVerified":"2026-09-15"},{"slug":"algorithmic-art","name":"算法艺术技能","url":"https://www.kit-ai.cn/skills/algorithmic-art","description":"使用 p5.js 创建生成式艺术：粒子系统、几何图案与交互式视觉，以算法思维进行艺术创作。","primaryCategory":"内容创作","taskTags":["生成艺术","p5.js","创意编程"],"supportedAgents":["Claude.ai","Claude Code","Claude API","Cursor"],"executionModes":["SKILL.md 指令"],"type":"Content","badge":"Official","author":"Anthropic","license":"Apache-2.0","recommendationScore":84,"verdictShort":"值得安装","installDifficulty":"简单","requiresAuth":false,"requiresApiKey":false,"safetyLevel":"A Low","securityReviewStatus":"PASS","testStatus":"untested","environmentCheck":null,"testSummary":null,"repositoryUrl":"https://github.com/anthropics/skills/tree/main/skills/algorithmic-art","sources":[{"label":"GitHub 仓库","url":"https://github.com/anthropics/skills/tree/main/skills/algorithmic-art"},{"label":"Skills 索引","url":"https://github.com/L-yifan/skills"}],"lastVerified":"2026-09-15"},{"slug":"internal-comms","name":"内部通讯技能","url":"https://www.kit-ai.cn/skills/internal-comms","description":"生成企业内部沟通文档：Status Report、Executive Updates、3P 更新与公司新闻通讯，匹配组织语气。","primaryCategory":"办公生产力","taskTags":["内部通讯","工作汇报","企业协作"],"supportedAgents":["Claude.ai","Claude Code","Claude API","Cursor"],"executionModes":["SKILL.md 指令"],"type":"Content","badge":"Official","author":"Anthropic","license":"Apache-2.0","recommendationScore":82,"verdictShort":"值得安装","installDifficulty":"简单","requiresAuth":false,"requiresApiKey":false,"safetyLevel":"A Low","securityReviewStatus":"PASS","testStatus":"untested","environmentCheck":null,"testSummary":null,"repositoryUrl":"https://github.com/anthropics/skills/tree/main/skills/internal-comms","sources":[{"label":"GitHub 仓库","url":"https://github.com/anthropics/skills/tree/main/skills/internal-comms"},{"label":"Skills 索引","url":"https://github.com/L-yifan/skills"}],"lastVerified":"2026-09-15"},{"slug":"doc-coauthoring","name":"文档协作技能","url":"https://www.kit-ai.cn/skills/doc-coauthoring","description":"多阶段文档协作工作流：从头脑风暴、大纲到逐节起草与迭代改进，模拟真人协作者而非一次性生成。","primaryCategory":"办公生产力","taskTags":["文档协作","写作流程","大纲"],"supportedAgents":["Claude.ai","Claude Code","Claude API","Cursor"],"executionModes":["SKILL.md 指令"],"type":"Workflow","badge":"Official","author":"Anthropic","license":"Apache-2.0","recommendationScore":85,"verdictShort":"值得安装","installDifficulty":"简单","requiresAuth":false,"requiresApiKey":false,"safetyLevel":"A Low","securityReviewStatus":"PASS","testStatus":"untested","environmentCheck":null,"testSummary":null,"repositoryUrl":"https://github.com/anthropics/skills/tree/main/skills/doc-coauthoring","sources":[{"label":"GitHub 仓库","url":"https://github.com/anthropics/skills/tree/main/skills/doc-coauthoring"},{"label":"Skills 索引","url":"https://github.com/L-yifan/skills"}],"lastVerified":"2026-09-15"},{"slug":"theme-factory","name":"主题工厂技能","url":"https://www.kit-ai.cn/skills/theme-factory","description":"为工件（HTML 页面、幻灯片、报告等）生成专业主题与样式：从零创建或按品牌规范适配。","primaryCategory":"内容创作","taskTags":["主题样式","品牌规范","UI 主题"],"supportedAgents":["Claude.ai","Claude Code","Claude API","Cursor"],"executionModes":["SKILL.md 指令"],"type":"Content","badge":"Official","author":"Anthropic","license":"Apache-2.0","recommendationScore":82,"verdictShort":"值得安装","installDifficulty":"简单","requiresAuth":false,"requiresApiKey":false,"safetyLevel":"A Low","securityReviewStatus":"PASS","testStatus":"untested","environmentCheck":null,"testSummary":null,"repositoryUrl":"https://github.com/anthropics/skills/tree/main/skills/theme-factory","sources":[{"label":"GitHub 仓库","url":"https://github.com/anthropics/skills/tree/main/skills/theme-factory"},{"label":"Skills 索引","url":"https://github.com/L-yifan/skills"}],"lastVerified":"2026-09-15"},{"slug":"brand-guidelines","name":"品牌规范技能","url":"https://www.kit-ai.cn/skills/brand-guidelines","description":"应用 Anthropic 官方品牌规范于各类工件：颜色、字体、排版与语气，保证产出与品牌一致。","primaryCategory":"内容创作","taskTags":["品牌规范","一致性","企业风格"],"supportedAgents":["Claude.ai","Claude Code","Claude API","Cursor"],"executionModes":["SKILL.md 指令"],"type":"Knowledge","badge":"Official","author":"Anthropic","license":"Apache-2.0","recommendationScore":78,"verdictShort":"按需安装","installDifficulty":"简单","requiresAuth":false,"requiresApiKey":false,"safetyLevel":"A Low","securityReviewStatus":"PASS","testStatus":"untested","environmentCheck":null,"testSummary":null,"repositoryUrl":"https://github.com/anthropics/skills/tree/main/skills/brand-guidelines","sources":[{"label":"GitHub 仓库","url":"https://github.com/anthropics/skills/tree/main/skills/brand-guidelines"},{"label":"Skills 索引","url":"https://github.com/L-yifan/skills"}],"lastVerified":"2026-09-15"},{"slug":"humanizer-zh","name":"中文去 AI 味技能","url":"https://www.kit-ai.cn/skills/humanizer-zh","description":"去除中文文本中的 AI 写作痕迹：句式、连接词与语气自然化，让中文产出更像人写的。","primaryCategory":"内容创作","taskTags":["去 AI 味","中文写作","文本润色"],"supportedAgents":["Claude.ai","Claude Code","Claude API","Cursor"],"executionModes":["SKILL.md 指令"],"type":"Content","badge":"Verified","author":"L-yifan","license":"MIT","recommendationScore":85,"verdictShort":"值得安装","installDifficulty":"简单","requiresAuth":false,"requiresApiKey":false,"safetyLevel":"A Low","securityReviewStatus":"PASS","testStatus":"untested","environmentCheck":null,"testSummary":null,"repositoryUrl":"https://github.com/L-yifan/skills","sources":[{"label":"GitHub 仓库","url":"https://github.com/L-yifan/skills"}],"lastVerified":"2026-09-15"},{"slug":"tavily-search","name":"Tavily 搜索技能","url":"https://www.kit-ai.cn/skills/tavily-search","description":"为 Agent 接入 Tavily Web 搜索：实时联网检索、摘要与来源引用，弥补模型知识截止限制。","primaryCategory":"外部连接","taskTags":["Web 搜索","联网","Tavily"],"supportedAgents":["Claude.ai","Claude Code","Claude API","Cursor"],"executionModes":["SKILL.md 指令"],"type":"Connector","badge":"Verified","author":"Tavily","license":"MIT","recommendationScore":86,"verdictShort":"值得安装","installDifficulty":"需要 API/权限配置","requiresAuth":false,"requiresApiKey":true,"safetyLevel":"A Low","securityReviewStatus":"PASS","testStatus":"untested","environmentCheck":null,"testSummary":null,"repositoryUrl":"https://github.com/tavily-ai/skills","sources":[{"label":"GitHub 仓库","url":"https://github.com/tavily-ai/skills"},{"label":"Skills 索引","url":"https://github.com/L-yifan/skills"}],"lastVerified":"2026-09-15"},{"slug":"tavily-research","name":"Tavily 研究技能","url":"https://www.kit-ai.cn/skills/tavily-research","description":"多来源综合研究工作流：自动检索、交叉验证与结构化研究报告输出，基于 Tavily 搜索生态。","primaryCategory":"Agent 自动化","taskTags":["深度研究","多来源综合","研究报告"],"supportedAgents":["Claude.ai","Claude Code","Claude API","Cursor"],"executionModes":["SKILL.md 指令"],"type":"Workflow","badge":"Verified","author":"Tavily","license":"MIT","recommendationScore":84,"verdictShort":"值得安装","installDifficulty":"需要 API/权限配置","requiresAuth":false,"requiresApiKey":true,"safetyLevel":"A Low","securityReviewStatus":"PASS","testStatus":"untested","environmentCheck":null,"testSummary":null,"repositoryUrl":"https://github.com/tavily-ai/skills","sources":[{"label":"GitHub 仓库","url":"https://github.com/tavily-ai/skills"},{"label":"Skills 索引","url":"https://github.com/L-yifan/skills"}],"lastVerified":"2026-09-15"},{"slug":"mineru-doc-extractor","name":"MinerU 文档提取技能","url":"https://www.kit-ai.cn/skills/mineru-doc-extractor","description":"多格式文档提取：PDF、图片、Word、PPT、网页转 Markdown/HTML/LaTeX/DOCX，基于 OpenDataLab MinerU 生态。","primaryCategory":"办公生产力","taskTags":["文档提取","OCR","格式转换"],"supportedAgents":["Claude.ai","Claude Code","Claude API","Cursor"],"executionModes":["SKILL.md 指令"],"type":"Analysis","badge":"Verified","author":"OpenDataLab","license":"AGPL-3.0","recommendationScore":83,"verdictShort":"按需安装","installDifficulty":"需要环境依赖","requiresAuth":false,"requiresApiKey":false,"safetyLevel":"A Low","securityReviewStatus":"PASS","testStatus":"untested","environmentCheck":null,"testSummary":null,"repositoryUrl":"https://github.com/opendatalab/mineru-ecosystem","sources":[{"label":"GitHub 仓库","url":"https://github.com/opendatalab/mineru-ecosystem"},{"label":"Skills 索引","url":"https://github.com/L-yifan/skills"}],"lastVerified":"2026-09-15"},{"slug":"open-code-review","name":"Open Code Review 技能","url":"https://www.kit-ai.cn/skills/open-code-review","description":"阿里开源的 AI 代码审查：Git diff 行级审查、内置安全规则、无集成成本，适配中文团队。","primaryCategory":"安全与质量","taskTags":["代码审查","安全规则","Git diff"],"supportedAgents":["Claude.ai","Claude Code","Claude API","Cursor"],"executionModes":["SKILL.md 指令"],"type":"Automation","badge":"Verified","author":"Alibaba","license":"Apache-2.0","recommendationScore":85,"verdictShort":"值得安装","installDifficulty":"简单","requiresAuth":false,"requiresApiKey":false,"safetyLevel":"A Low","securityReviewStatus":"PASS","testStatus":"untested","environmentCheck":null,"testSummary":null,"repositoryUrl":"https://github.com/alibaba/open-code-review","sources":[{"label":"GitHub 仓库","url":"https://github.com/alibaba/open-code-review"},{"label":"Skills 索引","url":"https://github.com/L-yifan/skills"}],"lastVerified":"2026-09-15"},{"slug":"claude-api-skill","name":"Claude API 开发技能","url":"https://www.kit-ai.cn/skills/claude-api-skill","description":"Claude API 开发指南：模型选择、消息结构、流式输出、Tool Use 与最佳实践，帮助开发者快速正确地集成 Claude API。","primaryCategory":"软件开发","taskTags":["Claude API","API 集成","开发指南"],"supportedAgents":["Claude.ai","Claude Code","Claude API","Cursor"],"executionModes":["SKILL.md 指令"],"type":"Knowledge","badge":"Official","author":"Anthropic","license":"Apache-2.0","recommendationScore":84,"verdictShort":"开发者推荐","installDifficulty":"简单","requiresAuth":false,"requiresApiKey":false,"safetyLevel":"A Low","securityReviewStatus":"PASS","testStatus":"untested","environmentCheck":null,"testSummary":null,"repositoryUrl":"https://github.com/anthropics/skills/tree/main/skills/claude-api","sources":[{"label":"GitHub 仓库","url":"https://github.com/anthropics/skills/tree/main/skills/claude-api"},{"label":"Skills 索引","url":"https://github.com/L-yifan/skills"}],"lastVerified":"2026-09-16"},{"slug":"web-artifacts-builder","name":"Web 制品构建技能","url":"https://www.kit-ai.cn/skills/web-artifacts-builder","description":"构建复杂的 Web Artifacts：单文件 HTML 应用，含外部脚本、状态管理与多视图路由，超越简单代码片段的完整交互应用。","primaryCategory":"软件开发","taskTags":["Web 制品","HTML 应用","前端开发"],"supportedAgents":["Claude.ai","Claude Code","Claude API","Cursor"],"executionModes":["SKILL.md 指令"],"type":"Automation","badge":"Official","author":"Anthropic","license":"Apache-2.0","recommendationScore":86,"verdictShort":"值得安装","installDifficulty":"简单","requiresAuth":false,"requiresApiKey":false,"safetyLevel":"A Low","securityReviewStatus":"PASS","testStatus":"untested","environmentCheck":null,"testSummary":null,"repositoryUrl":"https://github.com/anthropics/skills/tree/main/skills/web-artifacts-builder","sources":[{"label":"GitHub 仓库","url":"https://github.com/anthropics/skills/tree/main/skills/web-artifacts-builder"},{"label":"Skills 索引","url":"https://github.com/L-yifan/skills"}],"lastVerified":"2026-09-16"},{"slug":"slack-gif-creator","name":"Slack GIF 创作技能","url":"https://www.kit-ai.cn/skills/slack-gif-creator","description":"为 Slack 创作定制 GIF 动图：按频道场景与团队梗文化生成表情包动画，让团队沟通更生动。","primaryCategory":"内容创作","taskTags":["GIF","Slack","表情包"],"supportedAgents":["Claude.ai","Claude Code","Claude API","Cursor"],"executionModes":["SKILL.md 指令"],"type":"Content","badge":"Official","author":"Anthropic","license":"Apache-2.0","recommendationScore":74,"verdictShort":"按需安装","installDifficulty":"简单","requiresAuth":false,"requiresApiKey":false,"safetyLevel":"A Low","securityReviewStatus":"PASS","testStatus":"untested","environmentCheck":null,"testSummary":null,"repositoryUrl":"https://github.com/anthropics/skills/tree/main/skills/slack-gif-creator","sources":[{"label":"GitHub 仓库","url":"https://github.com/anthropics/skills/tree/main/skills/slack-gif-creator"},{"label":"Skills 索引","url":"https://github.com/L-yifan/skills"}],"lastVerified":"2026-09-16"},{"slug":"web-design-engineer","name":"Web 设计工程师技能","url":"https://www.kit-ai.cn/skills/web-design-engineer","description":"网页、落地页与复杂前端交互设计：从视觉系统到实现的全流程指导，来自 ConardLi garden-skills 精选集。","primaryCategory":"软件开发","taskTags":["网页设计","落地页","前端交互"],"supportedAgents":["Claude.ai","Claude Code","Claude API","Cursor"],"executionModes":["SKILL.md 指令"],"type":"Content","badge":"Verified","author":"ConardLi","license":"MIT","recommendationScore":84,"verdictShort":"值得安装","installDifficulty":"简单","requiresAuth":false,"requiresApiKey":false,"safetyLevel":"A Low","securityReviewStatus":"PASS","testStatus":"untested","environmentCheck":null,"testSummary":null,"repositoryUrl":"https://github.com/ConardLi/garden-skills","sources":[{"label":"GitHub 仓库","url":"https://github.com/ConardLi/garden-skills"},{"label":"Skills 索引","url":"https://github.com/L-yifan/skills"}],"lastVerified":"2026-09-16"},{"slug":"gpt-image-prompting","name":"GPT 图像 Prompt 技能","url":"https://www.kit-ai.cn/skills/gpt-image-prompting","description":"GPT 图像生成与编辑的 Prompt 工程：构图、风格、文字渲染与多轮编辑的提示词方法论，来自 garden-skills 精选集。","primaryCategory":"内容创作","taskTags":["图像生成","Prompt 工程","GPT 图像"],"supportedAgents":["Claude.ai","Claude Code","Claude API","Cursor"],"executionModes":["SKILL.md 指令"],"type":"Knowledge","badge":"Verified","author":"ConardLi","license":"MIT","recommendationScore":82,"verdictShort":"值得安装","installDifficulty":"简单","requiresAuth":false,"requiresApiKey":false,"safetyLevel":"A Low","securityReviewStatus":"PASS","testStatus":"untested","environmentCheck":null,"testSummary":null,"repositoryUrl":"https://github.com/ConardLi/garden-skills","sources":[{"label":"GitHub 仓库","url":"https://github.com/ConardLi/garden-skills"},{"label":"Skills 索引","url":"https://github.com/L-yifan/skills"}],"lastVerified":"2026-09-16"},{"slug":"deep-wiki-skill","name":"Deep Wiki 技能","url":"https://www.kit-ai.cn/skills/deep-wiki-skill","description":"GitHub 仓库 AI 文档生成：把任意开源仓库转化为结构化 Wiki 知识库，快速理解陌生代码库的架构与用法。","primaryCategory":"软件开发","taskTags":["代码库理解","Wiki 生成","GitHub"],"supportedAgents":["Claude.ai","Claude Code","Claude API","Cursor"],"executionModes":["SKILL.md 指令"],"type":"Analysis","badge":"Verified","author":"L-yifan","license":"MIT","recommendationScore":83,"verdictShort":"值得安装","installDifficulty":"简单","requiresAuth":false,"requiresApiKey":false,"safetyLevel":"A Low","securityReviewStatus":"PASS","testStatus":"untested","environmentCheck":null,"testSummary":null,"repositoryUrl":"https://github.com/L-yifan/skills","sources":[{"label":"GitHub 仓库","url":"https://github.com/L-yifan/skills"}],"lastVerified":"2026-09-16"},{"slug":"agent-md-improver","name":"AGENTS.md 优化技能","url":"https://www.kit-ai.cn/skills/agent-md-improver","description":"审计、精简并优化 AGENTS.md 与 CLAUDE.md：先识别项目风险，保护兼容性、迁移、回滚、安全与发布约束。","primaryCategory":"Agent 自动化","taskTags":["AGENTS.md","CLAUDE.md","Agent 配置"],"supportedAgents":["Claude.ai","Claude Code","Claude API","Cursor"],"executionModes":["SKILL.md 指令"],"type":"Workflow","badge":"Verified","author":"L-yifan","license":"MIT","recommendationScore":82,"verdictShort":"值得安装","installDifficulty":"简单","requiresAuth":false,"requiresApiKey":false,"safetyLevel":"A Low","securityReviewStatus":"PASS","testStatus":"untested","environmentCheck":null,"testSummary":null,"repositoryUrl":"https://github.com/L-yifan/skills","sources":[{"label":"GitHub 仓库","url":"https://github.com/L-yifan/skills"}],"lastVerified":"2026-09-16"}]}