经 AI Skill Hub 精选评估,AgentDeck AI 物理控制面板 获评「强烈推荐」。这款Agent工作流在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 8.2 分,适合有一定技术背景的用户使用。
一个将物理控制设备(如ESP32、Android设备)转化为AI编程助手控制面板的开源项目。它为Claude Code等AI Agent提供多界面仪表盘和物理按键操作,适合追求高效开发体验、喜欢硬件交互的开发者。
AgentDeck AI 物理控制面板 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
一个将物理控制设备(如ESP32、Android设备)转化为AI编程助手控制面板的开源项目。它为Claude Code等AI Agent提供多界面仪表盘和物理按键操作,适合追求高效开发体验、喜欢硬件交互的开发者。
AgentDeck AI 物理控制面板 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 克隆仓库 git clone https://github.com/puritysb/AgentDeck cd AgentDeck # 查看安装说明 cat README.md # 按 README 完成环境依赖安装后即可使用
# 查看帮助 agentdeck --help # 基本运行 agentdeck [options] <input> # 详细使用说明请查阅文档 # https://github.com/puritysb/AgentDeck
# agentdeck 配置说明 # 查看配置选项 agentdeck --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export AGENTDECK_CONFIG="/path/to/config.yml"
<p align="center"> <img src="docs/media/agentdeck-icon.png" width="160" alt="AgentDeck icon — aquarium dome with octopus and crayfish on a Stream Deck control surface"> </p>
For the standalone native dashboard, download AgentDeck Dashboard from the App Store — macOS, with an iPhone/iPad companion on the same listing. The Mac app carries its own Swift daemon and needs no Node.js.
For the CLI daemon, terminal dashboard, and external integrations:
npx @agentdeck/setup
This installs the agentdeck CLI and the local daemon, and registers the lifecycle hooks for whichever agent CLI you already have. Nothing else is required — the Stream Deck app, Stream Deck hardware, and Xcode tools are checked and reported, but never block the install.
The two installs compose. Each is complete on its own: the Mac app is a fully standalone dashboard, and the npm CLI is a fully standalone daemon + terminal dashboard. Install both on the same Mac and the app automatically attaches to the CLI daemon, adding the CLI-tier capabilities on top — Claude subscription quota gauges and ADB-driven Android/e-ink surfaces. The legacy managed-terminal tier also retains PTY session launching and cross-machine remote attach while daemon-first replacements are designed and validated. The exact split is documented in docs/appstore-feature-matrix.md.
The CLI path needs: macOS 15+, Windows 11 (guide), or Linux (guide); Node.js 22, 24, or 26; and at least one supported agent. The native App Store dashboard instead requires macOS 26+ and needs no Node.js. iPhone/iPad companions require iOS/iPadOS 17+.
These products are maintained and released by the AgentDeck project. They attach to the same daemon and can be added in any order:
| Official product / integration | How to attach |
|---|---|
| **macOS AgentDeck Dashboard** | [Download on the App Store](https://apps.apple.com/app/id6784822497) — the SwiftUI dashboard carries its own daemon, so it needs no Node.js |
| **iOS / Android AgentDeck Companion** | iPhone/iPad use the same [App Store listing](https://apps.apple.com/app/id6784822497); Android installs from [Google Play](https://play.google.com/store/apps/details?id=dev.agentdeck). Both pair with a daemon over the LAN. |
| **AgentDeck ESP32 Dashboard Firmware** | Flash panels and InkDeck from [**puritysb.github.io/AgentDeck/flash/**](https://puritysb.github.io/AgentDeck/flash/) or run agentdeck esp32 flash <board>. After the first USB flash, supported boards update over Wi-Fi OTA. |
| **Official Stream Deck integration** | Install for Stream Deck / Mini / XL / Plus / + XL from the [Elgato Marketplace](https://marketplace.elgato.com/product/agentdeck-dce3806b-176e-40f2-be7d-e029bec0f464). |
| **Official Ulanzi integration** | Install from the [Ulanzi Studio Marketplace](https://ugc.ulanzistudio.com/contentView/1141). Version 1.0.3 is live for D200H; 1.0.4 is under review and adds D200X LCD-key support. D200X encoders remain unsupported. See the [listing/review status](marketplace/ulanzi/LISTING.md) or [build it yourself](plugin-ulanzi/VERIFY.md). |
| **Official device integrations** | Pixoo64, TC001, Timebox, and iDotMatrix are driven by the daemon — see [docs/devices.md](docs/devices.md). |
Android, Stream Deck, and Ulanzi are companion surfaces. They talk to the AgentDeck daemon the way an OBS plugin talks to OBS, and never embed it. Keep the daemon running on the same computer/network; without it these surfaces show an offline or searching state.
AgentDeck 是一个创新的交互工具,旨在将 Stream Deck 硬件控制能力与强大的 AI 能力相结合。通过将 Claude Code 等 AI 终端集成到 Stream Deck 控制面板中,开发者可以实现对 AI 会话的物理按键控制,提升 AI 辅助编程与自动化任务的交互体验。
在 macOS 环境下,需使用 macOS 15+ (Sequoia) 或更高版本,并确保系统支持 Apple Intelligence 以实��� Foundation Models 的集成。在 Windows 11 环境下,开发者需安装 Node.js (≥ 22) 及 pnpm,并安装 Elgato Stream Deck 官方应用程序以支持硬件交互。
用户可以通过两种方式安装:方式 A 为快速安装,直接运行 `npx @agentdeck/setup` 即可完成配置;方式 B 为源码构建,通过 `git clone` 项目仓库后,执行 `pnpm setup` 命令。该命令会自动检查依赖(如 Claude CLI)、安装 `@elgato/cli`、执行构建并生成必要的图标资源。
项目启动后,开发者可以通过 CLI 命令进行交互。在 macOS 上,您可以利用 Swift 构建的 Dashboard 进行管理;在 Windows 上,核心体验在于通过 Stream Deck 硬件直接驱动 Claude Code 会话,实现物理按键对 AI 终端的精准控制。
配置过程涉及 CLI 与 Stream Deck plugin 的联动。开发者需进入 `bridge` 目录执行 `pnpm link --global`,随后进入 `plugin` 目录使用 `streamdeck link .sdPlugin` 命令进行关联。完成配置后,必须重启 Stream Deck app 以确保插件加载生效。
AgentDeck 提供专门的 CLI 工具 `agentdeck` 用于管理不同的 AI 会话。支持的命令包括:`agentdeck claude` 用于启动集成了 PTY 与 bridge 的 Claude Code 会话;`agentdeck codex` ��于启动 Codex CLI 会话;以及 `agentdeck opencode` 用于通过 SSE bridge 启动 OpenCode 会话。
工作流分为核心桥接与插件链接两个阶段。首先通过 Node.js bridge 建立通信,随后在 `plugin` 目录下执行 `streamdeck link` 命令,在系统插件目录创建符号链接。在 Windows 环境下,虽然 Apple/Android 等原生构建不在范围内,但通过 Node.js bridge、Claude Code hook installer 与 Stream Deck plugin 的组合,仍能实现完整的硬件控制流。
常见问题排查:若 Stream Deck 插件显示 DISCONNECTED,通常是因为 Bridge 未运行,请尝试执行 `agentdeck claude`;若插件每 3 秒自动重连,说明 Bridge 进程已崩溃,需重启命令;若 Bridge 进入断开状态,通常是由于 Claude 进程已退出,建议重新启动会话。
aiskill88点评:将AI工作流从软件延伸至物理触感,极具创意,有效解决了复杂指令输入低效的问题。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
AI Skill Hub 点评:AgentDeck AI 物理控制面板 的核心功能完整,质量优秀。对于自动化工程师和运维人员来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | AgentDeck |
| 原始描述 | 开源AI工作流:Physical controller & multi-surface dashboard for AI coding agents — Stream Deck。⭐127 · C |
| Topics | AI Agent硬件控制开发者工具 |
| GitHub | https://github.com/puritysb/AgentDeck |
| License | MIT |
| 语言 | C |
收录时间:2026-07-11 · 更新时间:2026-07-11 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端