Open Source · MIT License

AGENTIC [TOOL] OPTIMIZATION_

The multi-LLM control panel for AI coding tools. Manage Claude, Codex, OpenClaw, and Hermes — skills, automations, cron jobs, and context — all from one dashboard.

4
AI Runtimes
8
MCP Tools
MIT
Open Source

AI coding tools are fragmented

🔀

Too many tools, no dashboard

Claude Code, Codex, OpenClaw, Hermes — each has its own skills, config, and CLI. No unified way to manage them all.

📂

Skills across runtimes

Claude uses ~/.claude/skills/, Codex uses ~/.codex/skills/, OpenClaw has workspace files. No way to see or manage them together.

Agent jobs fail silently

Scheduled agent tasks run in the background with no visibility. When a cron job fails, you don't know until it's too late.

One dashboard for all your AI coding agents

Multi-Runtime Context

Per-runtime context breakdown. Switch between Claude, Codex, OpenClaw, and Hermes to see what each agent has loaded. Skills shown as on-demand — not counted in the total.

  • Runtime tabs: Claude / Codex / OpenClaw / Hermes
  • "Not connected" state for uninstalled runtimes
  • Color warnings at 75% and 90% usage
Context Usage 67,234 / 200,000 tokens · 33.6%
System (30K) Skills (12K) MCP (8K) CLAUDE.md (5.2K) Conversation (12K) Free (132.8K)

Skills Manager + Marketplace

Manage skills across all runtimes with per-runtime tabs. Browse the marketplace, install community skills, or ask AI to create one for you.

  • Per-runtime tabs: Claude / Codex / OpenClaw / Hermes
  • AI skill creation: describe what you want, AI writes it
  • In-app approval dialog for file saves
code-review.md
2,340 tokens
testing-patterns.md
1,876 tokens
api-conventions.md
3,102 tokens
⚠ legacy-rules.md
conflict

Automation Builder

Visual workflow editor that auto-detects flows from your installed skills. Any skill with Step or Phase headers becomes a visual automation.

  • Auto-generates flows from skill content
  • Per-node runtime selection (mix agents)
  • Run workflows with one click
Today
45,230
$0.68 estimated
Burn Rate
12.4K/hr
~6.2h to limit
This Week
312K
$4.68 total
This Month
1.2M
$18.40 total

Cron Monitor

Schedule agent jobs with any runtime. Google Calendar view shows execution status — click any day to see the output or error.

  • Calendar view with green/red execution status
  • Click to inspect: see output or error details
  • Smart failure detection + alert banner
filesystem
stdio 12 tools 23ms
github
stdio 8 tools 45ms
postgres
stdio 5 tools 120ms
slack
sse timeout

MCP Server with 8 tools

Connect ATO to any MCP-compatible agent. Query runtime health, manage skills, and read execution logs.

$ npx ato-mcp # 8 tools available: get_context_usage list_skills / toggle_skill get_usage_stats get_mcp_status get_runtime_status # any runtime get_all_runtime_statuses get_agent_logs # Add to ~/.claude/settings.json: { "mcpServers": { "ato": { "command": "npx", "args": ["ato-mcp"] } } } # Available tools: get_context_usage — Context window breakdown list_skills — All skills with token counts toggle_skill — Enable/disable skills get_usage_stats — Token and cost analytics get_mcp_status — MCP server health

Built for developers

Desktop

offline-first
  • Tauri 2.x framework
  • SQLite local database
  • ~5MB installer size
  • File watcher for live updates
Sync

Pro Features

opt-in
  • Railway deployment
  • PostgreSQL database
  • Team features & sharing
  • Cross-device sync

Available in English, Português, and Español

English EN
Português PT
Español ES

Download ATO

Free, open source, and ready for your platform.

Or install just the MCP server: npx ato-mcp

Part of the Agentic Tool ecosystem