惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

月光博客
月光博客
O
OpenAI News
S
Schneier on Security
Latest news
Latest news
Security Latest
Security Latest
NISL@THU
NISL@THU
V
Vulnerabilities – Threatpost
酷 壳 – CoolShell
酷 壳 – CoolShell
I
Intezer
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园_首页
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
T
Tailwind CSS Blog
博客园 - Franky
C
CXSECURITY Database RSS Feed - CXSecurity.com
博客园 - 叶小钗
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
Apple Machine Learning Research
Apple Machine Learning Research
V
Visual Studio Blog
爱范儿
爱范儿
小众软件
小众软件
腾讯CDC
T
The Exploit Database - CXSecurity.com
美团技术团队
博客园 - 司徒正美
A
Arctic Wolf
人人都是产品经理
人人都是产品经理
博客园 - 【当耐特】
The Hacker News
The Hacker News
T
Tenable Blog
J
Java Code Geeks
V
V2EX
博客园 - 三生石上(FineUI控件)
罗磊的独立博客
K
Kaspersky official blog
IT之家
IT之家
P
Palo Alto Networks Blog
L
LINUX DO - 热门话题
博客园 - 聂微东
Cloudbric
Cloudbric
PCI Perspectives
PCI Perspectives
C
Cyber Attacks, Cyber Crime and Cyber Security
量子位
Forbes - Security
Forbes - Security
V2EX - 技术
V2EX - 技术
阮一峰的网络日志
阮一峰的网络日志
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
The Cloudflare Blog

博客园 - 立体风

github上关于CMD高级命令知识 CMD命令启动模板 brainstorming SKILL技能完整中文翻译版 Sigmoid 函数的数学起源与定义详解 路径在powershell 配置文件 Profile 和 环境变量 PATH 的区别 当AI构建自身 nana gui库的回调函数 Nana c++ gui库的对话框函数 -- 理解 nana 的运行机制 介绍 MSVC 的编译命令/ Zc CMake 变量 ${CMAKE_CURRENT_BINARY_DIR} 学习 nana c++ 库 (一) AutoHotkey v2 的源码学习路线 Visual Studio 中行号右边的黄色竖条 大O表示法推导 allocate 中为什么有两个L vs的cl.exe 编译器 c++20 基本配置 IT高频词 address Python Install Manager (PIM,官方安装管理器)简介 debian 中 contrib 软件仓库 debian 版本号及 apt 命令对软件的区分 sysctl的历史及常用命令 极限运算的法则 TeX 的 ctex 宏包的基本用法 XeLaTeX 的基本用法 XeLaTeX 介绍 为什么梯度向量 ∇f 指向函数值增长最快的方向 三角函数的余弦定理的证明 向量点积的几何定义的证明 方向导数公式的证明 仿射函数的定义及用途 凸集的定义及证明 在 LaTeX 公式中处理英文单词 梯度下降法 (Gradient Descent)的数学原理。 梯度下降法简介 向量形式表达最小二乘法 线性回归模型的核心数学表达式 risidual 音标和本义 coefficients的音标及本义(线性模型)
更新 claude code 官方插件市场
立体风 · 2026-07-21 · via 博客园 - 立体风

Claude code 插件的管理,以插件市场为纲要。即要安装插件,先看插件市场有什么插件,再说安装什么插件。

Claude Code 的官方插件市场是:

claude-plugins-official

更新它不是更新插件本身,而是先刷新市场目录(marketplace catalog)。官方市场通常自动可用,但如果出现插件找不到、列表过期等情况,需要手动刷新。(Claude)


方法1:在 Claude Code 内更新(推荐)

进入 Claude:

claude

执行:

/plugin marketplace update claude-plugins-official

例如:

/plugin marketplace update claude-plugins-official

作用:

GitHub/官方源
        ↓
更新本地 marketplace 索引
        ↓
~/.claude/plugins/marketplaces/claude-plugins-official

(Claude)


方法2:PowerShell 外部更新

直接运行:

claude plugin marketplace update claude-plugins-official

如果想更新所有 marketplace:

claude plugin marketplace update

官方文档说明,不指定名称时会更新所有已配置 marketplace。(Claude)


查看当前 marketplace

claude plugin marketplace list

示例:

Name                         Source
------------------------------------------------
claude-plugins-official      anthropics/claude-plugins-official
superpowers-marketplace      obra/superpowers-marketplace

(Claude)


更新插件本身

注意:

更新 marketplace ≠ 更新插件

例如你安装:

claude plugin install superpowers@claude-plugins-official

更新插件:

claude plugin update superpowers@claude-plugins-official

查看已安装插件:

claude plugin list

(Claude)


完整流程示例

假设你安装了官方 superpowers:

1. 刷新官方市场

claude plugin marketplace update claude-plugins-official

2. 查看插件

claude plugin list

3. 更新插件

claude plugin update superpowers@claude-plugins-official

如果市场损坏或不存在

重新添加官方 marketplace:

claude plugin marketplace add anthropics/claude-plugins-official

然后:

claude plugin marketplace update claude-plugins-official

(Claude)


查看插件市场的具体内容

可以在 claude 内部命令 plugins -> marketplaces 中有具体的信息,如下:

Plugins Discover Installed Marketplaces Errors

Manage marketplaces

❯ + Add Marketplace

● ✻ claude-plugins-official ✻
anthropics/claude-plugins-official
258 available • Updated 2026/7/21

● superpowers-marketplace
obra/superpowers-marketplace
10 available • 1 installed • Updated 2026/7/20