connect-apps — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited connect-apps (Plugin) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
<h1 align="center">Awesome Claude Skills(中文版)</h1>
<p align="center"> <a href="https://dashboard.composio.dev/login?utm_source=Github&utm_medium=Youtube&utm_campaign=2025-11&utm_content=AwesomeSkills"> <img width="1280" height="640" alt="Composio banner" src="https://github.com/user-attachments/assets/e91255af-e4ba-4d71-b1a8-bd081e8a234a"> </a>
</p>
<p align="center"> <a href="https://awesome.re"> <img src="https://awesome.re/badge.svg" alt="Awesome" /> </a> <a href="https://makeapullrequest.com"> <img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square" alt="PRs Welcome" /> </a> <a href="https://www.apache.org/licenses/LICENSE-2.0"> <img src="https://img.shields.io/badge/License-Apache_2.0-blue.svg?style=flat-square" alt="License: Apache-2.0" /> </a> </p> <div> <p align="center"> <a href="https://twitter.com/composio"> <img src="https://img.shields.io/badge/Follow on X-000000?style=for-the-badge&logo=x&logoColor=white" alt="Follow on X" /> </a> <a href="https://www.linkedin.com/company/composiohq/"> <img src="https://img.shields.io/badge/Follow on LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white" alt="Follow on LinkedIn" /> </a> <a href="https://discord.com/invite/composio"> <img src="https://img.shields.io/badge/Join our Discord-5865F2?style=for-the-badge&logo=discord&logoColor=white" alt="Join our Discord" /> </a> </p> </div>
精选的 1000+ 生产级 Claude Skills 和插件列表,用于提升 Claude.ai、Claude Code、Claude API 以及 Codex、Cursor、Gemini CLI、Antigravity 等编程智能体的生产力。
📖 本项目是 awesome-claude-skills 的中文翻译版本,最后同步于 2026年5月
>
💡 中文版 GitHub Pages 站点:https://lessup.github.io/awesome-claude-skills-zh
需要超越文本生成的技能? Claude 可以发送邮件、创建 Issue、发布到 Slack,并在 1000+ 应用中执行真实操作。了解如何使用 →
connect-apps 插件让 Claude 执行真实操作 - 发送邮件、创建 Issue、发布到 Slack。它在底层使用 Composio 处理认证并连接到 500+ 应用。
claude --plugin-dir ./connect-apps-plugin/connect-apps:setup在询问时粘贴你的 API 密钥。(在 dashboard.composio.dev 获取免费密钥)
exit
claude需要超越文本生成的技能? Claude 可以发送邮件、创建 Issue、发布到 Slack,并在 1000+ 应用中执行真实操作。了解如何使用 →
如果收到邮件,说明 Claude 已连接到 500+ 应用。
[查看所有支持的应用 →](https://composio.dev/toolkits)
Claude Skills 是可重用的指令包,教会 AI 智能体如何处理特定类型的任务。每个 skill 是一个包含 SKILL.md 文件的文件夹,其中包含 YAML frontmatter(名称、描述)和 Markdown 指令,可选地附带脚本、参考文档和资源文件。Anthropic 于 2025 年 10 月推出了该格式,并于 2025 年 12 月将其作为开放标准发布;现在已支持 Claude Code、Claude.ai、Claude API、OpenAI Codex、Cursor、Gemini CLI、Antigravity 和 Windsurf。
Skills 采用渐进式加载。在会话开始时,智能体只看到每个 skill 的名称和描述 —— 每个 skill 大约 100 个 token。完整的 SKILL.md 主体(通常在 5,000 个 token 以下)仅在智能体认为该 skill 与当前任务相关时才加载。scripts/ 和 references/ 中的辅助文件按需加载。这就是让单个智能体托管数百个 skills 而不会使其上下文窗口膨胀的原因。
Skills 不是 MCP 服务器,也不是工具。MCP 定义智能体如何连接到外部系统 —— 认证、传输、工具发现。工具是智能体调用的单个函数。Skills 定义工作流程 —— 做什么、按什么顺序、使用什么约束 —— 一旦智能体拥有所需的连接和工具。在生产环境中,这三层一起运行:MCP 用于访问,工具用于操作,skills 用于行为。
npx skills add chrome-relay + Chrome Web Store 扩展安装。无需远程中继、Playwright 夹具或 MCP 服务器。lean-ctx init --agent claude-code 安装 Claude Code 技能;文档见 leanctx.com。作者 [@yvgude](https://github.com/yvgude).claude/agents/。作者 [@septimlabs-code](https://github.com/septimlabs-code)通过 Rube MCP (Composio) 为 78 个 SaaS 应用提供预构建的工作流技能。每个技能包含工具序列、参数指导、已知陷阱和快速参考表 — 全部使用从 Composio API 发现的真实工具 slug。
CRM 与销售
项目管理
沟通
邮件
代码与 DevOps
存储与文件
电子表格与数据库
日历与调度
社交媒体
营销与邮件营销
支持与帮助台
电商与支付
设计与协作
分析与数据
人力资源与人员
自动化平台
Zoom 与会议
~/.config/claude-code/skills/: mkdir -p ~/.config/claude-code/skills/
cp -r skill-name ~/.config/claude-code/skills/ head ~/.config/claude-code/skills/skill-name/SKILL.md claude使用 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 文档 了解详情。
每个技能是一个包含带有 YAML frontmatter 的 SKILL.md 文件的文件夹:
skill-name/
├── SKILL.md # 必需:技能说明和元数据
├── scripts/ # 可选:辅助脚本
├── templates/ # 可选:文档模板
└── resources/ # 可选:参考文件---
name: my-skill-name
description: 对此技能功能和使用时机的清晰描述。
---
# My Skill Name
技能用途和功能的详细描述。
## 何时使用此技能
- 使用场景 1
- 使用场景 2
- 使用场景 3
## 指令
[Claude 如何执行此技能的详细说明]
## 示例
[展示技能实际应用的示例]我们欢迎贡献!请阅读我们的贡献指南了解以下详情:
<p align="center"> <b>加入 20,000+ 构建可交付智能体的开发者</b> </p>
<p align="center"> <a href="https://platform.composio.dev/?utm_source=Github&utm_content=AwesomeSkills"> <img src="https://img.shields.io/badge/Get_Started_Free-4F46E5?style=for-the-badge" alt="Get Started"/> </a> </p>
本仓库采用 Apache License 2.0 许可证。
个别技能可能有不同的许可证 - 请查看每个技能文件夹以获取具体的许可信息。
注意:Claude Skills 可在 Claude.ai、Claude Code 和 Claude API 中使用。一旦创建了技能,它就可以在所有平台间移植,使你的工作流程在你使用 Claude 的任何地方保持一致。
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.