ComposioHQ/awesome-claude-skills
GitHub: ComposioHQ/awesome-claude-skills
一份精选的 Claude Skills 资源列表,帮助用户扩展 Claude AI 的能力边界并自定义工作流。
Stars: 41014 | Forks: 4075
Awesome Claude Skills
一份精选的实用 Claude Skills 列表,旨在提升 Claude.ai、Claude Code 和 Claude API 的生产力。 ## 快速入门:将 Claude 连接到 500+ 个应用 **connect-apps** 插件让 Claude 能够执行真实操作——发送电子邮件、创建 Issue、发布 Slack 消息。它在底层使用 Composio 处理认证并连接到 500+ 个应用。 ### 1. 安装插件 ``` claude --plugin-dir ./connect-apps-plugin ``` ### 2. 运行设置 ``` /connect-apps:setup ``` 在提示时粘贴您的 API 密钥。(在 [platform.composio.dev](https://platform.composio.dev/?utm_source=Github&utm_content=AwesomeSkills) 获取免费密钥) ### 3. 重启并尝试 ``` exit claude ``` 如果您收到了电子邮件,说明 Claude 现在已连接到 500+ 个应用。 **[查看所有支持的应用 →](https://composio.dev/toolkits)** ## 目录 - [什么是 Claude Skills?](#what-are-claude-skills) - [技能列表](#skills) - [文档处理](#document-processing) - [开发与代码工具](#development--code-tools) - [数据与分析](#data--analysis) - [商业与营销](#business--marketing) - [沟通与写作](#communication--writing) - [创意与媒体](#creative--media) - [生产力与组织](#productivity--organization) - [协作与项目管理](#collaboration--project-management) - [安全与系统](#security--systems) - [通过 Composio 实现应用自动化](#app-automation-via-composio) - [入门指南](#getting-started) - [创建技能](#creating-skills) - [贡献](#contributing) - [资源](#resources) - [许可证](#license) ## 什么是 Claude Skills? Claude Skills 是可定制的工作流,教会 Claude 如何根据您的独特要求执行特定任务。技能使 Claude 能够在所有 Claude 平台上以可重复、标准化的方式执行任务。 ## 技能列表 ### 文档处理 - [docx](https://github.com/anthropics/skills/tree/main/skills/docx) - 创建、编辑、分析 Word 文档,支持修订、评论和格式化。 - [pdf](https://github.com/anthropics/skills/tree/main/skills/pdf) - 提取文本、表格、元数据,合并和注释 PDF。 - [pptx](https://github.com/anthropics/skills/tree/main/skills/pptx) - 读取、生成和调整幻灯片、布局、模板。 - [xlsx](https://github.com/anthropics/skills/tree/main/skills/xlsx) - 电子表格操作:公式、图表、数据转换。 - [Markdown to EPUB Converter](https://github.com/smerchek/claude-epub-skill) - 将 Markdown 文档和聊天摘要转换为专业的 EPUB 电子书文件。*作者:[@smerchek](https://github.com/smerchek)* ### 开发与代码工具 - [artifacts-builder](https://github.com/anthropics/skills/tree/main/skills/web-artifacts-builder) - 使用现代前端 Web 技术(React、Tailwind CSS、shadcn/ui)创建复杂、多组件 claude.ai HTML artifacts 的工具套件。 - [aws-skills](https://github.com/zxkane/aws-skills) - AWS 开发,包含 CDK 最佳实践、成本优化 MCP 服务器以及无服务器/事件驱动架构模式。 - [Changelog Generator](./changelog-generator/) - 通过分析历史记录并将技术提交转换为面向客户的发布说明,自动从 git 提交创建更新日志。 - [Claude Code Terminal Title](https://github.com/bluzername/claude-code-terminal-title) - 为每个 Claude Code 终端窗口提供一个描述当前工作的动态标题,以免您混淆不同窗口的任务。 - [D3.js Visualization](https://github.com/chrisvoncsefalvay/claude-d3js-skill) - 教会 Claude 生成 D3 图表和交互式数据可视化。*作者:[@chrisvoncsefalvay](https://github.com/chrisvoncsefalvay)* - [FFUF Web Fuzzing](https://github.com/jthack/ffuf_claude_skill) - 集成 ffuf Web fuzzer,以便 Claude 可以运行模糊测试任务并分析漏洞结果。*作者:[@jthack](https://github.com/jthack)* - [finishing-a-development-branch](https://github.com/obra/superpowers/tree/main/skills/finishing-a-development-branch) - 通过提供清晰的选项并处理选定的工作流,指导完成开发工作。 - [iOS Simulator](https://github.com/conorluddy/ios-simulator-skill) - 使 Claude 能够与 iOS 模拟器交互,用于测试和调试 iOS 应用程序。*作者:[@conorluddy](https://github.com/conorluddy)* - [jules](https://github.com/sanjay3290/ai-skills/tree/main/skills/jules) - 将编码任务委托给 Google Jules AI 代理,用于 GitHub 仓库上的异步错误修复、文档编写、测试和功能实现。*作者:[@sanjay3290](https://github.com/sanjay3290)* - [LangSmith Fetch](./langsmith-fetch/) - 通过自动从 LangSmith Studio 获取和分析执行跟踪来调试 LangChain 和 LangGraph 代理。这是首个用于 Claude Code 的 AI 可观测性技能。*作者:[@OthmanAdi](https://github.com/OthmanAdi)* - [MCP Builder](./mcp-builder/) - 指导创建高质量的 MCP(Model Context Protocol)服务器,使用 Python 或 TypeScript 将外部 API 和服务与 LLM 集成。 - [move-code-quality-skill](https://github.com/1NickPappas/move-code-quality-skill) - 根据官方 Move Book 代码质量检查表分析 Move 语言包,以确保符合 Move 2024 版标准和最佳实践。 - [Playwright Browser Automation](https://github.com/lackeyjb/playwright-skill) - 模型调用的 Playwright 自动化,用于测试和验证 Web 应用程序。*作者:[@lackeyjb](https://github.com/lackeyjb)* - [prompt-engineering](https://github.com/NeoLabHQ/context-engineering-kit/tree/master/plugins/customaize-agent/skills/prompt-engineering) - 教授知名的提示工程技术与模式,包括 Anthropic 最佳实践和代理说服原则。 - [pypict-claude-skill](https://github.com/omkamal/pypict-claude-skill) - 使用 PICT(成对独立组合测试)针对需求或代码设计全面的测试用例,生成具有成对覆盖率的优化测试套件。 - [reddit-fetch](https://github.com/ykdojo/claude-code-tips/tree/main/skills/reddit-fetch) - 当 WebFetch 被阻止或返回 403 错误时,通过 Gemini CLI 获取 Reddit 内容。 - [Skill Creator](./skill-creator/) - 为创建有效的 Claude Skills 提供指导,通过专业知识、工作流和工具集成来扩展能力。 - [Skill Seekers](https://github.com/yusufkaraaslan/Skill_Seekers) - 在几分钟内自动将任何文档网站转换为 Claude AI 技能。*作者:[@yusufkaraaslan](https://github.com/yusufkaraaslan)* - [software-architecture](https://github.com/NeoLabHQ/context-engineering-kit/tree/master/plugins/ddd/skills/software-architecture) - 实现设计模式,包括整洁架构(Clean Architecture)、SOLID 原则和全面的软件设计最佳实践。 - [subagent-driven-development](https://github.com/NeoLabHQ/context-engineering-kit/tree/master/plugins/sadd/skills/subagent-driven-development) - 为单个任务分派独立的子代理,在迭代之间设置代码审查检查点,以实现快速、可控的开发。 - [test-driven-development](https://github.com/obra/superpowers/tree/main/skills/test-driven-development) - 在实现任何功能或修复错误之前,编写实现代码时使用。 - [using-git-worktrees](https://github.com/obra/superpowers/blob/main/skills/using-git-worktrees/) - 创建具有智能目录选择和安全验证的隔离 git worktrees。 - [Connect](./connect/) - 将 Claude 连接到任何应用。发送电子邮件、创建 Issue、发布消息、更新数据库——在 Gmail、Slack、GitHub、Notion 和 1000+ 个服务中执行真实操作。 - [Webapp Testing](./webapp-testing/) - 使用 Playwright 测试本地 Web 应用程序,验证前端功能、调试 UI 行为并截图。 ### 数据与分析 - [CSV Data Summarizer](https://github.com/coffeefuelbump/csv-data-summarizer-claude-skill) - 自动分析 CSV 文件并生成带有可视化的全面见解,无需用户提示。*作者:[@coffeefuelbump](https://github.com/coffeefuelbump)* - [deep-research](https://github.com/sanjay3290/ai-skills/tree/main/skills/deep-research) - 使用 Gemini Deep Research Agent 执行自主多步骤研究,用于市场分析、竞争格局调查和文献综述。*作者:[@sanjay3290](https://github.com/sanjay3290)* - [postgres](https://github.com/sanjay3290/ai-skills/tree/main/skills/postgres) - 针对 PostgreSQL 数据库执行安全的只读 SQL 查询,支持多连接和纵深防御安全。*作者:[@sanjay3290](https://github.com/sanjay3290)* - [root-cause-tracing](https://github.com/obra/superpowers/tree/main/skills/root-cause-tracing) - 当执行深处发生错误且需要追溯以找到原始触发器时使用。 ### 商业与营销 - [Brand Guidelines](./brand-guidelines/) - 将 Anthropic 的官方品牌颜色和字体应用于 artifacts,以保持一致的视觉识别和专业的动手标准。 - [Competitive Ads Extractor](./competitive-ads-extractor/) - 从广告库中提取和分析竞争对手的广告,以了解引起共鸣的信息传递和创意方法。 - [Domain Name Brainstormer](./domain-name-brainstormer/) - 生成创意域名想法,并检查多个 TLD(包括 .com、.io、.dev 和 .ai 扩展名)的可用性。 - [Internal Comms](./internal-comms/) - 帮助撰写内部沟通内容,包括 3P 更新、公司通讯、常见问题解答、状态报告和项目更新,使用公司特定的格式。 - [Lead Research Assistant](./lead-research-assistant/) - 通过分析您的产品、搜索目标公司和提供可操作的推广策略,识别并筛选高质量潜在客户。 ### 沟通与写作 - [article-extractor](https://github.com/michalparkola/tapestry-skills-for-claude-code/tree/main/article-extractor) - 从网页中提取完整的文章文本和元数据。 - [brainstorming](https://github.com/obra/superpowers/tree/main/skills/brainstorming) - 通过结构化提问和替代方案探索,将粗略的想法转化为完整的设计。 - [Content Research Writer](./content-research-writer/) - 通过进行研究、添加引用、改进开头和提供分段反馈来协助撰写高质量内容。 - [family-history-research](https://github.com/emaynard/claude-family-history-research-skill) - 协助规划家族史和家谱研究项目。 - [Meeting Insights Analyzer](./meeting-insights-analyzer/) - 分析会议记录以揭示行为模式,包括回避冲突、发言比例、填充词和领导风格。 - [NotebookLM Integration](https://github.com/PleasePrompto/notebooklm-skill) - 让 Claude Code 直接与 NotebookLM 聊天,基于上传的文档提供来源明确的答案。*作者:[@PleasePrompto](https://github.com/PleasePrompto)* - [Twitter Algorithm Optimizer](./twitter-algorithm-optimizer/) - 使用 Twitter 的开源算法洞察分析和优化推文,以实现最大覆盖范围。重写和编辑推文以提高参与度和可见性。 ### 创意与媒体 - [Canvas Design](./canvas-design/) - 使用设计理念和美学原则,在 PNG 和 PDF 文档中创建精美的视觉艺术,用于海报、设计和静态作品。 - [imagen](https://github.com/sanjay3290/ai-skills/tree/main/skills/imagen) - 使用 Google Gemini 的图像生成 API 生成图像,用于 UI 模型、图标、插图和视觉素材。*作者:[@sanjay3290](https://github.com/sanjay3290)* - [Image Enhancer](./image-enhancer/) - 通过提高分辨率、清晰度和清晰度来改善图像和截图质量,用于专业演示和文档。 - [Slack GIF Creator](./slack-gif-creator/) - 创建为 Slack 优化的动画 GIF,带有大小限制验证器和可组合的动画基元。 - [Theme Factory](./theme-factory/) - 将专业的字体和颜色主题应用于 artifacts,包括幻灯片、文档、报告和 HTML 落地页,提供 10 种预设主题。 - [Video Downloader](./video-downloader/) - 从 YouTube 和其他平台下载视频,用于离线观看、编辑或归档,支持多种格式和质量选项。 - [youtube-transcript](https://github.com/michalparkola/tapestry-skills-for-claude-code/tree/main/youtube-transcript) - 获取 YouTube 视频的字幕并准备摘要。 ### 生产力与组织 - [File Organizer](./file-organizer/) - 通过理解上下文、查找重复项和建议更好的组织结构,智能地组织文件和文件夹。 - [Invoice Organizer](./invoice-organizer/) - 通过读取文件、提取信息和一致重命名,自动组织发票和收据以备报税。 - [kaizen](https://github.com/NeoLabHQ/context-engineering-kit/tree/master/plugins/kaizen/skills/kaizen) - 应用持续改进方法论,采用多种分析方法,基于日本改善(Kaizen)哲学和精益(Lean)方法论。 - [n8n-skills](https://github.com/haunchen/n8n-skills) - 使 AI 助手能够直接理解和操作 n8n 工作流。 - [Raffle Winner Picker](./raffle-winner-picker/) - 从列表、电子表格或 Google Sheets 中随机选择抽奖和竞赛的获奖者,使用加密安全的随机性。 - [Tailored Resume Generator](./tailored-resume-generator/) - 分析职位描述并生成定制的简历,突出相关的经验、技能和成就,以最大化面试机会。 - [ship-learn-next](https://github.com/michalparkola/tapestry-skills-for-claude-code/tree/main/ship-learn-next) - 基于反馈循环,帮助确定接下来构建或学习内容的技能。 - [tapestry](https://github.com/michalparkola/tapestry-skills-for-claude-code/tree/main/tapestry) - 将相关文档相互关联并总结为知识网络。 ### 协作与项目管理 - [git-pushing](https://github.com/mhattingpete/claude-skills-marketplace/tree/main/engineering-workflow-plugin/skills/git-pushing) - 自动化 git 操作和仓库交互。 - [google-workspace-skills](https://github.com/sanjay3290/ai-skills/tree/main/skills) - Google Workspace 集成套件:Gmail、日历、Chat、文档、表格、幻灯片和云端硬盘,支持跨平台 OAuth。*作者:[@sanjay3290](https://github.com/sanjay3290)* - [outline](https://github.com/sanjay3290/ai-skills/tree/main/skills/outline) - 在 Outline wiki 实例(或自托管)中搜索、读取、创建和管理文档。*作者:[@sanjay3290](https://github.com/sanjay3290)* - [review-implementing](https://github.com/mhattingpete/claude-skills-marketplace/tree/main/engineering-workflow-plugin/skills/review-implementing) - 评估代码实现计划并与规范对齐。 - [test-fixing](https://github.com/mhattingpete/claude-skills-marketplace/tree/main/engineering-workflow-plugin/skills/test-fixing) - 检测失败的测试并提出补丁或修复建议。 ### 安全与系统 - [computer-forensics](https://github.com/mhattingpete/claude-skills-marketplace/tree/main/computer-forensics-skills/skills/computer-forensics) - 数字取证分析和调查技术。 - [file-deletion](https://github.com/mhattingpete/claude-skills-marketplace/tree/main/computer-forensics-skills/skills/file-deletion) - 安全文件删除和数据清理方法。 - [metadata-extraction](https://github.com/mhattingpete/claude-skills-marketplace/tree/main/computer-forensics-skills/skills/metadata-extraction) - 提取和分析文件元数据以用于取证目的。 - [threat-hunting-with-sigma-rules](https://github.com/jthack/threat-hunting-with-sigma-rules-skill) - 使用 Sigma 检测规则来搜寻威胁并分析安全事件。 ### 通过 Composio 实现应用自动化 通过 [Rube MCP (Composio)](https://composio.dev) 为 78 个 SaaS 应用提供的预构建工作流技能。每个技能包含工具序列、参数指导、已知陷阱和快速参考表——全部使用从 Composio API 发现的真实工具 slug。 **CRM 与销售** - [Close Automation](./close-automation/) - 自动化 Close CRM:潜在客户、联系人、商机、活动和管道。 - [HubSpot Automation](./hubspot-automation/) - 自动化 HubSpot CRM:联系人、交易、公司、工单和电子邮件互动。 - [Pipedrive Automation](./pipedrive-automation/) - 自动化 Pipedrive:交易、联系人、组织、活动和管道。 - [Salesforce Automation](./salesforce-automation/) - 自动化 Salesforce:对象、记录、SOQL 查询和批量操作。 - [Zoho CRM Automation](./zoho-crm-automation/) - 自动化 Zoho CRM:潜在客户、联系人、交易、账户和模块。 **项目管理** - [Asana Automation](./asana-automation/) - 自动化 Asana:任务、项目、部分、分配和工作区。 - [Basecamp Automation](./basecamp-automation/) - 自动化 Basecamp:待办事项列表、消息、人员、组和项目。 - [ClickUp Automation](./clickup-automation/) - 自动化 ClickUp:任务、列表、空间、目标和时间跟踪。 - [Jira Automation](./jira-automation/) - 自动化 Jira:Issue、项目、看板、冲刺和 JQL 查询。 - [Linear Automation](./linear-automation/) - 自动化 Linear:Issue、项目、周期、团队和工作流。 - [Monday Automation](./monday-automation/) - 自动化 Monday.com:看板、项目、列、组和工作区。 - [Notion Automation](./notion-automation/) - 自动化 Notion:页面、数据库、块、评论和搜索。 - [Todoist Automation](./todoist-automation/) - 自动化 Todoist:任务、项目、部分、标签和过滤器。 - [Trello Automation](./trello-automation/) - 自动化 Trello:看板、卡片、列表、成员和检查清单。 - [Wrike Automation](./wrike-automation/) - 自动化 Wrike:任务、文件夹、项目、评论和工作流。 **沟通** - [Discord Automation](./discord-automation/) - 自动化 Discord:消息、频道、服务器、角色和反应。 - [Intercom Automation](./intercom-automation/) - 自动化 Intercom:对话、联系人、公司、工单和文章。 - [Microsoft Teams Automation](./microsoft-teams-automation/) - 自动化 Teams:消息、频道、团队、聊天和会议。 - [Slack Automation](./slack-automation/) - 自动化 Slack:消息、频道、搜索、反应、线程和日程安排。 - [Telegram Automation](./telegram-automation/) - 自动化 Telegram:消息、聊天、媒体、群组和机器人。 - [WhatsApp Automation](./whatsapp-automation/) - 自动化 WhatsApp:消息、媒体、模板、群组和企业资料。 **电子邮件** - [Gmail Automation](./gmail-automation/) - 自动化 Gmail:发送/回复、搜索、标签、草稿和附件。 - [Outlook Automation](./outlook-automation/) - 自动化 Outlook:电子邮件、文件夹、联系人和日历集成。 - [Postmark Automation](./postmark-automation/) - 自动化 Postmark:事务性电子邮件、模板、服务器和投递统计。 - [SendGrid Automation](./sendgrid-automation/) - 自动化 SendGrid:电子邮件、模板、联系人、列表和营销活动统计。 **代码与 DevOps** - [Bitbucket Automation](./bitbucket-automation/) - 自动化 Bitbucket:仓库、PR、分支、Issue 和工作区。 - [CircleCI Automation](./circleci-automation/) - 自动化 CircleCI:管道、工作流、作业和项目配置。 - [Datadog Automation](./datadog-automation/) - 自动化 Datadog:监控器、仪表板、指标、事件和警报。 - [GitHub Automation](./github-automation/) - 自动化 GitHub:Issue、PR、仓库、分支、Actions 和代码搜索。 - [GitLab Automation](./gitlab-automation/) - 自动化 GitLab:Issue、MR、项目、管道和分支。 - [PagerDuty Automation](./pagerduty-automation/) - 自动化 PagerDuty:事件、服务、日程安排、升级策略和值班。 - [Render Automation](./render-automation/) - 自动化 Render:服务、部署和项目管理。 - [Sentry Automation](./sentry-automation/) - 自动化 Sentry:Issue、事件、项目、发布和警报。 - [Supabase Automation](./supabase-automation/) - 自动化 Supabase:SQL 查询、表模式、边缘函数和存储。 - [Vercel Automation](./vercel-automation/) - 自动化 Vercel:部署、项目、域名、环境变量和日志。 **存储与文件** - [Box Automation](./box-automation/) - 自动化 Box:文件、文件夹、搜索、共享、协作和签名请求。 - [Dropbox Automation](./dropbox-automation/) - 自动化 Dropbox:文件、文件夹、搜索、共享和批量操作。 - [Google Drive Automation](./google-drive-automation/) - 自动化 Google Drive:上传、下载、搜索、共享和组织文件。 - [OneDrive Automation](./one-drive-automation/) - 自动化 OneDrive:文件、文件夹、搜索、共享、权限和版本控制。 **电子表格与数据库** - [Airtable Automation](./airtable-automation/) - 自动化 Airtable:记录、表、基地、视图和字段管理。 - [Coda Automation](./coda-automation/) - 自动化 Coda:文档、表格、行、公式和自动化。 - [Google Sheets Automation](./googlesheets-automation/) - 自动化 Google Sheets:读/写单元格、格式化、公式和批量操作。 **日历与日程安排** - [Cal.com Automation](./cal-com-automation/) - 自动化 Cal.com:事件类型、预订、可用性和日程安排。 - [Calendly Automation](./calendly-automation/) - 自动化 Calendly:事件、受邀者、事件类型、日程安排链接和可用性。 - [Google Calendar Automation](./google-calendar-automation/) - 自动化 Google Calendar:事件、参与者、忙碌/空闲状态和周期性日程。 - [Outlook Calendar Automation](./outlook-calendar-automation/) - 自动化 Outlook 日历:事件、参与者、提醒和周期性日程。 **社交媒体** - [Instagram Automation](./instagram-automation/) - 自动化 Instagram:帖子、快拍、评论、媒体和商业洞察。 - [LinkedIn Automation](./linkedin-automation/) - 自动化 LinkedIn:帖子、个人资料、公司、图片和评论。 - [Reddit Automation](./reddit-automation/) - 自动化 Reddit:帖子、评论、Subreddit、投票和版主管理。 - [TikTok Automation](./tiktok-automation/) - 自动化 TikTok:视频上传、查询和创作者管理。 - [Twitter Automation](./twitter-automation/) - 自动化 Twitter/X:推文、搜索、用户、列表和互动。 - [YouTube Automation](./youtube-automation/) - 自动化 YouTube:视频、频道、播放列表、评论和订阅。 **营销与电子邮件营销** - [ActiveCampaign Automation](./activecampaign-automation/) - 自动化 ActiveCampaign:联系人、交易、营销活动、列表和自动化。 - [Brevo Automation](./brevo-automation/) - 自动化 Brevo:联系人、电子邮件营销活动、事务性电子邮件和列表。 - [ConvertKit Automation](./convertkit-automation/) - 自动化 ConvertKit (Kit):订阅者、标签、序列、广播和表单。 - [Klaviyo Automation](./klaviyo-automation/) - 自动化 Klaviyo:配置文件、列表、细分、营销活动和事件。 - [Mailchimp Automation](./mailchimp-automation/) - 自动化 Mailchimp:受众、营销活动、模板、细分和报告。 **支持与帮助台** - [Freshdesk Automation](./freshdesk-automation/) - 自动化 Freshdesk:工单、联系人、代理、组和预设回复。 - [Freshservice Automation](./freshservice-automation/) - 自动化 Freshservice:工单、资产、变更、问题和服务目录。 - [Help Scout Automation](./helpdesk-automation/) - 自动化 Help Scout:对话、客户、邮箱和标签。 - [Zendesk Automation](./zendesk-automation/) - 自动化 Zendesk:工单、用户、组织、搜索和宏。 **电子商务与支付** - [Shopify Automation](./shopify-automation/) - 自动化 Shopify:产品、订单、客户、库存和 GraphQL 查询。 - [Square Automation](./square-automation/) - 自动化 Square:支付、客户、目录、订单和位置。 - [Stripe Automation](./stripe-automation/) - 自动化 Stripe:收费、客户、产品、订阅和退款。 **设计与协作** - [Canva Automation](./canva-automation/) - 自动化 Canva:设计、模板、素材、文件夹和品牌工具包。 - [Confluence Automation](./confluence-automation/) - 自动化 Confluence:页面、空间、搜索、CQL、标签和版本。 - [DocuSign Automation](./docusign-automation/) - 自动化 DocuSign:信封、模板、签名和文档管理。 - [Figma Automation](./figma-automation/) - 自动化 Figma:文件、组件、评论、项目和团队管理。 - [Miro Automation](./miro-automation/) - 自动化 Miro:看板、便签、形状、连接器和项目。 - [Webflow Automation](./webflow-automation/) - 自动化 Webflow:CMS 集合、项目、站点、发布和素材。 **分析与数据** - [Amplitude Automation](./amplitude-automation/) - 自动化 Amplitude:事件、群组、用户属性和分析查询。 - [Google Analytics Automation](./google-analytics-automation/) - 自动化 Google Analytics:报告、维度、指标和媒体资源管理。 - [Mixpanel Automation](./mixpanel-automation/) - 自动化 Mixpanel:事件、漏斗、群组、注释和 JQL 查询。 - [PostHog Automation](./posthog-automation/) - 自动化 PostHog:事件、用户、功能标志、洞察和注释。 - [Segment Automation](./segment-automation/) - 自动化 Segment:来源、目标、跟踪和数据仓库连接。 **人力资源与人员** - [BambooHR Automation](./bamboohr-automation/) - 自动化 BambooHR:员工、休假、报告和目录管理。 **自动化平台** - [Make Automation](./make-automation/) - 自动化 Make (Integromat):场景、连接和执行管理。 **Zoom 与会议** - [Zoom Automation](./zoom-automation/) - 自动化 Zoom:会议、录像、参与者、网络研讨会和报告。 ## 入门指南 ### 在 Claude.ai 中使用技能 1. 点击聊天界面中的技能图标 (🧩)。 2. 从市场添加技能或上传自定义技能。 3. Claude 会根据您的任务自动激活相关技能。 ### 在 Claude Code 中使用技能 1. 将技能放在 `~/.config/claude-code/skills/` 中: mkdir -p ~/.config/claude-code/skills/ cp -r skill-name ~/.config/claude-code/skills/ 2. 验证技能元数据: head ~/.config/claude-code/skills/skill-name/SKILL.md 3. 启动 Claude Code: claude 4. 技能会自动加载并在相关时激活。 ### 通过 API 使用技能 使用 Claude Skills API 以编程方式加载和管理技能: ``` import anthropic client = anthropic.Anthropic(api_key="your-api-key") response = client.messages.create( model="claude-3-5-sonnet-20241022", skills=["skill-id-here"], messages=[{"role": "user", "content": "Your prompt"}] ) ``` 有关详细信息,请参阅 [Skills API 文档](https://docs.claude.com/en/api/skills-guide)。 ## 创建技能 ### 技能结构 每个技能都是一个包含 `SKILL.md` 文件的文件夹,该文件带有 YAML 前言: ``` skill-name/ ├── SKILL.md # Required: Skill instructions and metadata ├── scripts/ # Optional: Helper scripts ├── templates/ # Optional: Document templates └── resources/ # Optional: Reference files ``` ### 基本技能模板 ``` --- name: my-skill-name description: A clear description of what this skill does and when to use it. --- # 我的 Skill 名称 Detailed description of the skill's purpose and capabilities. ## 何时使用此 Skill - Use case 1 - Use case 2 - Use case 3 ## 说明 [Detailed instructions for Claude on how to execute this skill] ## 示例 [Real-world examples showing the skill in action] ``` ### 技能最佳实践 - 专注于特定的、可重复的任务 - 包含清晰的示例和边缘情况 - 为 Claude 编写指令,而不是为最终用户 - 在 Claude.ai、Claude Code 和 API 上进行测试 - 记录先决条件和依赖项 - 包含错误处理指导 ## 贡献 我们欢迎贡献!请阅读我们的贡献指南](CONTRIBUTING.md)以了解有关以下内容的详细信息: - 如何提交新技能 - 技能质量标准 - Pull Request 流程 - 行为准则 ### 快速贡献步骤 1. 确保您的技能基于真实用例 2. 检查现有技能中是否有重复项 3. 遵循技能结构模板 4. 跨平台测试您的技能 5. 提交带有清晰文档的 Pull Request ## 资源 ### 官方文档 - [Claude Skills 概述](https://www.anthropic.com/news/skills) - 官方公告和功能 - [Skills 用户指南](https://support.claude.com/en/articles/12512180-using-skills-in-claude) - 如何在 Claude 中使用技能 - [创建自定义技能](https://support.claude.com/en/articles/12512198-creating-custom-skills) - 技能开发指南 - [Skills API 文档](https://docs.claude.com/en/api/skills-guide) - API 集成指南 - [Agent Skills 博客文章](https://anthropic.com/engineering/equipping-agents-for-the-real-world-with-agent-skills) - 工程深度剖析 ### 社区资源 - [Anthropic Skills 仓库](https://github.com/anthropics/skills) - 官方示例技能 - [Claude 社区](https://community.anthropic.com) - 与其他用户讨论技能 - [Skills 市场](https://claude.ai/marketplace) - 发现和分享技能 ### 灵感与用例 - [Lenny's Newsletter](https://www.lennysnewsletter.com/p/everyone-should-be-using-claude-code) - 人们使用 Claude Code 的 50 种方式 - [Notion Skills](https://www.notion.so/notiondevs/Notion-Skills-for-Claude-28da4445d27180c7af1df7d8615723d0) - Notion 集成技能 ## 加入社区 - [加入我们的 Discord](https://discord.com/invite/composio) - 与其他构建 Claude Skills 的开发者聊天 - [在 Twitter/X 上关注](https://x.com/composio) - 随时了解新技能和功能 - 有问题?[support@composio.dev](mailto:support@composio.dev)加入 20,000+ 名构建可落地代理的开发者行列
## 许可证 本仓库根据 Apache License 2.0 授权。 个别技能可能具有不同的许可证——请检查每个技能的文件夹以获取特定的许可信息。 **注意**:Claude Skills 可在 Claude.ai、Claude Code 和 Claude API 之间通用。一旦您创建了一个技能,它就可以在所有平台上移植,使您在使用 Claude 的任何地方都能保持工作流的一致性。 - [AgentsKB](https://agentskb.com) - 用经过研究的答案升级您的 AI。我们做了研究,让您的 AI 第一次就能做对。标签:Agent, Anthropic, CIDR输入, CIS基准, Claude, Claude AI, Claude API, Claude Code, Claude Skills, Composio, CVE检测, DLL 劫持, LLM, RAG, SOC Prime, Unmanaged PE, Workflow Automation, 人工智能, 大语言模型, 工作流自动化, 开发工具, 开源, 提示词工程, 生产力, 用户模式Hook绕过, 策略决策点, 资源大全, 逆向工具, 防御加固, 集成