by Code-Amadeus
Public home for Amadeus, a noncommercial desktop AI OS interface for Windows 11 (alpha; source release pending audit).
# Add to your Claude Code skills
git clone https://github.com/Code-Amadeus/AmadeusLast scanned: 8/29/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-08-29T10:49:52.518Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}Amadeus is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by Code-Amadeus. Public home for Amadeus, a noncommercial desktop AI OS interface for Windows 11 (alpha; source release pending audit). It has 153 GitHub stars.
Yes. Amadeus 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/Code-Amadeus/Amadeus" and add it to your Claude Code skills directory (see the Installation section above).
Amadeus is primarily written in Python. It is open-source under Code-Amadeus 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 Amadeus against similar tools.
No comments yet. Be the first to share your thoughts!
⚠️ 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.
点击画面观看 10 分钟完整演示
[!IMPORTANT] 源码正在整理与发布审计中。 当前仓库用于公开项目方向、演示和发布进度,尚未包含可构建运行的源代码,因此目前还不是正式源码发行版。
今天的语音助手、桌面角色与执行型 Agent 往往分散在不同窗口里:一个负责聊天,一个负责表演,另一个在终端或浏览器中工作。长任务开始后,用户又很难知道它进行到了哪里、需要什么权限,以及失败后能否继续。
Amadeus 试图把这些体验连成一个闭环:
Amadeus 并不是给聊天窗口加一张立绘,也不是把 IDE 缩小后塞进桌面。它更接近一层面向本地 AI OS 的交互界面:角色负责交流和叙述,专业 Agent 负责执行,系统负责状态、边界和恢复。
| 实时对话与角色表现 | 场景化工作状态 |
|---|---|
![]() |
![]() |
| 语音、字幕、口型与表情绑定到真实播放进度。 | 后台任务会驱动角色行为、场景状态和结果叙述。 |
演示视频展示了实时语音、角色表现、桌面场景、Browser / OpenClaw 任务以及论文检索流程。Coding Agent 与游戏陪玩方向仍在继续开发,将在后续演示和源码版本中逐步公开。
[!NOTE] 演示画面中的角色、场景、声音及其他第三方素材仅用于原型展示,不属于 Amadeus 的开源范围。正式发行不会包含未获得再分发许可的素材。
| 能力 | 当前内部版本 |
|---|---|
| 可打断实时语音 | 共享麦克风生命周期、唤醒与连续对话、Qwen3-ASR / SenseVoice 路径、两段式端点、AEC 回声保护,以及贯穿 LLM、TTS 和物理播放的全链路中断。 |
| 流式表达时间线 | 多 LLM 后端、Hybrid 首句、分句流式 TTS、有序并发播放、双轨字幕;表情和动作在对应语句真正开始播放时触发。 |
| 角色与桌面场景 | SpriteForge 图状态机、PixiJS 场景运行时、口型和情绪同步,并通过 Wallpaper Engine / Lively 桥接到桌面壁纸。 |
| Provider Runtime | 在统一事件和权限边界后接入 OpenClaw、Browser Provider 与 Locus;主对话无需亲自完成所有工具工作。 |
| 持久任务控制面 | SQLite Work Ledger、独立 RunAttempt、Continue / Retry / Resume、重启恢复、Task Dock、Artifact Registry 与结构化 Diff。 |
| 用户控制与审计 | 作用域权限对象、一次性本地导出、过期操作保护、受控本地动作入口,以及叙述层与原始工具日志分离。 |
TurnCoordinator 统一管理轮次身份、确认与作废、聊天、TTS / 播放 epoch,以及真正的播放完成时刻。WorkItem 可以包含多次 RunAttempt;进程退出成功不等于用户目标已经完成。点击下图查看 1800 × 1120 原始尺寸:
Locus 不是第三个 Coding Agent,也不是另一个模型。它是 Amadeus 面向 Coding CLI 的稳定网关:
Amadeus
→ Locus Local Job API
→ runtime.id = claude-code → Claude Code CLI
→ runtime.id = codex → Codex CLI
它的运行时切换角色与 CC Switch 有相似之处,但职责更靠近执行内核:除选择 CLI 外,Locus 还吸收不同 CLI 的协议和流式输出差异,并提供稳定 Job API、持久事件序列与断线恢复。Amadeus 因此只消费统一的状态、工具事件、终端输出、文件产物、Diff 和最终结果。
| 范围 | 状态 |
|---|---|
| 实时对话、角色具身、桌面场景 | 已在内部版本与演示中运行 |
| OpenClaw / Browser Provider | 已有端到端原型与任务控制面 |
| Locus → Claude Code / Codex | 接入层和运行时选择已实现,仍在整理公开配置与验收 |
| 自动 Worktree 隔离 | 代码与离线测试已完成,默认开关仍关闭,等待完整真机验收 |
| 通用屏幕 / 窗口 / 摄像头视觉 | 浏览器观察链已工作;通用视觉上下文仍在收敛 |
| VN Player 与游戏陪玩 | 后端 MVP 已存在,前端控制与通用 Hooker 桥仍在开发 |
| 可安装公开发行版 | 尚未完成依赖、素材、模型、配置与许可证边界整理 |
“内部已经实现”不等于“已经整理成可复现的公开发行版”。首次源码发布会优先保证边界清晰、配置诚实和最小可运行。
首次源码版本预计包含核心运行时代码、必要配置示例和基础使用文档。API Key、Token、个人配置、会话数据、模型权重、日志、缓存及未获得再分发许可的素材不会随源码发布。
本公开仓库的提交历史从源码发布准备阶段开始。此前的内部研发历史保留在非公开仓库中;正式源码会作为经过整理和审计的公开版本提交到这里。
本仓库目前尚未发布源码。首方代码计划采用 source-available、禁止商业使用 的 PolyForm Noncommercial 1.0.0;许可证正文与第三方 notices 会随首个源码版本一并公布。在此之前,请勿将当前仓库视为已经授予代码或媒体素材的使用、修改或再分发许可。
欢迎 Star 或 Watch 本仓库,关注源码发布进度。