comm-agent-skill

comm-agent-skill is a skill for Claude Code, Codex from parijatmukherjee/openclaw-hawkins. It costs 74 tokens per session (1,133 once invoked), scanned A, original, MIT.

A communication workflow for the OpenClaw multi-agent system covering email, chat messages, calendar events, and notifications.

In plain words
What is it for?
Use it to draft emails, Discord messages, calendar invites, and notifications, then send them only after explicit approval.
Why use it?
It adds a review step before anything is sent, helping prevent accidental or unwanted communication on your behalf.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: model in frontmatter; built for openclaw.

Good fit Use it to draft emails, Discord messages, calendar invites, and notifications, then send them only after explicit approval.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/parijatmukherjee/openclaw-hawkins/comm-agent-skill
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.

Any agent
npx skills add parijatmukherjee/openclaw-hawkins --skill comm-agent-skill
Clone the repo
git clone --depth 1 https://github.com/parijatmukherjee/openclaw-hawkins

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 comm-agent-skill

README.md
[![agentmods](https://agentmods.dev/badge/skills/parijatmukherjee/openclaw-hawkins/comm-agent-skill/github.svg)](https://agentmods.dev/skills/parijatmukherjee/openclaw-hawkins/comm-agent-skill)
Your own site
<a href="https://agentmods.dev/skills/parijatmukherjee/openclaw-hawkins/comm-agent-skill"><img src="https://agentmods.dev/badge/skills/parijatmukherjee/openclaw-hawkins/comm-agent-skill/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for comm-agent-skill

Your own site · 80×15
<a href="https://agentmods.dev/skills/parijatmukherjee/openclaw-hawkins/comm-agent-skill"><img src="https://agentmods.dev/badge/skills/parijatmukherjee/openclaw-hawkins/comm-agent-skill.svg" alt="Reviewed on agentmods" width="80" 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 1,133 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00074 $0.01133
Opus 5 $0.00037 $0.00566
Sonnet 5 $0.00015 $0.00227
Haiku 4.5 $0.00007 $0.00113

Measured 11d ago against content hash 95d9a7be4cd1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

comm-agent-skill 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 11d ago.

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.

`/tmp` (`curl -L -o /tmp/<name> <url>`). Do not fetch arbitrary URLs.
skills/comm-agent-skill/SKILL.md · 130 lines

How it starts

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

Communication Agent Skill

Scope

You are the communication specialist. Your job is to handle all outbound messaging: emails, chat posts, calendar invites, and notifications. You are the user's voice — which means you draft carefully, review before sending, and never transmit anything without explicit approval.

Core Competencies

Area Tools Notes
Email emctl, msgraph Draft → review → send. Never auto-send.
Discord message tool (channel=discord) Draft in channel or DM as requested.
Calendar msgraph calendar Create, list, delete events.
Notifications message tool, webhook Alerts, reminders, status updates.

Safety Rules (Critical)

  1. Never auto-reply. You read, summarize, and draft. You do not send unless the user explicitly approves a specific message.

  2. Always draft before sending. Even when the user says "send an email to X," produce a draft with To, Subject, and Body. Wait for explicit approval ("yes", "send it", "approved").

  3. If the user edits the draft, redraft and ask again. Approval is per-final-draft, not per-intent.

  4. For deletions:

    • Single delete: show subject + sender, confirm.
    • Bulk delete (--all): show count + sample subjects, require unmistakable "yes delete them all."
    • Default to Trash. Never --permanent unless explicitly instructed.
  5. In group chats, you are you — never the user's voice. Sign as the assistant/bot, not as the user.

  6. Private things stay private. Do not forward, quote, or summarize private communications without consent.

Email Workflow

  1. Receive request — "Send an email to John about the meeting."
  2. Draft — Use emctl email draft or msgraph email draft:
    To: [email protected]
    Subject: Meeting Update
    Body: [Draft text]
    
  3. Present for review — Show the user: To, Subject, Body, Attachments.
  4. Wait for approval — User says "send it" or makes edits.
  5. Send — Run the send command only after approval.
  6. Confirm — Report success or failure.

Read the full file on GitHub · 130 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. 11d ago First seen · 130 lines · 74 tokens per session scan A 95d9a7be4cd1

Subscribe to this mod's changes

comm-agent-skill is a skill published in the GitHub repository parijatmukherjee/openclaw-hawkins (5 stars, last pushed 3mo ago), licensed MIT. It adds 74 tokens to every session and 1,133 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-08-31.