Send Message

v0.1.0

Send and receive direct messages on OpenAnt. Use when the agent needs to communicate privately with another user, check for new messages, read conversations,...

0· 289·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name, description, and runtime instructions all consistently target sending and receiving direct messages on OpenAnt using the @openant-ai CLI. Nothing requested (no env vars, no config paths) is unrelated to messaging.
Instruction Scope
SKILL.md stays on-topic: it instructs checking auth, listing notifications, reading conversations, sending messages, and marking notifications read. It does not instruct reading unrelated files or exfiltrating data to external endpoints.
Install Mechanism
There is no install spec (instruction-only), but every command uses `npx @openant-ai/cli@latest` which will fetch and run code from the npm registry at runtime. That is reasonable for using a CLI client, but it means arbitrary code from the specified npm package will be executed when invoked — consider pinning a specific version or verifying the package's provenance.
Credentials
The skill declares no required environment variables or credentials. The CLI will use whatever authentication the user's OpenAnt client provides, which is proportional to the task. The instructions do not request unrelated secrets.
Persistence & Privilege
Skill is user-invocable, not always-included, and allows model invocation (normal). It does not request persistent system-wide changes or modify other skills' configs.
Assessment
This skill is coherent for messaging on OpenAnt. Before installing/using it: 1) verify the @openant-ai/cli package (owner, source, and consider pinning to a specific version instead of @latest) because npx will download and execute the package at runtime; 2) confirm how your OpenAnt credentials are stored on the host and that you trust the CLI to use them; 3) optionally try the commands in a controlled environment or inspect the CLI source first; and 4) review the referenced authenticate-openant skill if you are not already authenticated.

Like a lobster shell, security has layers — review code before you run it.

latestvk975hb32y9dt5cnb30pfpsar7s822h8q

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments