SkillAgentSearch skills...

AgEnD

Multi-agent fleet daemon — run Claude Code, Gemini CLI, Codex, and OpenCode from Telegram with cross-instance collaboration

Install / Use

/learn @suzuke/AgEnD
About this skill

Quality Score

0/100

Supported Platforms

Claude Code
Claude Desktop
Gemini CLI
OpenAI Codex

README

AgEnD

npm License: MIT Node.js >= 20

Agent Engineering Daemon — run a fleet of AI coding agents from your phone.

One Telegram bot, multiple CLI backends (Claude Code, Gemini CLI, Codex, OpenCode), unlimited projects. Each Forum Topic is an independent agent session with crash recovery and zero babysitting.

繁體中文

⚠️ All CLI backends run with --dangerously-skip-permissions (or equivalent). See Security.

Problems agend solves

| Without agend | With agend | |---|---| | Close the terminal, agent goes offline | Runs as a system service — survives reboots | | One terminal = one project | One bot, unlimited projects running in parallel | | Long-running sessions accumulate stale context | Auto-rotates sessions by max age to stay fresh | | No idea what your agents are doing overnight | Daily cost reports + hang detection alerts | | Cron tasks disappear when the session ends | Persistent schedules backed by SQLite | | Rate limited on one model, everything stops | Auto-failover to backup models | | Can't approve tool use from your phone | Inline Telegram buttons with countdown + Always Allow | | Agents work in silos, can't coordinate | Peer-to-peer collaboration via MCP tools | | Runaway costs from unattended sessions | Per-instance daily spending limits with auto-pause |

Quick start

brew install tmux               # macOS (prerequisite)
npm install -g @suzuke/agend    # install
agend init                      # interactive setup
agend fleet start               # launch the fleet

Features

  • Fleet mode — one bot, N projects, each in its own Telegram Forum Topic
  • Persistent schedules — cron-based tasks that survive restarts (SQLite-backed)
  • Context rotation — auto-restart long-running sessions to keep context fresh (max-age based)
  • Peer-to-peer collaboration — agents discover, wake, and message each other via MCP tools
  • General Topic — natural language dispatcher that routes tasks to the right agent
  • Permission relay — inline Telegram buttons for Allow/Deny with countdown + Always Allow
  • Voice messages — Groq Whisper transcription, talk to your agents
  • Cost guard — per-instance daily spending limits with auto-pause
  • Hang detection — auto-detect stuck sessions, notify with restart buttons
  • Model failover — auto-switch to backup model on rate limits
  • Daily summary — fleet cost report posted to Telegram
  • External sessions — connect local Claude Code to the fleet via IPC
  • Discord adapter — use Discord instead of (or alongside) Telegram
  • Health endpoint — HTTP API for external monitoring
  • Webhook notifications — push events to Slack or custom endpoints
  • System service — one command to install as launchd/systemd service

Requirements

  • Node.js >= 20
  • tmux
  • Claude Code CLI (claude)
  • Telegram bot token (@BotFather)
  • Groq API key (optional, for voice)

Documentation

Known limitations

  • macOS (launchd) and Linux (systemd) supported; Windows is not
  • Official Telegram plugin in global enabledPlugins causes 409 polling conflicts

License

MIT

Related Skills

View on GitHub
GitHub Stars21
CategoryDevelopment
Updated1h ago
Forks2

Languages

TypeScript

Security Score

75/100

Audited on Apr 1, 2026

No findings