Claude 工具 / Connector 显示 unavailable

之前能用的工具突然灰掉——通常是 Workspace 策略、计划档位或服务端故障。

你昨天还在用 Claude 的 Web Search、Computer Use、或某个 Connector,今天打开发现工具列表里它变灰了、点不动、或显示 “unavailable in your workspace”——你没改任何设置,怎么就用不了了?这种”昨天还行今天不行”的情况,几乎不是 Claude 整体故障(那会上头条),而是你 workspace 状态变了:admin 在后台动了策略、订阅档降级、或者 Anthropic 这边某个 feature 被临时关了。

排查顺序:先看 Anthropic status → 再看自己的 plan → 最后查 workspace admin 策略。颠倒顺序会浪费几小时。

常见原因

按命中率从高到低:

1. Workspace 管理员禁了该工具

Team / Enterprise plan 的 admin 可以在后台一键禁用 Web Search、Computer Use、Connector 等。常见原因是合规审计(数据出境)或月度成本控制。

如何判断:找同一 workspace 其他成员问”你那边 X 工具能用吗”,如果都不能,几乎肯定是被禁了。

2. 你的 plan 不支持该工具

Computer Use、Extended Thinking、某些 enterprise-only Connector 需要更高 plan。如果你的 plan 从 Team 降到 Pro,或试用期结束自动降档,对应工具会灰掉。

如何判断:Settings → Plan → 看当前档;对照 Anthropic Pricing 里每档的 feature 列表。

3. Anthropic 服务端临时维护或 incident

某些工具(特别是新功能)会被临时下线修 bug,status.anthropic.com 上会公告。

如何判断:访问 status 页,看是否有”Partial outage: Tool name”。

4. 区域限制 / 数据驻留策略

某些工具受出口管制限制不能在特定国家 / 地区使用。VPN 切区或公司账号设了 region lock 都可能触发。

如何判断:错误信息含 “not available in your region”;或换网络后能用。

5. Beta / preview feature 未启用

某些工具默认是 “Closed Beta” / “Invite only”。你看到别人在用但自己 workspace 没被加入名单。

如何判断:工具旁有 “Request access” 按钮,或 Anthropic 官方 blog 说这是 Limited Preview。

6. 浏览器缓存 / 旧版 App 不显示新工具

后端 enable 了但你前端缓存还是旧的工具列表。罕见但有时发生。

如何判断:硬刷新(Cmd+Shift+R)或换浏览器看是否出现。

最短修复路径

Step 1:状态页先看

访问 https://status.anthropic.com
  → 看当前是否有 ongoing incidents
  → 看历史 24 小时是否有相关工具的事件

如果有,等修。订阅状态页推送(右上角 Subscribe to updates)。

Step 2:plan 自检

Claude Settings → Account / Plan
  → 看当前 plan 名称
  → 对比 https://www.anthropic.com/pricing 里这个工具是哪一档

如果发现需要升级,可以临时换到允许的 plan 验证一次,再决定要不要长期升。

Step 3:找 admin 问策略

如果是 Team / Enterprise workspace,发邮件给 admin:

Subject: Tool "X" greyed out in our workspace

Hi [admin],

The tool "X" stopped working today in our Claude workspace.
Status page shows no incident. My plan supports X.
Could you check Admin Console → Settings → Tools / Permissions
to see if X was disabled recently?

If it was disabled deliberately, can we discuss re-enabling it?
The team workflow that depends on X is: [describe briefly]

Step 4:硬刷新 + 换浏览器

Cmd+Shift+R (Mac)/ Ctrl+Shift+R (Windows)
或换无痕窗口 / 不同浏览器登录

如果是前端缓存,刷一次就回来。

Step 5:申请 beta access

如果是 Limited Preview 工具,工具卡片旁通常有 “Request access” 按钮,填理由提交。或者直接发邮件给 Anthropic sales(如果你是 Enterprise plan)。

Step 6:暂时启用 fallback

工具一时不能用,准备 fallback 不停工:

Web Search 挂 → 自己 Google 后贴结果给 Claude
Connector 挂 → 文件上传 / 复制粘贴
Computer Use 挂 → 截屏后让 Claude 看截图

记录工具断了多久,方便 admin / 客服查日志。

预防建议

  • 把工作流依赖的工具清单写在 Notion / wiki:工具 → 用途 → fallback
  • 重要工作流不要单点依赖一个工具,准备 alternate path
  • 订阅 status.anthropic.com 推送,提前知道哪些工具有问题
  • Team plan workspace 让 admin 把工具变更通知 team,别静默关
  • Anthropic 新功能通常先 beta,工作流不要立刻深度集成 GA 前的功能
  • 每月 review 一次用到的工具是否仍在 plan 范围内,避免悄悄降级

相关阅读

标签: #Claude #排查 #排查