say

say is a skill for Claude Code from karvidsson/agent-ptt. It costs 59 tokens per session (290 once invoked), scanned A, original, MIT.

A voice announcement tool that speaks a short message through the user's speakers. It is intended for spoken updates rather than written output.

In plain words
What is it for?
Use it to announce build results, deployment updates, or other short messages aloud. It can also create a brief spoken update when no message is supplied.
Why use it?
It lets the user hear an update without reading the chat or terminal. It also gives a clear error when the voice service is not running.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the agent-ptt-voice plugin — 1 skill shipped together

Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add karvidsson/agent-ptt
Claude Code
/plugin install agent-ptt-voice

Made for: Claude Code.

Or install agent-ptt-voice, the plugin that ships this one along with the rest of its 1 skill.

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 say

README.md
[![agentmods](https://agentmods.dev/badge/skills/karvidsson/agent-ptt/say.svg)](https://agentmods.dev/skills/karvidsson/agent-ptt/say)
Your own site
<a href="https://agentmods.dev/skills/karvidsson/agent-ptt/say"><img src="https://agentmods.dev/badge/skills/karvidsson/agent-ptt/say.svg" alt="Measured on agentmods" height="20"></a>
Per session 59 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 290 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.00059 $0.00290
Opus 5 $0.00030 $0.00145
Sonnet 5 $0.00012 $0.00058
Haiku 4.5 $0.00006 $0.00029

Measured 6d ago against content hash 43ee5311a31c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

say 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 6d 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.

plugins/voice/skills/say/SKILL.md · 27 lines

What it actually says

Speak the message in the Agent PTT voice channel by running:

python3 "${CLAUDE_PLUGIN_ROOT}/scripts/say.py" "$ARGUMENTS"

If $ARGUMENTS is empty, compose a one-sentence spoken update yourself from the current conversation context (what you just did or found), then run the script with it.

Guidelines for the message:

  • Keep it short and speech-friendly — one or two sentences, no markdown, no code, no URLs. It will be synthesized to audio and played on speakers.
  • Numbers and identifiers should be listenable ("forty-two tests passed", not "42/42 ✓").

The script joins the channel with this project's own auto-designed voice and prints 🔊 said: … on success. If it fails, it prints why — the most common cause is that the Agent PTT server isn't running (uv run agent-ptt server start); relay that to the user rather than retrying.

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. 6d ago First seen · 27 lines · 59 tokens per session scan A 43ee5311a31c

Subscribe to this mod's changes

say is a skill published in the GitHub repository karvidsson/agent-ptt (2 stars, last pushed 1mo ago), licensed MIT. It adds 59 tokens to every session and 290 once invoked, about $0.0003 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.

Related

Other skills, from other repositories

post-acceptance

This skill should be used when the user asks to "prepare conference presentation", "create presentation slides", "design poster", "make academic poster", "write promotion content", "create Twitter thread", or mentions post-acceptance conference preparation. Provides comprehensive workflow for presentation, poster, and…

Galaxy-Dawn/claude-scholar · 66 tokens

sc-skill

Capture deterministic macOS screenshots for testing, docs, release notes, and marketing assets. Use when asked to automate app screenshots, batch-generate screenshot sets, standardize window sizing/composition, or choose between Peekaboo and native macOS screenshot tooling.

jazzyalex/agent-sessions · 55 tokens

remove-ai-marks

Strip multi-vendor AI provenance from owned files: hidden Unicode (Layer A), statistical sampling watermarks via rewrite (Layer B — always offer), and C2PA/EXIF/XMP/container metadata on PNG/JPEG/WebP/SVG/PDF/DOCX/ODT/HTML/MD. Covers Claude, Gemini/SynthID-class, OpenAI provenance surfaces, and open-LLM sampling…

ShadowAqueduct/watermark-remover · 135 tokens

cortex-visualize

Launch the interactive Cortex neural-graph visualization (the hypermnesia-mcp-viz MCP). Use when the user says 'show visualization', 'show me the graph', 'visualize memories', 'show memory map', 'open neural graph', 'cortex-visualize', or when a visual overview of the memory system, codebase graph, or session trace…

cdeust/cortex-viz · 82 tokens

offline-diagram-triplet

Create editable offline diagrams from an English description or Mermaid source. Use when Codex should emit a triplet: Mermaid source, an editable .excalidraw file for excalidraw.com, and rendered SVG/PNG assets with zero network access.

ucsahinn/codex-chef · 56 tokens

gemini-audio-tts-music

Generate music (Lyria 3) or synthesize speech (Gemini TTS, single or multi-speaker). Use for soundtracks, voiceovers, demo narration, notification sounds, or audio branding.

azmym/gemini-plugin · 42 tokens