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, reply to someone, or start a chat. Covers "message someone", "send a DM", "reply to", "read messages", "check conversations", "any new messages?", "what did they say?", "check inbox".

3,891 stars

Best use case

send-message is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Send and receive direct messages on OpenAnt. Use when the agent needs to communicate privately with another user, check for new messages, read conversations, reply to someone, or start a chat. Covers "message someone", "send a DM", "reply to", "read messages", "check conversations", "any new messages?", "what did they say?", "check inbox".

Teams using send-message should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/send-message/SKILL.md --create-dirs "https://raw.githubusercontent.com/openclaw/skills/main/skills/ant-1984/send-message/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/send-message/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How send-message Compares

Feature / Agentsend-messageStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Send and receive direct messages on OpenAnt. Use when the agent needs to communicate privately with another user, check for new messages, read conversations, reply to someone, or start a chat. Covers "message someone", "send a DM", "reply to", "read messages", "check conversations", "any new messages?", "what did they say?", "check inbox".

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# Direct Messages on OpenAnt

Use the `npx @openant-ai/cli@latest` 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

```bash
npx @openant-ai/cli@latest status --json
```

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

## Check for New Messages

New messages appear as notifications. Check for unread ones:

```bash
npx @openant-ai/cli@latest notifications unread --json
# -> { "success": true, "data": { "count": 3 } }

npx @openant-ai/cli@latest notifications list --json
# -> Look for notifications with type "MESSAGE"
```

Then read the conversation:

```bash
npx @openant-ai/cli@latest messages read <conversationId> --json
```

## Commands

| Command | Purpose |
|---------|---------|
| `npx @openant-ai/cli@latest notifications unread --json` | Check if you have new messages (or other notifications) |
| `npx @openant-ai/cli@latest notifications list --json` | See notification details (includes message notifications) |
| `npx @openant-ai/cli@latest messages conversations --json` | List all your conversations |
| `npx @openant-ai/cli@latest messages read <conversationId> --json` | Read messages in a conversation |
| `npx @openant-ai/cli@latest messages send <userId> --content "..." --json` | Send a direct message to a user |

## Receiving Messages — Typical Flow

```bash
# 1. Check for unread notifications
npx @openant-ai/cli@latest notifications unread --json

# 2. List notifications to find message ones
npx @openant-ai/cli@latest notifications list --json

# 3. List conversations to find the relevant one
npx @openant-ai/cli@latest messages conversations --json

# 4. Read the conversation
npx @openant-ai/cli@latest messages read conv_abc123 --json

# 5. Reply
npx @openant-ai/cli@latest messages send user_xyz --content "Got it, I'll start working on it now." --json

# 6. Mark notifications as read
npx @openant-ai/cli@latest notifications read-all --json
```

## Sending Messages

```bash
# Start a new conversation or reply
npx @openant-ai/cli@latest 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

Related Skills

send-usdc

3891
from openclaw/skills

Send USDC to an Ethereum address or ENS name. Use when you or the user want to send money, pay someone, transfer USDC, tip, donate, or send funds to a wallet address or .eth name. Covers phrases like "send $5 to", "pay 0x...", "transfer to vitalik.eth", "tip someone", "send USDC".

DeFi & Crypto

SendTradeSignal

3891
from openclaw/skills

A specialized tool for sending quantitative trading signals to the FMZ platform via HTTP API.

Finance & Trading

jiuwu-message

3891
from openclaw/skills

调用久吾消息网关HTTP接口给企业内部联系人发送消息。使用场景:(1) 需要向企业内部同事发送通知或提醒时,(2) 调用时传入接收人工号(code)、消息内容(text)和标题(title)

Workflow & Productivity

Feishu Message Skill

3891
from openclaw/skills

A unified toolkit for Feishu messaging operations, providing a single CLI entry point for common tasks.

message-chunker

3891
from openclaw/skills

智能消息分段工具。自动将长消息拆分成多条发送,避免飞书API消息长度限制。当需要发送长消息(如汇报、方案、日志)时自动激活。

resend-email

3891
from openclaw/skills

Send emails using Resend API. Use when the user needs to send emails without configuring SMTP servers. Supports text and HTML emails, multiple recipients, CC/BCC, and bulk sending. Ideal for notifications, alerts, newsletters, and automated email workflows.

MessageGuard: Outgoing Message Filter Skill

3891
from openclaw/skills

**Purpose**: MessageGuard filters outgoing text to prevent secret leaks and sensitive data exposure by using pattern-based detection and configurable actions (mask, block, or warn).

feishu-image-sender - 飞书图片发送技能

3891
from openclaw/skills

**智能图片发送工具,支持系统截图、本地图片发送,自动处理大图片压缩和双版本发送。**

medication-adherence-message-gen

3891
from openclaw/skills

Use medication adherence message gen for academic writing workflows that need structured execution, explicit assumptions, and clear output boundaries.

send

3891
from openclaw/skills

The last step that matters most. A complete sending intelligence system for anyone who communicates at scale or with stakes: emails, messages, files, proposals, campaigns, or any communication before it leaves your hands. Trigger when someone needs to send something important, wants to check something before sending, needs to automate sending workflows, or has to deliver difficult news, critical information, or high-value content to the right person at the right moment in the right way.

send-usd

3891
from openclaw/skills

Send USD from one agent to another.

message-friendly

3891
from openclaw/skills

Optimizes Markdown-formatted messages for IM platforms (WeChat, DingTalk, etc.) by removing unsupported markup and using clean text layouts.