clawd-presence

TotalClaw 作者 totalclaw

AI 代理的物理存在显示。在专用终端/屏幕上显示可定制的字母组合 (A-Z)、状态状态和当前活动。提供比聊天更快的反馈 - 扫一眼显示屏即可了解客服人员正在做什么。在设置始终在线的代理可见性时使用。

安装 / 下载方式

TotalClaw CLI推荐
totalclaw install totalclaw:totalclaw~voidcooks-clawd-presence
cURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/totalclaw%3Atotalclaw~voidcooks-clawd-presence/file -o voidcooks-clawd-presence.md
## 概述(中文)

AI 代理的物理存在显示。在专用终端/屏幕上显示可定制的字母组合 (A-Z)、状态状态和当前活动。提供比聊天更快的反馈 - 扫一眼显示屏即可了解客服人员正在做什么。在设置始终在线的代理可见性时使用。

## 原文

# 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

```bash
# 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:

```bash
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.

```bash
python3 scripts/configure.py --timeout 300  # seconds, 0 to disable
```

## Files

- `scripts/display.py` - Main display
- `scripts/status.py` - Update status
- `scripts/configure.py` - Settings
- `assets/monograms/` - Letter designs A-Z