一个 Chrome 浏览器扩展,让你的 AI 对话更高效
用 ChatGPT 、Claude 这些 AI 工具时,经常遇到这样的问题:
Chat Copilot 就是为了解决这个问题 —— 它会在你发送提示之前,帮你把提示词优化一下,让回答质量更高。

点击优化按钮,自动分析你的提示词,从清晰度、结构、上下文等维度进行增强

所有数据本地存储,不会上传你的对话内容

可以用自己的 API key ,让 AI 帮你优化提示词(可选)
Chrome 商店安装(推荐): https://chromewebstore.google.com/detail/chat-copilot/ignafelbdjojmmofofhldldpgkceflal
开发者模式安装:
git clone https://github.com/hellolib/chat-copilot.git
cd chat-copilot
npm install && npm run build
# 然后在 chrome://extensions/ 加载 build/chat-copilot 目录
GitHub: https://github.com/hellolib/chat-copilot
官网: https://chatcopilot.com.cn
欢迎来试用!如果有问题或建议,欢迎提 issue/PR