agent-manager-skill
仓库创建 2026年1月15日最近提交 4 小时前SkillHot 收录 4 小时前
▸ 精选理由
简化本地多代理并行运行与运维,便于日志与任务分配。
▸ 风险提示
安装或运行脚本会执行本地 shell 命令,注意权限与安全。
这个 Skill 做什么
用 tmux 管理本地多个 CLI 代理,支持启动、停止、监控与定时调度。
用 tmux 在本地并行管理多个 CLI agent,能启动、停止、查看日志并分配任务,支持把每个 agent 放在独立的 tmux session 里运行。可以实时 tail 输出、监控状态,还支持用 cron 做定时调度。特点是轻量、上手快,适合开发和运维时并行跑多个 agent 进程。
▸ 展开 SKILL.md 英文原文
Manage multiple local CLI agents via tmux sessions (start/stop/monitor/assign) with cron-friendly scheduling.
4.4w
Stars
6.5k
Forks
40
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/sickn33/agentic-awesome-skills/main/skills/agent-manager-skill/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/sickn33/agentic-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 公开信息 · 原文版权归作者所有