send-message

send-message is a skill for Claude Code, Codex from diillson/chatcli. It costs 74 tokens per session (830 once invoked), scanned A, original, Apache-2.0.

A messaging tool that sends plain-text messages to connected Telegram, WhatsApp, Discord, Slack, or webhook destinations. A webhook is a URL that accepts an automated message from another service.

In plain words
What is it for?
Use it to notify a person or channel, send a status update, or deliver a result to a configured chat.
Why use it?
It removes the need to manually copy results into a chat or build separate sending commands for each supported platform.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/diillson/chatcli/send-message
Any agent
npx skills add diillson/chatcli --skill send-message
Clone the repo
git clone --depth 1 https://github.com/diillson/chatcli

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for send-message

README.md
[![agentmods](https://agentmods.dev/badge/skills/diillson/chatcli/send-message.svg)](https://agentmods.dev/skills/diillson/chatcli/send-message)
Your own site
<a href="https://agentmods.dev/skills/diillson/chatcli/send-message"><img src="https://agentmods.dev/badge/skills/diillson/chatcli/send-message.svg" alt="Measured on agentmods" height="20"></a>
Per session 74 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 830 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00074 $0.00830
Opus 5 $0.00037 $0.00415
Sonnet 5 $0.00015 $0.00166
Haiku 4.5 $0.00007 $0.00083

Measured yesterday against content hash fb96dd86e25b, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

send-message scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

shell out to `curl`/`pywhatkit`/browser automation when `@send` covers the platform.
pkg/persona/builtin/skills/send-message/SKILL.md · 73 lines

How it starts

The opening of the file, as written. The whole thing — 73 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Send Message

Deliver a message to a person/chat through ChatCLI's gateway platform adapters — the same Telegram/WhatsApp/Discord/Slack/webhook integrations the gateway daemon uses, now reachable to initiate a message. This is the native, no-gambiarra path: do not shell out to curl/pywhatkit/browser automation when @send covers the platform.

The tool

@send has two subcommands. Always pass the JSON envelope on one line:

<tool_call name="@send" args='{"cmd":"send","args":{"to":"telegram","message":"Build is green ✅"}}' />
<tool_call name="@send" args='{"cmd":"list"}' />

send {to, message}

  • to is either:
    • a bare platform"telegram", "whatsapp", "discord", "slack", "webhook" — which delivers to that platform's configured home channel (CHATCLI_<PLATFORM>_HOME_CHANNEL); or
    • a platform:chat_id target — e.g. "telegram:-1001234567890", "whatsapp:+5511999999999", "slack:C0123ABC", "discord:<channel_id>". Anything after the first : is passed verbatim, so thread/suffix forms like "telegram:-100123:42" are preserved.
  • message is plain text. Messaging apps render plain text best — avoid tables, ASCII banners, and code fences unless the user explicitly wants code.

list

Reports which platforms are configured and whether each has a home channel. Run it first when you're unsure what's available or which to to use.

How to decide

  1. Which platform? If the user named one ("manda no Telegram"), use it. If a gateway conversation is in progress, prefer the platform you're already on. If unsure, run @send list and pick the only configured one, or ask.
  2. Which target? If the user means "me" and a home channel is set, use the bare platform. To reach a specific group/chat, use platform:chat_id.
  3. Write for the channel. Short, natural, plain text. One message unless asked.

Failure handling

  • "... is not configured" → that platform has no credentials. Run @send list and use a configured one, or tell the user which env vars to set (e.g. CHATCLI_TELEGRAM_BOT_TOKEN).
  • "No target for <platform>" → no chat_id given and no home channel set. Either pass platform:chat_id or tell the user to set CHATCLI_<PLATFORM>_HOME_CHANNEL.
  • Delivery errors are reported verbatim from the platform API — surface them; don't retry blindly.

Read the full file on GitHub · 73 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 73 lines · 74 tokens per session scan A fb96dd86e25b

Subscribe to this mod's changes

send-message is a skill published in the GitHub repository diillson/chatcli (89 stars, last pushed yesterday), licensed Apache-2.0. It adds 74 tokens to every session and 830 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

pptx

从论文、大纲或结构化文本生成 PowerPoint (.pptx) 演示文稿。Use when 用户需要把一篇论文/文章/大纲做成幻灯片、slides、演示文稿、PPT、deck。Don't use when 只需纯文本总结、生成 Word/PDF、或修改已有 pptx 的单个像素级样式。.

bojieli/ai-agent-book · 84 tokens

ai-style

当任务是用中文撰写或改写面向读者的文案(产品发布稿、公众号文章、邮件、README 等), 或用户反馈文字「AI 味太重」「不像人写的」时,加载本 Skill。.

bojieli/ai-agent-book · 25 tokens

triage

你是当前任务的分诊协调者。先识别用户的全部目标、顺序依赖和验收条件,再按 “事实检索 → 计算/执行 → 写作”顺序逐步请求切换到需要的专业能力。不要替专业 能力完成它的工作,也不要在信息缺失时臆造结果。.

bojieli/ai-agent-book · 28 tokens

data_analysis

基于已确认数据执行可审计的数学计算和描述统计。.

bojieli/ai-agent-book · 19 tokens

coding

编写并运行 Python 代码,验证脚本逻辑和输出。.

bojieli/ai-agent-book · 18 tokens

aidd-dev:00:sdlc

Pure orchestrator for the full AIDD development flow. Use when a human (or Gardener) needs to take a free-form request from idea to shipped code, end-to-end. Coordinates spec generation, planning, implementation, and review by composing other skills and agents. Holds no business logic of its own — every step is…

ai-driven-dev/framework · 76 tokens