AI-powered clipboard assistant for macOS — translate, rewrite, summarize, explain code from your menu bar.
AI 增强的 macOS 智能剪贴板助手 — 菜单栏一键翻译、润色、总结、解释代码。
| 图标 Icon | 功能 Feature | 中文说明 | English |
|---|---|---|---|
| 🌍 | 翻译 Translate | 任意语言 → 简体中文 | Any language → English |
| ✍️ | 润色 Rewrite | 零碎笔记 → 专业文案 | Rough notes → polished text |
| 📝 | 总结 Summarize | 长文章 → 核心要点 | Long article → TL;DR |
| 💻 | 解释代码 Explain Code | 任何代码 → 清晰解释 | Any code → clear explanation |
| 🤖 | 自由提问 Ask | 基于剪贴内容任意提问 | Ask anything about clipboard |
中文: 在终端运行以下命令,即可自动安装:
English: Run this in your terminal — it installs everything automatically:
curl -sfL https://raw.githubusercontent.com/monah-studio/SmartClipAI/main/scripts/install.sh | sh安装脚本会自动:
- ✅ 检查 macOS 版本
- ✅ 安装 Python 依赖(rumps, pyperclip)
- ✅ 下载并安装
SmartClipAI.app到/Applications - ✅ 安装
smartclipaiCLI 命令到/usr/local/bin - ✅ 绕过 Gatekeeper(首次可直接双击打开)
安装后即可使用 smartclipai 命令行工具:
中文: SmartClipAI for macOS 提供完整的命令行支持,无需打开 GUI 即可使用。
English: SmartClipAI for macOS comes with a full CLI — no GUI needed for quick actions.
| 命令 Command | 中文说明 | English |
|---|---|---|
smartclipai start |
启动菜单栏应用 | Launch the menu bar app |
smartclipai stop |
退出应用 | Quit the app |
smartclipai status |
查看运行状态 | Check running status |
smartclipai config |
查看 API Key 状态 | Show API key status |
smartclipai config set <key> |
设置 DeepSeek API Key | Set API key in Keychain |
smartclipai config delete |
删除 API Key | Remove API key |
smartclipai translate <text> |
快速翻译 | Quick translate |
smartclipai rewrite <text> |
快速润色 | Quick rewrite |
smartclipai summarize <text> |
快速总结 | Quick summarize |
smartclipai uninstall |
完全卸载 | Complete uninstall |
smartclipai help |
查看所有命令 | Show all commands |
# 设置 API Key / Set API Key
smartclipai config set sk-your-deepseek-key-here
# 启动应用 / Start the app
smartclipai start
# 命令行快速翻译 / Quick translate from CLI
smartclipai translate "The quick brown fox jumps over the lazy dog"
# → 「敏捷的棕色狐狸跳过了懒狗」
# 命令行润色 / Polish text from CLI
smartclipai rewrite "this is a good app i like it"
# → "This is an excellent application. I thoroughly enjoy using it."
# 查看状态 / Check status
smartclipai statusDownload from Releases:
# Or use the CLI to install from a local build
smartclipai installgit clone https://github.com/monah-studio/SmartClipAI.git
cd SmartClipAI
pip install -r requirements.txt
python src/smartclipai.py| 中文 | English | 用途 Purpose |
|---|---|---|
| rumps | macOS Menu Bar Framework | 菜单栏界面 |
| pyperclip | Clipboard Access | 剪贴板读写 |
| DeepSeek V4 Flash API | AI Engine | 翻译/润色/总结/代码解释 |
| pyobjc | macOS Native Bindings | 系统原生交互 |
| macOS Keychain | Secure Storage | API Key 安全存储 |
中文: 这是 30 Apps in 100 Days 挑战的 Day 1 作品。100天内发布 30 个高质量的 macOS 开源工具。
English: This is Day 1 of the 30 Apps in 100 Days challenge — publishing 30 high-quality open-source apps in 100 days.
关注旅程 / Follow the journey: @timwynter on GitHub
中文: PR 欢迎!可以添加的新功能方向:
English: PRs welcome! Ideas for new features:
| 中文 | English |
|---|---|
| 🎨 格式化 JSON/XML/代码 | Format JSON/XML/code |
| 🔍 语法检查 | Grammar check |
| 🌐 多语言翻译 | Multi-language translation |
| 📧 写邮件回复 | Write email replies |
| 🖼️ OCR 图片文字识别 | OCR image text |
This project stands on these open-source projects:
| Project | What it does |
|---|---|
| rumps | macOS menu bar framework |
| PyObjC | Python-ObjectiveC bridge for NSPasteboard |
| OpenAI | Chat & translation API |
| DeepSeek | Chat & translation API |
| Anthropic Claude | Chat & analysis API |
| pyperclip | Cross-platform clipboard access |
| macOS Menu Bar Apps | Sister projects in the Monah ecosystem |
← English · 中文
SmartClipAI — macOS 菜单栏 AI 剪贴板助手:翻译、改写、总结、解释代码。
- 📋 监听剪贴板变化
- 🌐 多语言翻译
- ✍️ AI 改写润色
- 📝 智能摘要
- 💻 代码解释
感谢 rumps(macOS 菜单栏框架)、OpenAI、DeepSeek、Anthropic 提供的 AI API。
中文: MIT 许可证 — 可自由使用、修改、分发。
English: MIT License — free to use, modify, and distribute.
⭐ 如果对你有帮助,请点个 Star!
If you find this useful, please give it a star!
#macOS #clipboard #AI #menubar #translate #rewrite #summarize #deepseek #python #opensource #productivity #tools





