summarize-group

summarize-group is a skill for Claude Code, Codex from kotevcode/whatsapp-mcp. It costs 24 tokens per session (184 once invoked), scanned A, original, MIT.

A tool for summarizing WhatsApp group conversations, the chat threads shared by several participants. It fetches recent messages and produces a short, organized account of what happened.

In plain words
What is it for?
Finding a group, reviewing a chosen time range, highlighting topics and contributors, and recording links, decisions, and action items.
Why use it?
It saves time when a group has many messages or when you need to catch up on missed discussions.

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/kotevcode/whatsapp-mcp/summarize-group
Any agent
npx skills add kotevcode/whatsapp-mcp --skill summarize-group
Clone the repo
git clone --depth 1 https://github.com/kotevcode/whatsapp-mcp

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 summarize-group

README.md
[![agentmods](https://agentmods.dev/badge/skills/kotevcode/whatsapp-mcp/summarize-group.svg)](https://agentmods.dev/skills/kotevcode/whatsapp-mcp/summarize-group)
Your own site
<a href="https://agentmods.dev/skills/kotevcode/whatsapp-mcp/summarize-group"><img src="https://agentmods.dev/badge/skills/kotevcode/whatsapp-mcp/summarize-group.svg" alt="Measured on agentmods" height="20"></a>
Per session 24 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 184 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.00024 $0.00184
Opus 5 $0.00012 $0.00092
Sonnet 5 $0.00005 $0.00037
Haiku 4.5 $0.00002 $0.00018

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

Security

Grade A, and why

summarize-group 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 4d 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.

.claude/skills/summarize-group/SKILL.md · 25 lines

What it actually says

Summarize the WhatsApp group conversation for: $ARGUMENTS

Process

  1. Find the group using list_groups if a name was given
  2. Fetch messages using fetch_messages with the appropriate time range (default: 24h)
  3. Get get_group_stats for contributor data
  4. Identify conversation threads and key topics
  5. Write a concise summary

Summary Format

  • Open with a brief intro identifying the group and time range
  • List key topics discussed as short bullets
  • Mention key contributors by name
  • Note interesting links that were shared
  • Include action items or decisions made
  • Keep it concise and scannable
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. 4d ago First seen · 25 lines · 0 tokens per session scan A b2b43aea49bd

Subscribe to this mod's changes

summarize-group is a skill published in the GitHub repository kotevcode/whatsapp-mcp (1 stars, last pushed 6mo ago), licensed MIT. It adds 24 tokens to every session and 184 once invoked, about $0.0001 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.