agent-manager-skill
仓库创建 2026年1月15日最近提交 23 天前SkillHot 收录 22 天前
▸ 精选理由
便于本地并行运行与监控代理,适合开发调试与小规模部署。
▸ 风险提示
在服务器上运行需注意权限与持久化数据的安全配置。
这个 Skill 做什么
通过 tmux 管理本地多个 CLI 代理,支持启动、停止、监控与定时任务。
用 tmux 在本地并行管理多个 CLI 代理:启动、停止、查看日志、分配任务并支持定时(cron)调度。当你需要同时跑多个 agent、监控输出或把重复工作交给长期运行的本地代理时会用到。优势是轻量、可脚本化、方便查看日志和把 agent 工作排成定期任务,适合开发和运维场景。
▸ 展开 SKILL.md 英文原文
Manage multiple local CLI agents via tmux sessions (start/stop/monitor/assign) with cron-friendly scheduling.
4.2w
Stars
6.8k
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/agent-manager-skill/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/agent-manager-skill/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Agent Manager Skill ## When to Use Use this skill when you need to: - run multiple local CLI agents in parallel (separate tmux sessions) - start/stop agents and tail their logs - assign tasks to agents and monitor output - schedule recurring agent work (cron) ## Prerequisites Install `agent-manager-skill` in your workspace: ```bash git clone https://github.com/fractalmind-ai/agent-manager-skill.git ``` ## Common commands ```bash python3 agent-manager/scripts/main.py doctor python3 agent-manager/scripts/main.py list python3 agent-manager/scripts/main.py start EMP_0001 python3 agent-manager/scripts/main.py monitor EMP_0001 --follow python3 agent-manager/scripts/main.py assign EMP_0002
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有