---
title: '17个值得用的Claude Code插件：设计、效率与数据三分类'
video_id: V2RIVnGCy74
url: https://youtu.be/V2RIVnGCy74
title_en: "Use These 17 Claude Plugins, It Will Make You 10x Better."
channel: Chase AI
published: 2026-06-26
duration: "17:30"
topics: ["Claude Code 定制扩展", "RAG 与知识系统"]
noted: 2026-07-06
value: B
views: '3.4万'
---


[![封面](https://i.ytimg.com/vi/V2RIVnGCy74/maxresdefault.jpg)](https://youtu.be/V2RIVnGCy74)

> Chase AI · 17:30 · 发布 2026-06-26 · 3.4万次观看(截至抓取) · [观看原视频](https://youtu.be/V2RIVnGCy74)

## 主旨
按设计、效率、数据三个类别,盘点作者实际在用的 17 个 Claude Code 插件/skill/CLI,逐个说明它是什么、怎么用、补的是什么缺口。

## 核心论点
1. **专用 design skill 能补足 Claude Code 默认的"AI slop"审美短板**——taste skill、Impeccable、awesome design.md 从不同角度把网站设计拉到专业水准。([[#1-设计类三件套taste-skillimpeccableawesome-designmd-0054|→ 详解1]])
2. **先问"是否已有方案"再动手写代码,能实测压低 token 与代码量**——Ponytail 与 Skill Creator skill 是效率与技能质量治理的两把尺子。([[#2-效率与技能治理ponytail-与-skill-creator-skill-0527|→ 详解2]])
3. **CLI 形态的浏览器自动化和跨模型复核,能省 token 又减少 agent 自我认可偏差**——Playwright CLI 与 Codex plugin 是这条路径的两个抓手。([[#3-自动化与跨模型复核playwright-cli-与-codex-plugin-0823|→ 详解3]])
4. **打通 Google Workspace、GitHub、Stripe 三类高频后台系统,能让终端自然语言操作替代原生繁琐 UI**。([[#4-打通高频后台系统gwsgithub-cli-与-stripe-cli-0909|→ 详解4]])
5. **深度调研与网页抓取的价值在于替代"无脑扔进 /deep research 烧 token"**——按数据源广度和抓取硬度分层选工具才划算。([[#5-深度调研与网页抓取last-30-daysfirecrawl-cliauto-research-1130|→ 详解5]])
6. **Claude Code 的记忆能力可以按轻重分层搭建**——从 Obsidian 的"准知识图谱"到 LightRAG 的真实 embedding 检索,再到 NotebookLM 的免费大模型能力。([[#6-记忆与知识系统分层notebooklm-apisupabase-cliobsidianlightrag-0633|→ 详解6]])

## 知识点详解

### 1. 设计类三件套:taste skill、Impeccable、awesome design.md [00:54](https://youtu.be/V2RIVnGCy74?t=54)
三个工具都在解决同一个问题——默认前端设计审美不足("AI slop")。Taste Skill 是开源 GitHub 仓库,内含 image-to-code、redesign、output 等多个子技能,专注做出更有设计感的落地页与 SaaS 官网,通用于任意 agent,不限于 Claude Code。

Impeccable 是单一 skill 打包的 23 条命令(documenting/critiquing/polishing/distill 等),可在官网 impeccable.style 逐条对照 Claude Code 默认产出与 Impeccable 产出的差异。它最近成为 GitHub Copilot 的内置层,并带一个 beta 浏览器实时编辑器,可以直接在网页上圈选元素说需求、边改边看效果,这是它区别于 taste skill 的关键。

awesome design.md 走的是另一条路——不做风格生成,而是把 Airtable 等已验证网站拆解成配色、字号、间距、组件的设计语言规格(design.md,源自 Google Stitch 的提示词范式),按行业分类收录,直接套用到自己的项目上,适合"抄作业"而非从零设计。

### 2. 效率与技能治理:Ponytail 与 Skill Creator skill [05:27](https://youtu.be/V2RIVnGCy74?t=327)
Ponytail 的核心机制是在 Claude Code 写代码前先过一遍问题清单——这个功能是否已存在于代码库、标准库、原生平台特性或已装依赖里,是否一行就能解决,只有都答"否"才允许动手写代码,且写"最少能跑"的版本。视频给出的对比数据(Haiku 基线下)是代码量减少 50%、token 减少 22%、成本降低 20%、耗时缩短 27%;作者提到用 Opus 重跑同一测试差距更大。

Skill Creator 不止是"造 skill"的工具,它同时能对已有 skill 做修改与评估——自动跑 A/B 测试比较改进前后版本,也能对比"有 skill vs 无 skill"两种情况下的产出差异,给 skill 是否值得存在提供客观依据。安装方式是在 Claude Code 内 `/plugin` 搜索安装([10:27](https://youtu.be/V2RIVnGCy74?t=627))。

### 3. 自动化与跨模型复核:Playwright CLI 与 Codex plugin [08:23](https://youtu.be/V2RIVnGCy74?t=503)
Playwright CLI 除了做浏览器自动化(替人点表单、走完整交互流程),也适合前端表单的批量边界测试——一次拉起多个浏览器并发跑完,人完全脱手。作者特别强调不要和 Playwright MCP 混淆,CLI 形态明显更省 token。

Codex plugin 是 OpenAI 官方出品、把 Codex 和 GPT 系模型接入 Claude Code 的插件([08:33](https://youtu.be/V2RIVnGCy74?t=513))。它的价值在于代码审查与对抗性复核——Claude Code 往往偏爱自己写的代码,引入第二个模型当"另一双眼睛"能发现盲点,甚至可以用 Codex rescue 命令把整个功能模块交给 Codex 单独实现,和 Claude Code 并行分工。

### 4. 打通高频后台系统:GWS、GitHub CLI 与 Stripe CLI [09:09](https://youtu.be/V2RIVnGCy74?t=549)
GWS(Google Workspace CLI)是非官方项目,由一名 Google 员工开发,作者称它因过于受欢迎"让作者被解雇"——弥补了官方 Google connector 缺失的能力(比如发邮件),并附带 40 多个预置技能,像周报摘要、会前准备、邮件转任务。安装配置比其他工具复杂一些,但换来的是把整个 Workspace 操作面收进 Claude Code。

GitHub CLI 被作者称为"人人都该先装的第一个工具"——只要用 Claude Code 写了东西,迟早要推送到 GitHub,CLI 省去来回切换网页的步骤([09:59](https://youtu.be/V2RIVnGCy74?t=599))。

Stripe CLI 解决的是变现环节——任何需要处理交易、收款的应用,都可以用它替代相对繁琐的 Stripe 后台界面,通过终端自然语言完成配置([16:59](https://youtu.be/V2RIVnGCy74?t=1019))。

### 5. 深度调研与网页抓取:Last 30 Days、Firecrawl CLI、Auto-Research [11:30](https://youtu.be/V2RIVnGCy74?t=690)
Last 30 Days 曾是 GitHub 热榜第一,做的是"比简单网页搜索深得多"的调研——同时抓取 Reddit、Twitter、YouTube、TikTok、Reels、Hacker News、Polymarket 等多个信源,适合做日报简报类交付物,也是"不想每次都甩 /deep research 烧 token"的替代方案。

Firecrawl CLI 专注单一抓取任务,尤其擅长应对带机器人防护的网页。付费版靠专有模型突破更强的反爬,开源版已能覆盖大多数场景;除了抓取,还能与页面交互、发现并爬取站内全部 URL,比 Claude Code 自带的网页搜索更进一步([12:09](https://youtu.be/V2RIVnGCy74?t=729))。

Auto-Research 来自 Karpathy,本质是"装进盒子里的机器学习"——给定一个有客观、可量化成功标准的目标(比如把某个 Python 应用跑得更快),它会自动循环做实验、记录每次尝试的成败,视频里的案例跑了 83 次实验、沉淀出 15 项改进。作者强调这套方法只适用于有明确数值化成功标准的任务([13:18](https://youtu.be/V2RIVnGCy74?t=798))。

### 6. 记忆与知识系统分层:NotebookLM API、Supabase CLI、Obsidian、LightRAG [06:33](https://youtu.be/V2RIVnGCy74?t=393)
[[NotebookLM]] 本身没有官方 API,这个社区 CLI 绕开了这个限制,把网页版能做的事(丢进 PDF、文档、YouTube 视频、生成播客、信息图、幻灯片)搬到终端,还额外提供网页版没有的批量下载、题卡导出等功能。作者最常用的场景是喂 YouTube 链接、拿字幕直接问答。

Supabase CLI 解决的是应用的数据库和鉴权需求——用自然语言让 Claude Code 直接建库、配鉴权,免去手动操作数据库控制台;也可以本地跑。这更偏应用基础设施而非知识记忆本身,但同属"用自然语言收编外部系统"的效率逻辑([14:37](https://youtu.be/V2RIVnGCy74?t=877))。

Obsidian 被作者定位为"最简单的 Claude Code 记忆升级方式"——把电脑上的文件夹指定为 vault,配合 Obsidian 创始人写的 Obsidian skills 仓库教 Claude Code 最佳实践,让它能高效回答关于这些文档的问题。但作者也指出这只是"准知识图谱",真正的知识图谱与 embedding 检索要靠 RAG([15:18](https://youtu.be/V2RIVnGCy74?t=918))。

LightRAG 是作者入门 graph RAG 的首选——轻量、快,能通过 Claude Code 直接跑查询;更进阶的 RAG anything 则突破纯文本、PDF 限制,能处理图片、图表等传统 RAG 系统(包括 Obsidian)难以处理的内容([16:19](https://youtu.be/V2RIVnGCy74?t=979))。

## 可执行步骤
- [ ] 先盘点自己当前 Claude Code 工作流里最痛的一个环节(设计/代码冗余/调研/记忆),只挑一个对应类别的工具试用,不要 17 个一起装。
- [ ] 装任何 skill/CLI 前,先看它是否有对照 demo(如 impeccable.style)能直接看到"有它 vs 没它"的产出差异,再决定要不要用。
- [ ] 需要浏览器自动化时,优先试 CLI 形态而非 MCP 形态,同类能力下前者更省 token。
- [ ] 只有当任务有客观、可量化的成功标准(时间、成本、错误率)时才考虑用 Auto-Research 式的自动优化循环,否则容易空转。
- [ ] 记忆需求按轻重选型:先用 Obsidian 试水,真正需要跨文档关系检索时再上 LightRAG。

## 关联
- 印证:Auto-Research 与《Agentic 工作流课》中"目标+变更手段+标准化评估三前提"的定义一致,本片给出的 83 次实验、15 项改进案例是该框架的一个具体落地样本。
- 印证:Playwright CLI 与《Claude Code 三个浏览器 agent 工具速览》中"比 MCP 更快、token 更省"的结论完全一致,本片补充了它同样适用于前端表单批量测试的用法。
- 印证:Skill Creator 与《Claude Code 六个层级》中的定义一致(创建+改进+评估 skill),本片补充了它的安装方式(`/plugin` 内搜索安装)。

## 术语
- taste skill(对抗"AI 味"设计的开源 skill 包)
- Impeccable(前端设计精修多命令 skill,现为 GitHub Copilot 内置层)
- Ponytail(Claude Code 编码前置检查、以省 token 为目标的仓库)
- Codex plugin(桥接 GPT/Codex 到 Claude Code 的官方插件)
- GWS(非官方 Google Workspace 命令行)
- Firecrawl(专攻反爬网页抓取的工具,分付费/开源版)

## 金句
> "Claude Code tends to be rather verbose and it likes to build things from scratch even if they've already exist." → 一针见血:多数 token 浪费不是模型笨,而是没人要求它先查有没有现成方案。

## 立场与利益
视频中段插入了作者自己 Claude Code Masterclass(Chase AI Plus 内)的推广,是自媒体常规打法;但工具测评部分本身未见明显利益倾斜,17 个工具均为第三方或官方开源项目,作者未标注任何联盟返佣关系。

## 价值定位
面向已经用 Claude Code 一段时间、想通过外部生态(skills/CLI/plugins)进一步提效的用户;是一份工具地图式的信息增量内容,而非某个工具的深度教程——安装、配置、踩坑细节都需要自己再查对应仓库文档。对纯新手意义有限,需要先具备 Claude Code 基础操作经验才能理解每个工具补的是哪个缺口。

## 自检问题
1. Ponytail 是通过什么机制让 Claude Code 少写代码、少费 token 的?
   **答案**:先问一串"是否已存在"的问题(标准库/代码库/原生特性/已装依赖/一行能否解决),都答否才允许写代码,且只写最小实现。[05:27](https://youtu.be/V2RIVnGCy74?t=327)
2. Playwright CLI 相较 Playwright MCP 的核心优势是什么?
   **答案**:同类浏览器自动化能力下,CLI 形态更快、耗费的 token 明显更少。[08:23](https://youtu.be/V2RIVnGCy74?t=503)
3. Auto-Research 适用的前提条件是什么?为什么不能用来优化任意任务?
   **答案**:必须有客观、可量化的成功标准(如运行耗时、错误率),它靠反复实验、记录、迭代逼近最优,没有明确数值目标就无法判断"是否变好"。[13:18](https://youtu.be/V2RIVnGCy74?t=798)
4. Impeccable 和 taste skill 解决的是同一类问题,两者最大的差异点是什么?
   **答案**:Impeccable 多了一个 beta 浏览器实时编辑器,可以在网页上直接圈选元素改设计并即时看到效果,taste skill 没有这个可视化交互层。[01:50](https://youtu.be/V2RIVnGCy74?t=110)
5. Obsidian 和 LightRAG 在"记忆"能力上的本质区别是什么?
   **答案**:Obsidian 是把文件夹当 vault 供 Claude Code 检索的"准知识图谱";LightRAG 是真正基于 embedding 与知识图谱的检索系统,能力更强也更进阶。[16:19](https://youtu.be/V2RIVnGCy74?t=979)

> [!quote] 💬 热门评论 top-18 主 + 2 回(抓取 2026-07-07)
> 
> [3] **@georgepapaioannou3924**:一如既往的好视频。我想知道你有没有推荐的技能来增强HTML可视化和数据信息图。我感觉在用Claude生成现代、动态、吸引人的图表方面遇到了瓶颈。
> [4] **@lukewilsonhere**:喜欢你在强调Obsidian技能，它们可能是我最重要的第三方技能。能够从缓存中查询笔记的前置元数据，而不是读取可能成千上万个文件。15:58刚提到kepano其实不是Obsidian的创始人，他最初是个普通用户和插件开发者，后来成了CEO。这也是我如此喜欢和信任Obsidian的部分原因——掌舵的人懂行。
> [5] **@ChitosVids**:你能做个大师班的演示吗？里面有什么内容等等。我是网页开发者，不确定是否适合我。页面内容很模糊。也许可以列一下课程标题和描述？ 👍 2
> [6] **@arya.retainlabs**:巨大价值，Chase。为了防止“列表疲劳”，你甚至可以搞个“技能创作者展示”赏金活动，让成员必须发布他们构建的一个自定义技能的终端输出来解锁奖励，把被动观众变成主动构建者。总之，好视频！
> [12] **@jd5787**:这些设计技能可以一起用还是从3个中选一个？
> [13] **@frank4pickerson**:如何在VS Code中把提到的插件添加到Claude Code？只有扩展存在
> [14] **@probablyonthemoon**:这些在Codex上也能用吗？还是只适用于Claude
> [17] **@molgan9745**:我们如何确保这些技能是安全的？ 👍 1
> &nbsp;&nbsp;↪ **@edlopez8084**:我们必须阅读“代码”本身/标记文件
> &nbsp;&nbsp;↪ **@mondaybrew**:一个技能可以在你的机器上运行命令，所以它的安全性很大程度上取决于你让它接触多少。我停止为任何与客户工作相关的内容安装市场插件。我改为构建自己的小型技能，每个技能限定在单个客户文件夹内，只访问该工作实际需要的文件和API。任何写操作在运行前都有一个审查步骤。读取数据、拉取报告、起草回复，我让这些自动进行。删除记录、发送消息、推送到实时广告账户的更改，我想先看看。我使用的检查很简单。假设一个技能会做它技术上允许的最坏的事情，然后决定你是否能接受。一个可以在你的机器上运行任意命令而你无法真正看到它在做什么的插件，我不会把它指向客户账户。你无法审查每个插件作者。但你可以把每个技能限制在足够小的空间内，这样即使出错也不会造成大损失。
> ——其他 8 条:感谢/夸赞([2]@Ell4abnaa、[7]@OrangeBoxProductions、[8]@KhaTruong-i2v5r、[9]@hk-null333、[10]@DeshanThathsara、[11]@avq512h、[15]@Joy-ib7nh、[18]@ZoomNBoom);2 条 spam 已略
> <details><summary>英文原文</summary>[1] @Chase-H-AI(UP):Get all video resources + the Claude Code Masterclass 👉 https://www.skool.com/chase-ai 👍 2<br>[2] @Ell4abnaa:For some reason I am totally hooked on your videos. I’ve watched so many YouTube videos on AI but your way is much more better than others. 👍 5<br>[3] @georgepapaioannou3924:Great video like always. I was wondering if you have any preferred skills to enhance  html visualisations and data infographics. I get the feeling that I have reached a dead end with regards to getting Claude to generate modern, dynamic, attractive graphs.<br>[4] @lukewilsonhere:Love that you’re pointing out the Obsidian skills, they are probably my most critical third party skills. The ability to query my notes’ frontmatter from the cache instead of reading potentially thousands of files.  15:58 just got a point out that kepano isn’t naturally at the founder of Obsidian, he was a regular user and plug-in developer who ended up becoming the CEO. Which is part of why I love and trust Obsidian so much—the guy at the helm gets it.<br>[5] @ChitosVids:Can you do a demo on your master class? Whats in it etc. im a web developer and im not sure if it suits my needs. The page is very vague about content. Maybe a list of the lesson titles and descriptions? 👍 2<br>[6] @arya.retainlabs:Massive value, Chase. To prevent '' list fatique,' you can even run a 'Skil Creator Showoff' bounty where members must post the terminal output of one custom skill they built to unlock a reward, turning passive viewers into active builders. Anyway, great vid!<br>[7] @OrangeBoxProductions:Amazing video! Thanks, Chase!<br>[8] @KhaTruong-i2v5r:Quick and to the point! Gj chase awesome video! 🎉<br>[9] @hk-null333:thank you, amazing list!<br>[10] @DeshanThathsara:Video from the sponsor : Me ! .. best ❤. Keep up the great content<br>[11] @avq512h:Love the work you are doing dude! My you grow leaps and bounds.<br>[12] @jd5787:Can/do the design skills work together or pick one out of the 3?<br>[13] @frank4pickerson:How to add the plugins you mentioned in VS Code to Claude Code? Only Extensions exist<br>[14] @probablyonthemoon:Do these all work on Codex too? Or claude only<br>[15] @Joy-ib7nh:You're a G!!<br>[16] @EverettHeperra-f4y:Hello. I have a model that solves AI learning and context menu problems. If you or anyone else is interested in how I came up with this, please let me know. My model is a living memory with unlimited context and the ability to automatically "harmonize" without quality loss or hallucinations. This model is 76 times faster than LanceDB and is still a prototype. Every single search unit in one vector step causes a state change in the entire memory, regardless of its size. Tests on an RTS 5090 don't even show a voltage increase above 100, and the temperature of the video card itself hasn't increased by even 1*. I've accumulated 65GB of the model, and the memory search speed has only increased, vector harmonization outpaces memory learning. The only "but" is that this memory currently can't be adapted to weaker hardware. It's not a matter of resource consumption, but rather, it's vulnerable to dicogenization.<br>[17] @molgan9745:How can we make sure that the skills are safe? 👍 1<br>&nbsp;&nbsp;↪ @edlopez8084:We have to read the “code” it’s self / the mark down files<br>&nbsp;&nbsp;↪ @mondaybrew:A skill can run commands on your machine, so how safe it is really depends on how much you let it touch. I stopped installing marketplace plugins for anything to do with client work. I build my own small skills instead, each one scoped to a single client folder, with access only to the files and APIs that job actually needs.  Anything that writes gets a review step before it runs. Reading data, pulling reports, drafting replies, I let that happen on its own. Deleting records, sending messages, pushing changes to a live ad account, I want to see first.  The check I use is simple. Assume a skill will do the worst thing it's technically allowed to do, then decide if you're ok with that. A plugin that can run arbitrary commands on your machine while you can't really see what it's doing is not something I'd point at a client account.  You can't vet every plugin author. But you can keep each skill boxed into a small enough space that a mistake stays cheap.<br>[18] @ZoomNBoom:lol oh boy…</details>