agent-management by davila7/claude-code-templates
npx skills add https://github.com/davila7/claude-code-templates --skill agent-management通过统一的 CLI 创建、管理和编排多个 AI 代理。处理完整的代理生命周期:创建、休眠、唤醒、重命名、导出/导入以及插件管理。属于 AI Maestro 套件的一部分。
需要本地运行 AI Maestro,并安装 tmux 3.0+。
# 安装 CLI
git clone https://github.com/23blocks-OS/ai-maestro-plugins.git
cd ai-maestro-plugins && ./install-agent-cli.sh
| 命令 | 描述 |
|---|---|
aimaestro-agent.sh list | 列出所有代理及其状态 |
aimaestro-agent.sh show <agent> | 代理详细信息 |
aimaestro-agent.sh create <name> --dir <path> |
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
| 创建新代理 |
aimaestro-agent.sh update <agent> --task "..." | 更新任务/标签 |
aimaestro-agent.sh delete <agent> --confirm | 删除代理 |
aimaestro-agent.sh rename <old> <new> | 重命名代理 |
aimaestro-agent.sh hibernate <agent> | 保存状态,释放资源 |
aimaestro-agent.sh wake <agent> | 恢复休眠的代理 |
aimaestro-agent.sh restart <agent> | 休眠然后唤醒 |
| 命令 | 描述 |
|---|---|
aimaestro-agent.sh plugin install <agent> <plugin> | 安装插件 |
aimaestro-agent.sh plugin uninstall <agent> <plugin> | 移除插件 |
aimaestro-agent.sh plugin list <agent> | 列出已安装的插件 |
aimaestro-agent.sh plugin marketplace add <agent> <source> | 添加市场 |
| 命令 | 描述 |
|---|---|
aimaestro-agent.sh export <agent> | 导出代理配置 |
aimaestro-agent.sh import <file> | 从文件导入代理 |
# 创建一个后端 API 代理
aimaestro-agent.sh create backend-api \
--dir ~/projects/backend \
--task "使用 TypeScript 构建 REST API" \
--tags "api,typescript"
# 一天结束时 -- 节省资源
aimaestro-agent.sh hibernate frontend-ui
aimaestro-agent.sh hibernate data-processor
# 第二天早上恢复
aimaestro-agent.sh wake frontend-ui --attach
# 在代理上安装插件
aimaestro-agent.sh plugin install backend-api my-plugin
# 在风险更改前备份
aimaestro-agent.sh export backend-api -o backup.json
| 状态 | 含义 |
|---|---|
online | 在 tmux 会话中运行 |
offline | 已注册但无活动会话 |
hibernated | 状态已保存,会话已终止 |
此技能是 AI Maestro 平台的一部分,该平台提供 6 项技能 用于 AI 代理编排:消息传递、记忆、文档、图谱、规划和代理管理。
每周安装量
135
仓库
GitHub 星标数
23.4K
首次出现
2026 年 2 月 23 日
安全审计
安装于
codex134
opencode133
kimi-cli126
gemini-cli126
amp126
github-copilot126
Create, manage, and orchestrate multiple AI agents through a unified CLI. Handles the full agent lifecycle: create, hibernate, wake, rename, export/import, and plugin management. Part of the AI Maestro suite.
Requires AI Maestro running locally with tmux 3.0+.
# Install the CLI
git clone https://github.com/23blocks-OS/ai-maestro-plugins.git
cd ai-maestro-plugins && ./install-agent-cli.sh
| Command | Description |
|---|---|
aimaestro-agent.sh list | List all agents with status |
aimaestro-agent.sh show <agent> | Detailed agent information |
aimaestro-agent.sh create <name> --dir <path> | Create new agent |
aimaestro-agent.sh update <agent> --task "..." | Update task/tags |
aimaestro-agent.sh delete <agent> --confirm | Delete agent |
aimaestro-agent.sh rename <old> <new> | Rename agent |
aimaestro-agent.sh hibernate <agent> | Save state, free resources |
aimaestro-agent.sh wake <agent> | Resume hibernated agent |
aimaestro-agent.sh restart <agent> | Hibernate then wake |
| Command | Description |
|---|---|
aimaestro-agent.sh plugin install <agent> <plugin> | Install plugin |
aimaestro-agent.sh plugin uninstall <agent> <plugin> | Remove plugin |
aimaestro-agent.sh plugin list <agent> | List installed plugins |
aimaestro-agent.sh plugin marketplace add <agent> <source> | Add marketplace |
| Command | Description |
|---|---|
aimaestro-agent.sh export <agent> | Export agent config |
aimaestro-agent.sh import <file> | Import agent from file |
# Create a backend API agent
aimaestro-agent.sh create backend-api \
--dir ~/projects/backend \
--task "Build REST API with TypeScript" \
--tags "api,typescript"
# End of day -- save resources
aimaestro-agent.sh hibernate frontend-ui
aimaestro-agent.sh hibernate data-processor
# Resume next morning
aimaestro-agent.sh wake frontend-ui --attach
# Install a plugin on an agent
aimaestro-agent.sh plugin install backend-api my-plugin
# Backup before risky changes
aimaestro-agent.sh export backend-api -o backup.json
| Status | Meaning |
|---|---|
online | Running in tmux session |
offline | Registered but no active session |
hibernated | Saved state, session killed |
This skill is part of the AI Maestro platform, which provides 6 skills for AI agent orchestration: messaging, memory, docs, graph, planning, and agent management.
Weekly Installs
135
Repository
GitHub Stars
23.4K
First Seen
Feb 23, 2026
Security Audits
Gen Agent Trust HubFailSocketPassSnykFail
Installed on
codex134
opencode133
kimi-cli126
gemini-cli126
amp126
github-copilot126
AI Elements:基于shadcn/ui的AI原生应用组件库,快速构建对话界面
67,500 周安装