← 返回 Skills 市场
tyqqj0

Auwomo Message

作者 郭凯文(Kaiwen Guo) · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
60
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install auwomo-message
功能描述
消息发送:通过飞书给组织成员发私信。 Triggers: 消息, 通知, 提醒, 发消息, 发给, notify, message, send. NOT for: agent→agent inbox(暂不支持), 任务操作(use auwomo-task).
使用说明 (SKILL.md)

auwomo-message

安全地向组织成员发送飞书私信。所有操作通过 auwomo CLI 执行。

触发条件

当用户提到以下内容时激活本技能:

  • "发给某某一条消息"
  • "提醒某某今天提交日报"
  • "通知某某"
  • "给某某发消息说..."

排除场景

  • agent→agent 文件 inbox → 暂不支持
  • 任务创建/记录/汇报 → 转到 auwomo-task

前置依赖

  1. 身份可用:auwomo identity whoami 正常返回
  2. lark-cli 可用:which lark-cli 有输出
  3. 收件人在 org.yaml 中且 enabled

安全规则

  1. 仅允许精确匹配 — 收件人必须在 org.yaml 中精确命中
  2. 必须有有效 open_id — 匹配到的成员必须有非空 open_id
  3. 使用 bot 身份发送 — 不以用户身份发送
  4. 不模糊匹配 — 不猜测、不自动纠错、不用部分姓名匹配
  5. 找不到人就不发 — 明确告知用户该成员不在系统中

CLI 命令速查表

场景 命令
发送消息 auwomo message send --to "某某" --text "内容"
预览不发送 auwomo message send --to "某某" --text "内容" --dry-run
按 open_id 发送 auwomo message send --to ou_xxx --text "内容"

参考文档路由

场景 文档
需要发送消息 message-send.md
安全使用建议
Before installing, confirm that `auwomo` and `lark-cli` are trusted and configured for the right organization. For important or sensitive messages, ask the agent to use `--dry-run` first and verify the recipient and message text before sending.
功能分析
Type: OpenClaw Skill Name: auwomo-message Version: 1.0.0 The skill bundle is a legitimate integration for sending messages via Feishu (Lark) using the 'auwomo' CLI. It includes explicit safety rules in SKILL.md and references/message-send.md that mandate exact recipient matching and the use of bot identities to prevent unauthorized or accidental messaging. No indicators of data exfiltration, malicious execution, or harmful prompt injection were found.
能力评估
Purpose & Capability
The stated purpose and instructions consistently focus on sending private Lark/Feishu messages to organization members. This is coherent, but it is still an external messaging action.
Instruction Scope
The skill includes recipient safety rules such as exact matching, requiring open_id, no fuzzy matching, and not sending when a person is missing. It recommends dry-run preview before sending, but does not make confirmation mandatory.
Install Mechanism
There is no install script or bundled code, but the skill depends on local binaries `auwomo` and `lark-cli`; users should ensure those tools are trusted and correctly configured.
Credentials
Use of organization identity data, org.yaml recipients, open_id values, and Lark CLI configuration is proportionate to sending messages to organization members.
Persistence & Privilege
No persistence or background behavior is shown. The skill sends using a bot identity, so the bot's message permissions should be understood.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install auwomo-message
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /auwomo-message 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
消息发送技能
元数据
Slug auwomo-message
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Auwomo Message 是什么?

消息发送:通过飞书给组织成员发私信。 Triggers: 消息, 通知, 提醒, 发消息, 发给, notify, message, send. NOT for: agent→agent inbox(暂不支持), 任务操作(use auwomo-task). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 60 次。

如何安装 Auwomo Message?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install auwomo-message」即可一键安装,无需额外配置。

Auwomo Message 是免费的吗?

是的,Auwomo Message 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Auwomo Message 支持哪些平台?

Auwomo Message 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Auwomo Message?

由 郭凯文(Kaiwen Guo)(@tyqqj0)开发并维护,当前版本 v1.0.0。

💬 留言讨论