2026-06-20 08:24:18 +02:00
|
|
|
CLAWDIE OPERATOR USB — START HERE
|
|
|
|
|
=================================
|
|
|
|
|
|
|
|
|
|
This desktop opens quiet on purpose.
|
|
|
|
|
Colibri runs in the background; you choose when to open the operator UI.
|
|
|
|
|
|
|
|
|
|
FIRST ACTIONS
|
|
|
|
|
-------------
|
|
|
|
|
|
|
|
|
|
1. Save any notes you want in this file or close it.
|
|
|
|
|
2. Open "Colibri Dashboard" on the desktop when you are ready.
|
2026-06-23 10:49:38 +02:00
|
|
|
3. Run 'mdo -u root hw-report' in a terminal if this machine needs diagnostics.
|
2026-06-20 08:24:18 +02:00
|
|
|
|
|
|
|
|
COLIBRI
|
|
|
|
|
-------
|
|
|
|
|
|
|
|
|
|
The daemon should already be running.
|
|
|
|
|
|
|
|
|
|
Check:
|
|
|
|
|
service colibri_daemon status
|
|
|
|
|
|
|
|
|
|
If needed:
|
|
|
|
|
mdo -u root service colibri_daemon start
|
|
|
|
|
|
|
|
|
|
Desktop launcher:
|
|
|
|
|
Colibri Dashboard
|
|
|
|
|
|
|
|
|
|
Terminal commands:
|
|
|
|
|
colibri status
|
|
|
|
|
colibri snapshot
|
|
|
|
|
colibri list-tasks
|
|
|
|
|
colibri list-skills
|
|
|
|
|
colibri-mcp tools
|
|
|
|
|
|
|
|
|
|
SECRETS / PROVIDERS
|
|
|
|
|
-------------------
|
|
|
|
|
|
|
|
|
|
Provider env:
|
|
|
|
|
/usr/local/etc/colibri/provider.env
|
|
|
|
|
|
|
|
|
|
If you are using Vaultwarden bootstrap:
|
|
|
|
|
- the image already knows the Clawdie Vaultwarden URL
|
|
|
|
|
- add BW_CLIENTID, BW_CLIENTSECRET, and BW_PASSWORD
|
|
|
|
|
- keep the file mode 0600
|
|
|
|
|
- restart colibri_daemon after edits
|
|
|
|
|
|
|
|
|
|
Example:
|
|
|
|
|
mdo -u root ee /usr/local/etc/colibri/provider.env
|
|
|
|
|
mdo -u root chmod 600 /usr/local/etc/colibri/provider.env
|
|
|
|
|
mdo -u root service colibri_daemon restart
|
|
|
|
|
|
|
|
|
|
LIVE SEED
|
|
|
|
|
---------
|
|
|
|
|
|
|
|
|
|
Seed partition label:
|
|
|
|
|
CLAWDIESEED
|
|
|
|
|
|
2026-06-22 08:56:46 +02:00
|
|
|
If this stick was seeded with provider keys, there is nothing to do: the
|
|
|
|
|
agent's keys were loaded before the daemon started, so Colibri auto-spawns
|
|
|
|
|
the agent on boot. Check with:
|
|
|
|
|
colibri status
|
|
|
|
|
|
2026-06-20 08:24:18 +02:00
|
|
|
Readable operator guide:
|
|
|
|
|
/usr/local/share/clawdie-iso/seed/README.txt
|
|
|
|
|
|
|
|
|
|
REFERENCE
|
|
|
|
|
---------
|
|
|
|
|
|
|
|
|
|
Full HTML reference:
|
|
|
|
|
/usr/local/share/clawdie-iso/bootstrap/index.html
|
|
|
|
|
|
|
|
|
|
Open manually:
|
|
|
|
|
firefox file:///usr/local/share/clawdie-iso/bootstrap/index.html
|
|
|
|
|
|
|
|
|
|
HARDWARE REPORT
|
|
|
|
|
---------------
|
|
|
|
|
|
|
|
|
|
Terminal:
|
|
|
|
|
mdo -u root hw-report
|
|
|
|
|
|
|
|
|
|
PRIVILEGE MODEL
|
|
|
|
|
---------------
|
|
|
|
|
|
|
|
|
|
This USB does not use sudo.
|
|
|
|
|
Use:
|
|
|
|
|
mdo -u root <command>
|