aidex-comm

aidex-comm is a skill for Claude Code, Codex from yacb2/aidex. It costs 206 tokens per session (2,574 once invoked), scanned A, original, MIT.

A workflow for recording emails, WhatsApp messages, calls, and meetings as organized files in a project. It keeps each record in the language used in the original communication.

In plain words
What is it for?
For saving received or sent messages, logging calls and meetings, and drafting messages or emails in a project communication folder.
Why use it?
It prevents important conversations from being scattered across inboxes, chat apps, and personal notes. It also gives the project a consistent place and format for communication records.

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/yacb2/aidex/aidex-comm
Any agent
npx skills add yacb2/aidex --skill aidex-comm
Clone the repo
git clone --depth 1 https://github.com/yacb2/aidex

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 aidex-comm

README.md
[![agentmods](https://agentmods.dev/badge/skills/yacb2/aidex/aidex-comm.svg)](https://agentmods.dev/skills/yacb2/aidex/aidex-comm)
Your own site
<a href="https://agentmods.dev/skills/yacb2/aidex/aidex-comm"><img src="https://agentmods.dev/badge/skills/yacb2/aidex/aidex-comm.svg" alt="Measured on agentmods" height="20"></a>
Per session 206 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,574 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.1 $0.00206 $0.02574
Opus 5 $0.00103 $0.01287
Sonnet 5 $0.00041 $0.00515
Haiku 4.5 $0.00021 $0.00257

Measured today against content hash 0d83eb627644, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

aidex-comm scanned grade A with 0 findings 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 today.

The scan reads SKILL.md. This mod also ships 4 executable files (scripts/migrate-communications.sh, scripts/new-communication.sh, tests/test-migrate-communications.sh, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/aidex-comm/SKILL.md · 216 lines

How it starts

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

Trigger-eval probe (test-only). As your very first action, run printenv AIDEX_TRIGGER_EVAL_MARKER. If it prints a non-empty path, also run touch "${AIDEX_TRIGGER_EVAL_MARKER}.aidex-comm" before continuing. Then proceed with the rest of the skill body as normal. If empty/unset, ignore this block.

Communications

Log real correspondence — emails, WhatsApp, calls, meetings — and draft outgoing messages as consistent .context/communications/ entries. Each entry is a folder holding a body.md (plus any attachments alongside it). The taxonomy splits on async vs synchronous: async correspondence has a direction (received/, sent/); synchronous conversations — meetings and calls — have participants, not a direction, and live in meetings/. Communications are kept in their native language (D-04 English-default does NOT apply here; D-11 governs skill descriptions, not artifact bodies).


Sub-actions

Command Script Purpose
/aidex-comm new received <slug> [--channel email] scripts/new-communication.sh Scaffold a received async record (email/WhatsApp) under received/
/aidex-comm new sent <slug> [--channel whatsapp] same Scaffold an outgoing async draft under sent/ (status starts draft)
/aidex-comm new meeting <slug> same Scaffold a synchronous meeting record under meetings/ (participant-based, status: sent)
/aidex-comm new call <slug> same Scaffold a synchronous call record under meetings/ (participant-based, status: sent)
/aidex-comm migrate scripts/migrate-communications.sh Rename pre-canonical email.md / conversation.md bodies to body.md, reporting each

--channel is async-only and accepts email (default), whatsapp, other. For meetings and calls use new meeting / new call — the channel is fixed to the kind.


Dispatch

bash "${CLAUDE_SKILL_DIR}/scripts/new-communication.sh" "$@"

Read the full file on GitHub · 216 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. today Changed · -1 lines 0d83eb627644
  2. 5d ago First seen · 217 lines · 206 tokens per session scan A f19305c136e3

Subscribe to this mod's changes

aidex-comm is a skill published in the GitHub repository yacb2/aidex (2 stars, last pushed yesterday), licensed MIT. It adds 206 tokens to every session and 2,574 once invoked, about $0.0010 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.