/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
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install clawd-presence - 安装完成后,直接呼叫该 Skill 的名称或使用
/clawd-presence触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2477 次。
如何安装 Clawd Presence?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install clawd-presence」即可一键安装,无需额外配置。
Clawd Presence 是免费的吗?
是的,Clawd Presence 完全免费(开源免费),可自由下载、安装和使用。
Clawd Presence 支持哪些平台?
Clawd Presence 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Clawd Presence?
由 voidcooks(@voidcooks)开发并维护,当前版本 v1.0.1。