跳转至

2026-01-25 - 实战验证的 Claude Code Skill 介绍 - Skill安装指南

  • 分类: 根目录笔记
  • 创建: 2026-01-25
  • 标签: AI工具, 编程, Skills, Claude Code, 安装教程

20260125 - 实战验证的 Claude Code Skill 介绍 - Skill安装指南

摘要

本文介绍了如何使用 Vercel 开发的 skills CLI 工具快速安装 10 个实战验证的 Claude Code Skill,提供了详细的安装命令和功能说明。

要点

  1. 使用 npx skills add <owner/repo> 安装 Skill。
  2. 支持的 AI 编程工具包括 Claude Code、OpenCode、Cursor 和 Codex。
  3. 介绍了 10 个不同的 Skill,包括 NotebookLM、Obsidian Skills 和 planning-with-files 等,每个 Skill 都有 GitHub 链接和安装命令。

正文

📖 Page icon

负责人

香蕉Banana

验证状态

Until January 28, 2026

标签

Skill

Parent page

01-基础入门

2 more properties

TL;DR

一条命令安装 Skill:

npx skills add

本文整理了 10 个实战验证的 Claude Code Skill,直接复制命令即可使用。

安装方式说明

使用 Vercel 开发的

skills

CLI 工具 ,可以一键安装 Skill 到你的 AI 编程工具中。

核心命令格式

Bash

npx skills add < owner > / < repo >

常用参数

Bash

# 安装指定仓库的特定 skill npx skills add < owner > / < repo > --skill < skill-name > # 全局安装(-g)+ 指定目标工具(-a) npx skills add < owner > / < repo > -g -a claude-code # 静默安装(-y 跳过确认) npx skills add < owner > / < repo > --skill < skill-name > -g -y

支持的 AI 编程工具

Claude Code

OpenCode

Cursor

Codex

工具会自动检测你已安装的 AI 编程工具并安装到对应目录

1. NotebookLM Skill

神级 Skill ,通过它可以直接让 AI 对接 NotebookLM,自动上传资料、做知识问答、生成 PPT、脑图都能搞定。

项目 信息
GitHub https://github.com/PleasePrompto/notebooklm-skill
备选 MCP https://github.com/jacob-bd/notebooklm-mcp

安装命令:

Bash

npx skills add PleasePrompto/notebooklm-skill

2. Obsidian Skills

Obsidian CEO kepano 出品 的 Skill 套件,功能很全: - 写出 Obsidian 风格的 Markdown(内链、属性等) - 生成.Base 文件的过滤器和公式 - 生成 Canvas 无限画布

项目 信息
GitHub https://github.com/kepano/obsidian-skills
Visual Skills Pack https://github.com/kepano/obsidian-visual-skills

安装命令:

Bash

npx skills add kepano/obsidian-skills

3. planning-with-files

复刻 Manus 的 Skill ,可以用这个 Skill 来指导其他 Skill 的工作流程。能有效解决上下文飘移的问题。

通过持久化 Markdown 文件(task_plan.md、findings.md、progress.md)来追踪任务进度。

项目 信息
GitHub https://github.com/OthmanAdi/planning-with-files
多项目扩展版 https://github.com/kmichels/multi-manus-planning

安装命令:

Bash

npx skills add OthmanAdi/planning-with-files

4. anthropics/skill-creator

Anthropic 官方出品 ,自己做 Skill 时候的首选,可以直接通过它创建一个符合最佳实践的 Skill,也可以用它来优化现有的 Skill。

项目 信息
GitHub https://github.com/anthropics/skills
skill-creator 路径 skills/skill-creator/

安装命令:

Bash

npx skills add anthropics/skills

只安装 skill-creator:

Bash

npx skills add anthropics/skills --skill skill-creator

5. frontend-design

前端设计专用 ,比如可以帮你去掉 AI 的渐变色。覆盖四个关键维度:字体、颜色、动效、背景。

项目 信息
Vercel 官方版 https://github.com/vercel-labs/agent-skills
社区增强版 https://github.com/Ilm-Alan/claude-frontend-design
Pro 演示版 https://github.com/claudekit/frontend-design-pro-demo

安装命令:

Bash

# Vercel 官方版(推荐) npx skills add vercel-labs/agent-skills --skill frontend-design # 社区增强版 npx skills add Ilm-Alan/claude-frontend-design

6. Superpowers

Obra 开发的工具包 ,包含

/brainstorm

/write-plan

/execute-plan

等命令。

可以在你做复杂项目时,讨论方案、和你一起脑爆,还会通过提问来分析问题生成靠谱的方案。

项目 信息
GitHub https://github.com/obra/superpowers
Marketplace https://github.com/obra/superpowers-marketplace

安装命令:

Bash

npx skills add obra/superpowers

7. Rube MCP Connector

Composio 开发的 MCP 服务器 ,通过一个服务器就能把 Claude 连接到大概 500+ 个应用(Slack、GitHub、Notion、Gmail、Airtable 等),不用给每个应用单独配置授权。

项目 信息
GitHub https://github.com/ComposioHQ/rube
官网 https://composio.dev

安装命令(MCP 方式):

Bash

# 通过 npm 安装 npm install -g @composio/rube

配置示例(Claude Desktop):

JSON

{ "mcpServers":{ "rube":{ "command":"npx","args":["-y","@composio/rube"] } } }

注意:Rube 是 MCP 服务器,不是普通 Skill,需要在 Claude Desktop 或 Claude Code 中配置 MCP

8. baoyu-skills

宝玉老师(Jim Liu)出品 的 Skill 套件,比如写长文帮你自动配图的 Skill,自动发推、发公众号的 Skill。

项目 信息
GitHub https://github.com/JimLiu/baoyu-skills
博客 https://baoyu.io

安装命令:

Bash

npx skills add JimLiu/baoyu-skills

9. 自媒体 Skill 系统

本项目自己开发的 Skill 套装 ,覆盖日常选题、写脚本、写文案、数据分析等工作。

暂未开源。

10. skill-lookup

Skill 发现工具 ,当你想找 Agent Skill、想发现可复用的 AI 能力、需要安装 Skill 的时候就会自动激活。用来发现、检索和安装 Skill。

项目 信息
GitHub https://github.com/anthropics/skills (内含)
SkillsMP 市场 https://skillsmp.com
Awesome Claude Skills https://github.com/awesome-claude/awesome-claude-skills

安装命令:

Bash

npx skills add anthropics/skills

快速参考表

Skill 名称 安装命令
NotebookLM npx skills add PleasePrompto/notebooklm-skill
Obsidian Skills npx skills add kepano/obsidian-skills
planning-with-files npx skills add OthmanAdi/planning-with-files
skill-creator npx skills add anthropics/skills --skill skill-creator
frontend-design npx skills add vercel-labs/agent-skills --skill frontend-design
Superpowers npx skills add obra/superpowers
Rube MCP npm install -g @composio/rube (MCP 配置)
baoyu-skills npx skills add JimLiu/baoyu-skills

更多资源

add-skill 官网: https://add-skill.org

Vercel Agent Skills: https://github.com/vercel-labs/agent-skills

Anthropic 官方 Skills: https://github.com/anthropics/skills

Skills 市场: https://skillsmp.com

欢迎关注我,获取更多 AI 工具实战技巧

X/Twitter: @treydtw

小红书: 香蕉Banana

公众号: 香蕉Labo

欢迎添加我的 个人微信 :请备注平台或来意