‹ 返回总目录
开发工具 最近更新07-24

claude-api

| 2026-08-01 收录

☆ 收藏
🛒 📚 AI提效实战指南 · 图解Skill🛒 📱 大流量手机卡 · 低月租📣 加入推广 · 佣金80-300/张 ›

🛍️ 更多精选好物 ›

📊 公开数据一览

📦 榜单安装量54.4K
⭐ GitHub Stars166,070(fork 19768)
🗓️ 最近推送2026-07-24
🌱 项目创建2025-09-22
💻 语言 / LicensePython · 未标注
🐛 开放Issue1058

📝 工具简介

Claude的公开API仓库,提供Agent Skills相关接口和资源。

📖 怎么用

先装官方技能库:Claude Code 里跑 `/plugin marketplace add anthropics/skills`,然后 `/plugin install document-skills@anthropic-agent-skills` 或 `/plugin install example-skills@anthropic-agent-skills`。想自己写技能的话,按 README 的模板建个 Markdown 文件,开头写 `---` 加 `name` 和 `description`,下面写具体指令。保存后 Claude 会在相关任务时自动加载。更多用法看 agentskills.io。

📋 迷你测评

Claude的公开API仓库,提供Agent Skills相关接口和资源。亮点是官方公开,资源集中易获取。适合开发者直接对接Claude能力。

📄 README 要点

这是Anthropic官方发布的Claude技能实现仓库,核心是展示Claude的技能系统能做什么。技能本质上是包含指令、脚本和资源的文件夹,Claude会按需动态加载这些内容来提升特定任务的完成质量,比如按公司品牌规范生成文档、用组织特定的工作流分析数据、自动化个人任务等。仓库里的技能覆盖很广,既有艺术、音乐、设计这类创意应用,也有网页应用测试等技术任务。如果你想了解技能是什么、怎么在Claude里用、怎么自己创建自定义技能,这个仓库是最好的参考起点,里面全是官方示例。

查看英文原文
Note: This repository contains Anthropic's implementation of skills for Claude. For information about the Agent Skills standard, see agentskills.io. Skills Skills are folders of instructions, scripts, and resources that Claude loads dynamically to improve performance on specialized tasks. Skills teach Claude how to complete specific tasks in a repeatable way, whether that's creating documents with your company's brand guidelines, analyzing data using your organization's specific workflows, or automating personal tasks. For more information, check out: What are skills? Using skills in Claude How to create custom skills Equipping agents for the real world with Agent Skills About This Repository This repository contains skills that demonstrate what's possible with Claude's skills system. These skills range from creative applications (art, music, design) to technical tasks (testing web apps, MCP server generation) to enterprise workflows (communications, branding, etc.). Each skill is self contained in its own folder with a SKILL.md file containing the instructions and metadata that Claude uses. Browse through these skills to get inspiration for your own skills or to understand different patterns and approaches. Many skills in this repo are open source (Apache 2.0). We've also included the document creation & editing skills that power Claude's document capabilities under the hood in the skills/docx , skills/pdf , skills/pptx , and skills/xlsx subfolders. These are source available, not open source, but we wanted to share these with developers as a reference for more complex skills that are actively used in a production AI application. Disclaimer These skills are provided for demonstration and educational purposes only. While some of these capabilities may be available in Claude, the implementations and behaviors you receive from Claude may differ from what is shown in these skills. These skills are meant to illustrate patterns and possibilities. Always test skills thoro

💬 评论(0)

交流使用体验、避坑建议;违规内容将被删除

💬 意见反馈 / 联系客服

数据来源:skills.sh 榜单 + GitHub 公开数据,非人工实测,仅供参考