{"skill":{"slug":"clawd-presence","displayName":"Clawd Presence","summary":"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.","description":"---\nname: clawd-presence\ndescription: 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.\n---\n\n# Clawd Presence\n\nTerminal-based presence display for AI agents.\n\n## Why\n\nChat has latency. A presence display inverts this - the agent broadcasts state continuously, you glance at it like a clock.\n\n## Setup\n\n```bash\n# Configure (auto-detect from clawdbot or manual)\npython3 scripts/configure.py --auto\n# or\npython3 scripts/configure.py --letter A --name \"AGENT\"\n\n# Run display in dedicated terminal\npython3 scripts/display.py\n```\n\n## Update Status\n\nCall from your agent whenever starting a task:\n\n```bash\npython3 scripts/status.py work \"Building feature\"\npython3 scripts/status.py think \"Analyzing data\"\npython3 scripts/status.py idle \"Ready\"\npython3 scripts/status.py alert \"Need attention\"\npython3 scripts/status.py sleep\n```\n\n## States\n\n| State | Color | Use |\n|-------|-------|-----|\n| `idle` | Cyan | Waiting |\n| `work` | Green | Executing |\n| `think` | Yellow | Processing |\n| `alert` | Red | Needs human |\n| `sleep` | Blue | Low power |\n\n## Auto-Idle\n\nReturns to idle after 5 minutes of no updates. Prevents stale states.\n\n```bash\npython3 scripts/configure.py --timeout 300  # seconds, 0 to disable\n```\n\n## Files\n\n- `scripts/display.py` - Main display\n- `scripts/status.py` - Update status\n- `scripts/configure.py` - Settings\n- `assets/monograms/` - Letter designs A-Z\n","tags":{"latest":"1.0.1"},"stats":{"comments":0,"downloads":2976,"installsAllTime":1,"installsCurrent":1,"stars":3,"versions":2},"createdAt":1769728223240,"updatedAt":1778485868789},"latestVersion":{"version":"1.0.1","createdAt":1769729015501,"changelog":"Initial release: physical presence display for AI agents","license":null},"metadata":null,"owner":{"handle":"voidcooks","userId":"s17dse757argwyqsc9zvtpkp9x8852j9","displayName":"voidcooks","image":"https://avatars.githubusercontent.com/u/195980960?v=4"},"moderation":null}