Holly Guardian
Management Console

Holly Guardian Console

Last checked: never

1 Quick Reference

CIV NameHolly
HumanRyan
Fleet Host
SSH Port2206
SSH Useraiciv
Portal URLhttps://fluxryan.ai-civ.com
Portal Port8097
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.


          

          

          

          

          

3 Restart Protocol

Full restart kills Claude, Telegram bot, and portal, then relaunches everything.


          

          

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.

ssh-keygen -t ed25519 -f ~/.ssh/holly_guardian -C "Ryan_holly_guardian"
cat ~/.ssh/holly_guardian.pub
# Paste this to Holly via portal chat -- she will install it

          

6 One-Word Terminal Access

Add these aliases to ~/.bashrc or ~/.zshrc for instant access.


          

After adding, run source ~/.zshrc (or ~/.bashrc). Then:

hollyAttach to Holly's live session
holly-checkQuick health check (tmux + portal + TG)
holly-restartFull restart

7 Circuit Breaker Status

The autorestart watcher has a circuit breaker to prevent crash loops.


          

          

          

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.