comms-scan

A single scan of incoming communication across email, social mentions, messaging platforms, and project-management tools. It gathers recent items that may need your attention.

In plain words
What is it for?
Use it for daily triage of recent email, social activity, direct messages, connection requests, and assigned or mentioned project issues.
Why use it?
It reduces the need to check several services separately and helps surface unread messages, mentions, replies, and issue updates.

Command

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 commands/saigonxiii/evc/comms-scan
Clone the repo
git clone --depth 1 https://github.com/SaigonXIII/evc
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 821 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 $0.00000 $0.00821
Opus 5 $0.00000 $0.00411
Sonnet 5 $0.00000 $0.00164
Haiku 4.5 $0.00000 $0.00082

Measured 2d ago against content hash 272bbfa592bd, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

comms-scan 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 2d 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.

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.

_templates/commands/comms-scan.md · 108 lines

How it starts

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

Comms Scan

Unified communication triage across email, social mentions, and project management in one pass.

Trigger

User invokes /comms-scan or says "check comms", "what needs my attention", "inbox scan", "triage"

Steps

1. Scan all channels in parallel

Launch up to 4 Agent subagents simultaneously (skip any that are not configured):

Agent 1: Social Mentions Check configured social platforms for recent mentions and replies:

  • Search for mentions of {{COMPANY_HANDLE}} in the last 24 hours
  • Exclude self-posts and known bot accounts
  • Capture: author, timestamp, content, engagement metrics

Agent 2: Email Use Gmail MCP (or configured email integration) to search recent unread messages:

  • gmail_search_messages with query "is:unread newer_than:1d"
  • Read top 10 results

Agent 3: Project Management Use Linear MCP (or configured PM tool) to check assigned/mentioned issues:

  • Filter to {{PRIMARY_TEAM}} team, updated in last 24h
  • Check for new comments on existing issues

Agent 4: Messaging Platforms Check configured messaging platforms (Slack, Discord, LinkedIn) for:

  • Direct messages and connection requests
  • Comments on company posts
  • Classify: partnership inquiries, spam, genuine engagement

2. Classify each item (4 tiers)

Tier Action Examples
skip Auto-ignore Bots, noreply, notifications, spam mentions, mass-tag posts
info_only Summary line CC'd emails, group chatter, status changes
meeting_info Calendar cross-ref Zoom links, scheduling requests, .ics files
action_required Draft reply Direct questions, @mentions with questions, comments needing response

3. Apply brand-specific filters

For social mentions:

  • Skip: accounts with <50 followers, spam, mass-tag engagement farming
  • Skip: threads already replied to (check conversation_id)
  • Draft replies follow brand/canon-rules.json guardrails

For email:

  • Skip: automated notifications from CI/CD, project management, hosting
  • Flag: emails from partners ({{PARTNER_LIST}}), investors, or core team
  • Flag: scheduling/meeting requests

Read the full file on GitHub · 108 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. 2d ago First seen · 108 lines · 0 tokens per session scan A 272bbfa592bd

Subscribe to this mod's changes

comms-scan is a command published in the GitHub repository SaigonXIII/evc (56 stars, last pushed 2mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 821 tokens. 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-30.