by zenolab124
Monet — Multi-engine mission control for coding agents (Claude Code and Codex today). Browse, search, and drive your agent sessions from a native desktop app.
# Add to your Claude Code skills
git clone https://github.com/zenolab124/monetLast scanned: 8/5/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-08-05T06:28:11.719Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}See how monet compares with popular alternatives.
monet is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by zenolab124. Monet — Multi-engine mission control for coding agents (Claude Code and Codex today). Browse, search, and drive your agent sessions from a native desktop app. It has 278 GitHub stars.
Yes. monet passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/zenolab124/monet" and add it to your Claude Code skills directory (see the Installation section above).
monet is primarily written in Rust. It is open-source under zenolab124 on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh monet against similar tools.
No comments yet. Be the first to share your thoughts!
Based on votes and bookmarks from developers who liked this skill
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
你和 Coding Agent 的对话散落在不同终端、项目和会话记录里——想回看要翻,想并行要切,跑长任务还得反复回来确认进度。
Monet 把 Claude Code、Codex 等引擎收进一面墙:所有 Agent 会话可浏览、可搜索、可并行指挥。Agent 干活,Monet 给你眼睛和手。
引擎再多,一面墙。 Claude Code 与 Codex 共用一个档案馆、一套搜索和一面工作台,每个会话带引擎徽标随时分辨。赛马模式让同一道题跨引擎对拼,定时任务也能自由选择执行引擎——选引擎就像选模型一样自然。
像看盘一样指挥你的 Agent。 不限列数的并行会话横向铺开,监控轨上的状态、输出和 token 一眼可见;权限审批、回答提问、失败重试,都能在卡片上直接完成。
多渠道玩家的家。 官方订阅、第三方 API、自建代理、本地模型——不同会话各用各的,聊到一半也能切换。强模型负责攻坚,便宜渠道处理杂活,连接与模型始终清楚可见。
数据主权在你手里。 Claude Code JSONL 与 Codex rollout 架构级只读,Monet 的标题、标签、收藏等增值数据独立存放在 ~/.monet/。本地会话能力离线运行、零遥测、无 Monet 账号体系;只有订阅额度和你主动使用的智能增强会访问相应供应商服务。
Enter 放行 Esc 拒绝Cmd+Shift+M)全程透明Homebrew(macOS):
brew install --cask monet
Monet 已收录进 Homebrew 官方 Cask,无需额外添加 tap 或执行 brew trust。
从旧版 zenolab124/tap 迁移:
brew uninstall --cask monet
brew untap zenolab124/tap
brew install --cask monet
普通卸载只移除 app 和 Homebrew 安装记录,不会删除 ~/.monet/ 中的设置与数据。
或从 Releases 下载:macOS .dmg / Windows 安装包。
macOS 11+(Apple Silicon)享受全部功能;Windows 覆盖核心功能,系统级集成(小组件、菜单栏、睡眠唤醒)为 macOS 专属。
首次打开:Monet 已由 Apple 公证,下载后直接打开即可,无需任何额外授权步骤。从早期未公证版本升级的用户不受影响,应用内更新照常进行。
装完即用,零导入:本机 Claude Code 与 Codex 的历史数据会被自动发现,即使没有安装对应 CLI,也会直接进入同一个档案馆。安装 Codex CLI 后可增加交互运行能力;各引擎的具体状态可在「设置 → 引擎」查看。
git clone https://github.com/zenolab124/monet.git
cd monet
pnpm install
pnpm tauri dev
pnpm tauri build
该命令会构建前端、MCP 二进制与 Tauri 主应用;正式分发产物以 Releases 页面为准。
| 内容 | 位置 | 访问方式 |
|---|---|---|
| Claude Code 会话 | ~/.claude/projects/ |
只读 |
| Codex 会话 | $CODEX_HOME/sessions/ 与 $CODEX_HOME/archived_sessions/(默认 ~/.codex/) |
只读;安装 CLI 后运行操作走官方 App Server |
| Monet 增值数据(标题、标签、定时任务) | ~/.monet/ |
读写 |
| MCP 注册 | ~/.claude/settings.json |
在 mcpServers 下添加 monet 条目 |
本地会话能力离线运行、零遥测、无 Monet 账号体系。订阅额度只访问 Claude/Codex 官方服务,并复用官方客户端已有登录态;Monet 不主动刷新或回写 OAuth 凭据。凭据纪律:API token 不进命令行参数、临时文件即用即删。
遇到问题先别翻文档——把这句丢给你的 AI:
读取 https://raw.githubusercontent.com/zenolab124/monet/main/llms.txt 帮我排查 Monet 的问题。它能自诊常见故障,确认是 bug 还会带上诊断数据帮你提报(无需 GitHub 账号)。
Monet 会取代 Claude Code 或 Codex CLI 吗? 不会——它是这些 CLI 的伴侣。干活的是 Agent,Monet 给你眼睛和手;从终端或 Monet 启动的会话都能统一查看。
我的会话数据安全吗? 原始会话文件架构级只读,代码开源可查。删掉 Monet,你的 Claude Code 与 Codex 会话数据都不会受影响。
装完还要配什么吗? 浏览已有历史无需额外配置;要在 Monet 中新建或继续会话,只需对应 CLI 已安装并登录。多渠道与 AI 增值都是可选进阶。
首次打开有 Gatekeeper 警告? 不应该有——正式版安装包已经 Apple 公证,下载即开。如果仍被拦截,说明装的是早期未公证版本,建议直接下载最新版;也可以到「系统设置 → 隐私与安全性」点击「仍要打开」完成一次性授权。
Windows / Linux? Windows 已支持(核心功能完整,macOS 系统集成除外);Linux 暂无近期计划。
支持哪些 Agent? 当前正式支持 Claude Code 与 Codex,后续引擎可按统一契约继续接入。开发者可参阅 Engine Adapter 指南。