/install ceo-notify-agents
name: ceo-notify-agents description: CEO向其他Agent发送通知(通过共享记忆文件) triggers:
-
"通知 {targetAgents} {message}"
-
"告诉 {targetAgents} {message}"
-
"提醒 {targetAgents} {message}"
-
"给 {targetAgents} 发消息 {message}"
-
"请通知 {targetAgents} {message}"
-
"通知一下 {targetAgents} {message}"
-
"让 {targetAgents} 知道 {message}" requires: [] actions:
-
name: write_notification tool: exec params: command: | #!/bin/bash TARGETS="{{targetAgents}}" MESSAGE="{{message}}" NOTIFICATION_DIR="/Users/anran/Documents/openclaw/shared_memory/notifications" TIMESTAMP=$(date +%Y%m%d_%H%M%S)
mkdir -p "$NOTIFICATION_DIR" IFS=',' read -ra AGENTS \x3C\x3C\x3C "$TARGETS" for raw in "${AGENTS[@]}"; do agent=$(echo "$raw" | xargs) echo "$TIMESTAMP: $MESSAGE" >> "$NOTIFICATION_DIR/${agent}.log" done echo "$TIMESTAMP: 通知 $TARGETS - $MESSAGE" >> "$NOTIFICATION_DIR/all.log" /Users/anran/.npm-global/bin/openclaw memory index --agent main echo "通知已写入共享记忆,目标Agent下次对话时将看到。"
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ceo-notify-agents - After installation, invoke the skill by name or use
/ceo-notify-agents - Provide required inputs per the skill's parameter spec and get structured output
What is Ceo Notify Agents?
Automation skill for Ceo Notify Agents. It is an AI Agent Skill for Claude Code / OpenClaw, with 343 downloads so far.
How do I install Ceo Notify Agents?
Run "/install ceo-notify-agents" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Ceo Notify Agents free?
Yes, Ceo Notify Agents is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Ceo Notify Agents support?
Ceo Notify Agents is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Ceo Notify Agents?
It is built and maintained by Stingan (@stingan); the current version is v1.0.0.