Connor Holly

Project

Agent Command Center

Mission control for local automations and cloud-deployed AI agents

What It Is

A real-time dashboard that monitors all automation systems running my personal and business infrastructure. Think NASA mission control, but for AI agents.

It tracks two categories of agents: local automations (LaunchAgent scripts running on my Mac) and cloud agents (Claude-powered services deployed on Render).

The dashboard provides health scores, last-run timestamps, log previews, and status indicators so I can spot issues at a glance rather than discovering them when something breaks.

· · ·

Local Agents

  • Morning Operations:Data freshness checks, freewriting prompts, bookmark curation
  • Evening Operations:Screenshot archiving, downloads organization, desktop cleanup
  • Continuous Monitoring:Automated screenshots for timelapse generation
  • Weekly Tasks:Timelapse compilation, usage analytics
· · ·

Cloud Agents (Render)

  • Security Scanner:Daily repo scans for vulnerabilities and secrets
  • Error Analyzer:Sentry error analysis with automatic Linear ticket creation
  • Morning Brief Generator:Synthesizes data from all sources into a daily ops brief
  • Payout Risk Monitor:Flags unusual payout patterns in real-time
· · ·

Design Philosophy

The aesthetic is intentionally "mission control":dark theme with cyan accents, Orbitron typography for that SpaceX feel, subtle grid backgrounds, and scan line effects.

The SVG health ring animates based on system health percentage, shifting from cyan (healthy) to amber (warnings) to red (failures). Agent cards have pulsing status dots and staggered fade-in animations.

· · ·

View the Dashboard

The full dashboard is a standalone interactive document with live clock, tab navigation, and status displays. This is a static snapshot:I periodically update it from my local version.

Open Agent Command Center ↗
· · ·

Built With

Vanilla HTML/CSS/JS • Orbitron + JetBrains Mono fonts • SVG animations • macOS LaunchAgents • Render cron jobs • Claude Agent SDK