Claude Skill
builderz-labs/mission-control
Mission Control 是一个开源、自托管的 AI 智能体编排平台。从单一仪表板调度任务、运行多智能体工作流、监控成本并管理运营。基于 TypeScript、Next.js 和 SQLite 构建。
概览
仓库信息
安装这个 Skill
git clone https://github.com/builderz-labs/mission-control.gitRegistry 信息
git clone https://github.com/builderz-labs/mission-control.gitdocker run --rm -p 3000:3000 ghcr.io/builderz-labs/mission-control:latest
项目简介
Mission Control 是一个开源、自托管的 AI 智能体编排平台,您可以从一个仪表板调度任务、运行多智能体工作流、监控成本并管理运营。基于 TypeScript 和 Next.js 构建,支持 Claude 及其他 LLM,集成 MCP,并使用 SQLite 存储数据,便于部署。
Self-hosted AI agent orchestration platform: dispatch tasks, run multi-agent workflows, monitor spend, and govern operations from one mission control dashboard.
要点
- 从单一仪表板编排多智能体工作流
- 自托管部署,使用 SQLite 保障数据隐私
- 任务调度与智能体操作的实时监控
- LLM 使用成本追踪与治理控制
- 基于 TypeScript 和 Next.js,支持 Claude 和 MCP
使用场景
- 编排 AI 智能体实现自动化客户支持工作流
- 跨多个团队监控和控制 LLM 使用成本
- 通过智能体协作运行复杂的多步骤研究任务
- 自托管私有 AI 运营中心以满足企业合规要求
- 利用 AI 驱动的自动化管理开发者工具流水线
README 摘要
<div align="center"> # Mission Control **Open-source dashboard for AI agent orchestration.** Manage AI agent fleets, dispatch tasks, track costs, and coordinate multi-agent workflows — self-hosted, zero external dependencies, powered by SQLite. [](LICENSE) [](https://nextjs.org/) [](https://typescriptlang.org/) [-brightgreen)](https://github.com/builderz-labs/mission-control) [](https://github.com/builderz-labs/mission-control/stargazers) [](https://github.com/builderz-labs/mission-control/network/members) [](https://github.com/builderz-labs/mission-control/commits/main) [](https://github.com/builderz-labs/mission-control/issues)  </div> --- > **Alpha Software** — Mission Control is under active development. APIs, database schemas, and configuration formats may change between releases. Review the [security considerations](#security) before deploying to production. ## Contents - [Quick Start](#quick-start) - [Why teams adopt Mission Control](#why-teams-adopt-mission-control) - [Use-case recipes](#use-case-recipes) - [Getting Started with