Cursor Doctor — 光标医生
v1.0.0诊断 and fix Cursor IDE errors — MCP 命令行工具ent Closed, crashes, AI 代理 失败s, and more. 16 error 签名atures across 6 categories with one-command auto-f...
运行时依赖
安装命令
点击复制本土化适配说明
Cursor Doctor — 光标医生 安装说明: 安装命令:["openclaw skills install cursor-doctor"] 支持国内镜像加速,使用 --registry https://cn.longxiaskill.com 参数可加速下载
技能文档
Cursor Doctor 使用一条命令诊断和修复Cursor IDE错误。该工具由77个真实的中国开发者在V2EX上的痛点信号构建而成,能够修复导致开发者放弃的Cursor问题。 何时使用 Cursor崩溃或意外冻结 “MCP Client Closed” / “Agent execution failed”错误 AI自动补全或聊天停止响应 Cursor更新后无法启动 Git同步、代理或扩展冲突 工作原理 # 诊断问题 cursor-doctor diagnose # 自动修复所有检测到的问题 cursor-doctor fix # 显示所有已知的错误签名 cursor-doctor signatures # 匹配特定的错误消息 cursor-doctor match "MCP client closed unexpectedly" 错误覆盖 类别 签名 典型修复 MCP / Agent 连接 3 扩展重置 + 端口检查 崩溃 / 冻结 3 缓存清除 + GPU禁用 AI / Agent 故障 3 模型切换 + 令牌重置 网络 / 代理 2 代理绕过 + 证书更新 配置 / 环境 3 settings.json还原 文件 / 同步 2 重新索引 + 锁文件清理 安装 git clone https://github.com/minirr890112-byte/cursor-doctor.git cd cursor-doctor pip install -e . 源码 github.com/minirr890112-byte/cursor-doctor