AI 代理的物理存在显示。在专用终端/屏幕上显示可定制的字母组合 (A-Z)、状态状态和当前活动。提供比聊天更快的反馈 - 扫一眼显示屏即可了解客服人员正在做什么。在设置始终在线的代理可见性时使用。
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install clawd-presence或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install clawd-presence⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/clawd-presence/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: clawd-presence description: 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. ---
Terminal-based presence display for AI agents.
Chat has latency. A presence display inverts this - the agent broadcasts state continuously, you glance at it like a clock.
# 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
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
| State | Color | Use | |-------|-------|-----| | idle | Cyan | Waiting | | work | Green | Executing | | think | Yellow | Processing | | alert | Red | Needs human | | sleep | Blue | Low power |
Returns to idle after 5 minutes of no updates. Prevents stale states.
python3 scripts/configure.py --timeout 300 # seconds, 0 to disable
scripts/display.py - Main displayscripts/status.py - Update statusscripts/configure.py - Settingsassets/monograms/ - Letter designs A-Z安装 克劳德存在 后,可以对 AI 说这些话来触发它
Help me get started with Clawd Presence
Explains what Clawd Presence does, walks through the setup, and runs a quick demo based on your current project
Use Clawd Presence to physical presence display for AI agents
Invokes Clawd Presence with the right parameters and returns the result directly in the conversation
What can I do with Clawd Presence in my developer & devops workflow?
Lists the top use cases for Clawd Presence, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/clawd-presence/ 目录(个人级,所有项目可用),或 .claude/skills/clawd-presence/(项目级)。重启 AI 客户端后,用 /clawd-presence 主动调用,或让 AI 根据上下文自动发现并使用。
克劳德存在 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
克劳德存在 可免费安装使用。请查阅仓库了解许可证信息。
AI 代理的物理存在显示。在专用终端/屏幕上显示可定制的字母组合 (A-Z)、状态状态和当前活动。提供比聊天更快的反馈 - 扫一眼显示屏即可了解客服人员正在做什么。在设置始终在线的代理可见性时使用。
克劳德存在 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using Clawd Presence
Identifies repetitive steps in your workflow and sets up Clawd Presence to handle them automatically