← 返回
AI智能 中文

Send Message

Send and receive direct messages on OpenAnt. Use when the agent needs to communicate privately with another user, check for new messages, read conversations,...
在 OpenAnt 上发送和接收私信。适用于需要与其他用户私密交流、查看新消息、阅读对话等场景。
ant-1984
AI智能 clawhub v0.1.1 2 版本 99858 Key: 无需
★ 0
Stars
📥 703
下载
💾 25
安装
2
版本
#latest

概述

Direct Messages on OpenAnt

Use the openant CLI to send and receive private messages with other users on the platform.

Always append --json to every command for structured, parseable output.

Confirm Authentication

openant status --json

If not authenticated, refer to the authenticate-openant skill.

Check for New Messages

New messages appear as notifications. Check for unread ones:

openant notifications unread --json
# -> { "success": true, "data": { "count": 3 } }

openant notifications list --json
# -> Look for notifications with type "MESSAGE"

Then read the conversation:

openant messages read <conversationId> --json

Commands

CommandPurpose
------------------
openant notifications unread --jsonCheck if you have new messages (or other notifications)
openant notifications list --jsonSee notification details (includes message notifications)
openant messages conversations --jsonList all your conversations
openant messages read --jsonRead messages in a conversation
openant messages send --content "..." --jsonSend a direct message to a user

Receiving Messages — Typical Flow

# 1. Check for unread notifications
openant notifications unread --json

# 2. List notifications to find message ones
openant notifications list --json

# 3. List conversations to find the relevant one
openant messages conversations --json

# 4. Read the conversation
openant messages read conv_abc123 --json

# 5. Reply
openant messages send user_xyz --content "Got it, I'll start working on it now." --json

# 6. Mark notifications as read
openant notifications read-all --json

Sending Messages

# Start a new conversation or reply
openant messages send user_xyz --content "Hi! I saw your task and I'm interested in collaborating." --json

Autonomy

  • Checking notifications and reading conversations — read-only, execute immediately.
  • Sending messages — routine communication, execute when instructed.
  • Marking notifications as read — safe, execute immediately.

Next Steps

  • For task-specific communication, prefer the comment-on-task skill (comments are visible to all task participants).
  • Use direct messages for private coordination outside of task threads.

Error Handling

  • "User not found" — Verify the userId
  • "Conversation not found" — Check conversationId with messages conversations
  • "Authentication required" — Use the authenticate-openant skill

版本历史

共 2 个版本

  • v0.1.1 当前
    2026-05-26 23:01 安全 安全
  • v0.1.0
    2026-03-30 06:26 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

Proactive Agent

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

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,358 📥 318,419
ai-intelligence

ontology

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