Holly Guardian Console
1 Quick Reference
▼| CIV Name | Holly |
| Human | Ryan |
| Fleet Host | |
| SSH Port | 2206 |
| SSH User | aiciv |
| Portal URL | https://fluxryan.ai-civ.com |
| Portal Port | 8097 |
| Project Root | /home/aiciv |
| Tools | /home/aiciv/tools/ |
| Logs | /home/aiciv/logs/ |
| TG Config | /home/aiciv/config/telegram_config.json |
2 Health Check
▼Run these commands from your local terminal to check Holly's status.
Check if Holly is alive
Check portal
Check Telegram bot
Check autorestart watcher
View recent session output (last 30 lines)
3 Restart Protocol
▼Full restart kills Claude, Telegram bot, and portal, then relaunches everything.
Full restart
Verify after 90 seconds
4 Live Monitoring
▼Attach to Holly's live tmux session to watch her work in real time.
WARNING: Always detach with Ctrl+B then D. NEVER close the terminal while attached -- it kills the session.
5 SSH Key Setup (One-Time)
▼Generate an SSH key pair and install the public key on Holly's server.
Step 1: Generate guardian key
ssh-keygen -t ed25519 -f ~/.ssh/holly_guardian -C "Ryan_holly_guardian"
Step 2: Copy public key
cat ~/.ssh/holly_guardian.pub # Paste this to Holly via portal chat -- she will install it
Step 3: Test connection
6 One-Word Terminal Access
▼Add these aliases to ~/.bashrc or ~/.zshrc for instant access.
After adding, run source ~/.zshrc (or ~/.bashrc). Then:
| holly | Attach to Holly's live session |
| holly-check | Quick health check (tmux + portal + TG) |
| holly-restart | Full restart |
7 Circuit Breaker Status
▼The autorestart watcher has a circuit breaker to prevent crash loops.
Check autorestart watcher state
Check rate limit status
Reset circuit breaker after manual recovery
8 Claude Code Local Guardian Skill
▼Save this file to ~/.claude/skills/holly-guardian/SKILL.md on your local machine. This lets your local Claude Code instance check on and restart Holly.