← 返回
AI智能 中文

Ceo Notify Agents

Automation skill for Ceo Notify Agents.
CEO通知代理的自动化技能。
stingan
AI智能 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 698
下载
💾 13
安装
1
版本
#latest

概述


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 <<< "$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下次对话时将看到。"

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 15:29 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。支持创建/查询实体(人员、项目、任务、事件、文档)及关联...
★ 712 📥 243,815
ai-intelligence

Proactive Agent

halthelobster
将AI智能体从任务执行者升级为主动预判需求、持续优化的智能伙伴。集成WAL协议、工作缓冲区、自主定时任务及实战验证模式。Hal Stack核心组件 🦞
★ 836 📥 213,120
ai-intelligence

Nano Banana Pro

steipete
使用 Nano Banana Pro (Gemini 3 Pro Image) 生成或编辑图像。支持文生图、图生图及 1K/2K/4K 分辨率,适用于图像创建、修改及编辑请求,使用 --input-image 指定输入图像。
★ 417 📥 115,210