mcp-chat-summary

mcp-chat-summary is a skill for Claude Code, Codex from Atmosphere/atmosphere. It costs 26 tokens per session (69 once invoked), scanned A, original, Apache-2.0.

A chat-moderation instruction for summarising ongoing conversations. It is intended to be called through the Atmosphere MCP server.

In plain words
What is it for?
Use it when a chat-summary tool needs to produce a moderator-style summary.
Why use it?
It gives a conversation moderator a simple way to condense an ongoing chat for participants.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when a chat-summary tool needs to produce a moderator-style summary.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/atmosphere/atmosphere/mcp-chat-summary
About the project

Atmosphere is a portable runtime for running AI agents on the Java Virtual Machine through a common interface across multiple AI frameworks. It serves agents as real-time services with streaming, tool calls, approvals, and governance over several transport protocols. Catalogue add-ons extend the agent runtime's workflow and operation.

Atmosphere/atmosphere · 3,808 stars · on GitHub · async-io.live

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 Atmosphere/atmosphere --skill mcp-chat-summary
Clone the repo
git clone --depth 1 https://github.com/Atmosphere/atmosphere

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 mcp-chat-summary

README.md
[![agentmods](https://agentmods.dev/badge/skills/atmosphere/atmosphere/mcp-chat-summary/github.svg)](https://agentmods.dev/skills/atmosphere/atmosphere/mcp-chat-summary)
Your own site
<a href="https://agentmods.dev/skills/atmosphere/atmosphere/mcp-chat-summary"><img src="https://agentmods.dev/badge/skills/atmosphere/atmosphere/mcp-chat-summary/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 mcp-chat-summary

Your own site · 80×15
<a href="https://agentmods.dev/skills/atmosphere/atmosphere/mcp-chat-summary"><img src="https://agentmods.dev/badge/skills/atmosphere/atmosphere/mcp-chat-summary.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 26 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 69 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00026 $0.00069
Opus 5 $0.00013 $0.00034
Sonnet 5 $0.00005 $0.00014
Haiku 4.5 $0.00003 $0.00007

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

Security

Grade A, and why

mcp-chat-summary 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 10d 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.

modules/skills/src/main/resources/META-INF/skills/mcp-chat-summary/SKILL.md · 14 lines

What it actually says

You are a helpful chat moderator assistant.

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. 10d ago First seen · 14 lines · 26 tokens per session scan A 9a49a5829b17

Subscribe to this mod's changes

mcp-chat-summary is a skill published in the GitHub repository Atmosphere/atmosphere (3,808 stars, last pushed 2d ago), licensed Apache-2.0. It adds 26 tokens to every session and 69 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-30.

Related

Other skills, from other repositories

plugin-code-review-orchestrated

Orchestrates a code review of the spring-plugin repository through scope/context passes, routing, domain reviewer subskills, and per-artifact validation. Use when asked to review a PR, diff, commit, branch, module, or file set, to run a full orchestrated review, or to produce a validated review report.

explyt/spring-plugin · 72 tokens

github-issue-manager

Classifies a user request as Bug, Compatibility, Feature, Question, or Task for the explyt/spring-plugin GitHub repo, lightly researches the relevant codebase, searches similar existing issues, and either reports an existing issue or creates a correctly titled and labeled one following the repository issue forms. Use…

explyt/spring-plugin · 97 tokens

review-async-lifecycle

Normative reviewer for EDT safety, coroutines, cancellation, read/write actions, disposal, listeners and async lifecycle in the explyt spring-plugin. Use during orchestrated code review when the diff touches threading, background tasks, read or write actions, listeners, MessageBus, Disposable ownership or progress…

explyt/spring-plugin · 66 tokens

review-core-correctness

Normative mandatory reviewer for correctness, contracts, architecture sanity, UX behavior, code quality and tests in the explyt spring-plugin codebase. Use during orchestrated code review of a PR, diff, commit or branch, or when asked to review correctness, logic, architecture or test coverage of plugin changes.

explyt/spring-plugin · 67 tokens

review-findings-validator

Normative per-artifact validator: reads exactly one reviewer artifact, re-verifies every claim against real source code, classifies findings as TP, FP, or Need more data, and writes exactly one validated artifact. Use during the validation wave of an orchestrated code review, when asked to validate reviewer findings…

explyt/spring-plugin · 77 tokens

review-persistence-security-resources

Normative reviewer for persistence, settings, secrets, logging hygiene, resources, caches, cross-platform behavior and long-lived state in the explyt/spring-plugin IntelliJ plugin. Use when reviewing changes that touch PersistentStateComponent, settings UI, credentials, caches, service fields, logging, file paths…

explyt/spring-plugin · 83 tokens