Three improvements for the Clawdie ISO first-boot desktop: 1. Panel health indicator (xfce4-genmon) - polls colibri socket every 30s - green/red dot + agent count + task count - click to open colibri status in terminal 2. Identity wallpaper generator - overlays hostname, Tailscale IP, Colibri port, FreeBSD release - runs on first boot, caches result - requires ImageMagick (add to ISO pkg list) 3. Join Hive launcher - one-click agent registration in visible terminal - checks daemon → vault creds → detect capabilities → register - idempotent, safe to re-run - pauses on result so operator reads before closing All three scripts + skill.md + desktop entry in skills/iso-visuals/.
9 lines
276 B
Desktop File
9 lines
276 B
Desktop File
[Desktop Entry]
|
|
Type=Application
|
|
Version=1.0
|
|
Name=Join Hive
|
|
Comment=Register this machine as a Colibri agent
|
|
Exec=xfce4-terminal --title "Join Hive" --geometry=80x24 --command "/usr/local/bin/clawdie-join-hive.sh"
|
|
Icon=network-server
|
|
Terminal=false
|
|
Categories=System;Utility;
|