💡 Summary
This marketplace offers various AI skills for integration with Claude Code and other agents.
🎯 Target Audience
🤖 AI Roast: “A marketplace for skills that could use a little more flair.”
The README suggests the use of access tokens, which could be exposed if not handled securely. Ensure tokens are stored securely and not hard-coded in scripts.
ABC Claude Code Plugin Marketplace
中文 | English
本仓库托管了 ABC 团队的 Claude Code 插件市场。
快速开始
通过 add-skill 安装(适用于所有 AI 代理)

# 安装单个 skill npx add-skill https://github.com/ABCFed/claude-marketplace/tree/main/skills/tapd-skill npx add-skill https://github.com/ABCFed/claude-marketplace/tree/main/skills/apifox-skill npx add-skill https://github.com/ABCFed/claude-marketplace/tree/main/skills/codeup-skill
常用选项:
| 选项 | 说明 |
|------|------|
| -g, --global | 安装到用户目录而非项目目录 |
| -a, --agent <agents...> | 指定目标 agent(如 claude-code, codex) |
| -s, --skill <skills...> | 按名称安装指定 skills(多选用空格分隔) |
| -l, --list | 列出可用 skills但不安装 |
| -y, --yes | 跳过所有确认提示 |
示例:
# 安装到用户目录 npx add-skill https://github.com/ABCFed/claude-marketplace/tree/main/skills/tapd-skill --global # 指定 agent 安装 npx add-skill https://github.com/ABCFed/claude-marketplace/tree/main/skills/tapd-skill --agent codex # 跳过确认提示 npx add-skill https://github.com/ABCFed/claude-marketplace/tree/main/skills/tapd-skill --yes
通过插件市场安装(仅 Claude Code)
# 启动 Claude Code claude # 添加本地插件市场 /plugin marketplace add https://github.com/ABCFed/claude-marketplace # 安装 abc-development-plugin /plugin install abc-development-plugin@abc-claude-plugin-marketplace
技能详情
tapd-skill
TAPD 敏捷研发管理平台集成,通过 TAPD API 实现研发全流程管理。
安装:
npx add-skill https://github.com/ABCFed/claude-marketplace/tree/main/skills/tapd-skill
准备:
# 编辑 ~/.zshrc 或 ~/.bashrc export TAPD_ACCESS_TOKEN="your_token_here" source ~/.zshrc
触发关键词:TAPD、需求、缺陷、任务、迭代、测试用例、Wiki、工时
功能特性:
- 需求管理 - 查询、创建、更新需求
- 缺陷管理 - 管理缺陷生命周期
- 任务管理 - 任务 CRUD 操作
- 迭代管理 - Sprint/迭代管理
- 测试用例 - 测试用例管理
- Wiki 管理 - 创建和更新 Wiki 文档
- 评论和工时 - 管理评论、记录工时
- 关联关系 - 需求与缺陷关联
apifox-skill
ABC 医疗云 API 文档查询工具,读取和查询 ABC API 的 OpenAPI 规范文档(4,000+ 接口)。
安装:
npx add-skill https://github.com/ABCFed/claude-marketplace/tree/main/skills/apifox-skill
准备:
# 编辑 ~/.zshrc 或 ~/.bashrc export APIFOX_ACCESS_TOKEN="your_apifox_token_here" export APIFOX_PROJECT_ID="4105462" # 可选,默认为 4105462 source ~/.zshrc
触发关键词:API、接口、Apifox、OpenAPI、接口文档
功能特性:
- 接口查询 - 按路径、方法、模块搜索接口
- 接口详情 - 获取完整定义(自动解析 $ref)
- 统计分析 - 接口总数、模块分布、方法统计
- 文档导出 - 导出 JSON/Markdown 摘要
codeup-skill
阿里云云效 Codeup 代码仓库管理工具集,通过 Codeup API 管理代码仓库、分支、文件和合并请求。
安装:
npx add-skill https://github.com/ABCFed/claude-marketplace/tree/main/skills/codeup-skill
准备:
# 编辑 ~/.zshrc 或 ~/.bashrc export YUNXIAO_ACCESS_TOKEN="your_codeup_token_here" source ~/.zshrc
触发关键词:Codeup、代码仓库、分支、MR、合并请求、阿里云、云效
功能特性:
- 仓库管理 - 查询仓库详情、列出仓库
- 分支操作 - 创建、删除、列出分支
- 文件操作 - 读取、创建、更新、删除文件,对比代码差异
- MR 管理 - 创建合并请求、添加评论、列出 MR 和补丁集
- 组织管理 - 查询组织、部门、成员、角色信息
目录结构
├── .claude-plugin/
│ └── marketplace.json # 市场配置
├── plugins/
│ └── abc-development-plugin/ # ABC 开发插件
└── docs/ # 文档
贡献指南
欢迎贡献代码、文档或新插件!请参阅 CONTRIBUTING.md 了解详情。
许可证
MIT License - 详见 LICENSE
Pros
- Wide range of skills available
- Easy installation via npx
- Supports multiple agents
Cons
- Limited documentation for each skill
- Dependency on external tokens
- Installation requires command line knowledge
Related Skills
pytorch
S“It's the Swiss Army knife of deep learning, but good luck figuring out which of the 47 installation methods is the one that won't break your system.”
agno
S“It promises to be the Kubernetes for agents, but let's see if developers have the patience to learn yet another orchestration layer.”
nuxt-skills
S“It's essentially a well-organized cheat sheet that turns your AI assistant into a Nuxt framework parrot.”
Disclaimer: This content is sourced from GitHub open source projects for display and rating purposes only.
Copyright belongs to the original author ABCFed.
