/install clawd-presence
Clawd Presence
Terminal-based presence display for AI agents.
Why
Chat has latency. A presence display inverts this - the agent broadcasts state continuously, you glance at it like a clock.
Setup
# Configure (auto-detect from clawdbot or manual)
python3 scripts/configure.py --auto
# or
python3 scripts/configure.py --letter A --name "AGENT"
# Run display in dedicated terminal
python3 scripts/display.py
Update Status
Call from your agent whenever starting a task:
python3 scripts/status.py work "Building feature"
python3 scripts/status.py think "Analyzing data"
python3 scripts/status.py idle "Ready"
python3 scripts/status.py alert "Need attention"
python3 scripts/status.py sleep
States
| State | Color | Use |
|---|---|---|
idle |
Cyan | Waiting |
work |
Green | Executing |
think |
Yellow | Processing |
alert |
Red | Needs human |
sleep |
Blue | Low power |
Auto-Idle
Returns to idle after 5 minutes of no updates. Prevents stale states.
python3 scripts/configure.py --timeout 300 # seconds, 0 to disable
Files
scripts/display.py- Main displayscripts/status.py- Update statusscripts/configure.py- Settingsassets/monograms/- Letter designs A-Z
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install clawd-presence - After installation, invoke the skill by name or use
/clawd-presence - Provide required inputs per the skill's parameter spec and get structured output
What is Clawd Presence?
Physical presence display for AI agents. Shows a customizable monogram (A-Z), status state, and current activity on a dedicated terminal/screen. Provides faster feedback than chat - glance at the display to see what the agent is doing. Use when setting up always-on agent visibility. It is an AI Agent Skill for Claude Code / OpenClaw, with 2477 downloads so far.
How do I install Clawd Presence?
Run "/install clawd-presence" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Clawd Presence free?
Yes, Clawd Presence is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Clawd Presence support?
Clawd Presence is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Clawd Presence?
It is built and maintained by voidcooks (@voidcooks); the current version is v1.0.1.