create-speech-recording-desktop

create-speech-recording-desktop is a skill for Codex from yoav0gal/agent-voice. It costs 29 tokens per session (463 once invoked), scanned A, original, MIT.

A procedure for creating and embedding a speech recording in Codex Desktop, Antigravity App, or OpenCode Desktop. It explains how to prepare the spoken text, choose a voice and language, record it, and deliver the audio.

In plain words
What is it for?
Use it to make spoken versions of supplied text, summaries, explanations, or tables for playback in a supported desktop application.
Why use it?
It turns written responses or summaries into recordings while preserving the intended words and meaning. It also gives special handling for long text, tables, playback, and each supported desktop app.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions Codex; mentions OpenCode.

Good fit Use it to make spoken versions of supplied text, summaries, explanations, or tables for playback in a supported desktop application.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/yoav0gal/agent-voice/create-speech-recording-desktop
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 yoav0gal/agent-voice --skill create-speech-recording-desktop
Clone the repo
git clone --depth 1 https://github.com/yoav0gal/agent-voice

Made for: 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 create-speech-recording-desktop

README.md
[![agentmods](https://agentmods.dev/badge/skills/yoav0gal/agent-voice/create-speech-recording-desktop/github.svg)](https://agentmods.dev/skills/yoav0gal/agent-voice/create-speech-recording-desktop)
Your own site
<a href="https://agentmods.dev/skills/yoav0gal/agent-voice/create-speech-recording-desktop"><img src="https://agentmods.dev/badge/skills/yoav0gal/agent-voice/create-speech-recording-desktop/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 create-speech-recording-desktop

Your own site · 80×15
<a href="https://agentmods.dev/skills/yoav0gal/agent-voice/create-speech-recording-desktop"><img src="https://agentmods.dev/badge/skills/yoav0gal/agent-voice/create-speech-recording-desktop.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 29 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 463 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.
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.00029 $0.00463
Opus 5 $0.00015 $0.00231
Sonnet 5 $0.00006 $0.00093
Haiku 4.5 $0.00003 $0.00046

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

Security

Grade A, and why

create-speech-recording-desktop 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 9d 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.

skills/create-speech-recording-desktop/SKILL.md · 65 lines

What it actually says

Create Speech Recording Desktop

Agent Voice works best in English. For another supported language, choose a matching voice with agent-voice voices and pass --voice and --lang.

Prepare

Set RESPONSE_AS_TEXT to the text's spoken form.

  • For supplied text, preserve every word and punctuation mark in order while translating presentation syntax into speech.
  • For a requested summary or explanation, write natural speech with the same meaning.
  • For tables, state the headers once and read each row as labeled values.

Record

agent-voice speak "$RESPONSE_AS_TEXT" --wait

For long text, create a unique file in the system temporary directory. The operating system handles cleanup.

agent-voice speak --label "$LABEL" --wait < "$RESPONSE_AS_TEXT_FILE"

On OpenCode Desktop, omit --wait. On Antigravity App, follow the special recording and delivery instructions.

Set LABEL to a short subject. For an exact requested filename, replace --label "$LABEL" with --output "$PATH".

Use the matching delivery reference. For speaker playback, add -p; continue after the result reports playback.state: "started". Add --play-after SECONDS to schedule it without blocking.

Deliver

Use the first matching delivery reference:

Setup

If the command is unavailable:

uv tool install agent-voice
agent-voice setup

Resources

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 9d ago First seen · 65 lines · 29 tokens per session scan A 8ecd74125507

Subscribe to this mod's changes

create-speech-recording-desktop is a skill published in the GitHub repository yoav0gal/agent-voice (11 stars, last pushed 21d ago), licensed MIT. It adds 29 tokens to every session and 463 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

audiobook-maker

A workflow for turning long text, novels, and reports into spoken audio files. Text longer than 3,000 Chinese characters is split into smaller sections before speech is generated.

MerkyorLynn/Lynn · 36 tokens

reflect

Use Recall Reflect to review AI coding workflow history as a conversation-first timeline and discuss observed patterns before changing behavior. Trigger when the user asks to reflect on a project, review AI coding workflow, inspect workflow friction, discuss repeated corrections, review handoffs, or explore possible…

samzong/Recall · 57 tokens

podcast

Use when planning, recording, editing or publishing one podcast episode end to end — the run-of-show and guest brief, recording settings, the loudness master, the Podcasting 2.0 sidecars for chapters and transcripts, the RSS item, and timestamped SEO show notes. Covers audio that is quiet on one platform and loud on…

ericrisco/rsc-harness · 118 tokens

anyr

Use when reading, searching, creating, or updating Anytype documents (objects, spaces, types, properties, files, chats) from the command line with the configured anyr CLI, including JSON output patterns for scripting.

stevelr/anytype · 46 tokens

surface

Surface-native display for AI agents, driven by the surface CLI. Use when the user says "surface this", "show me X", or "put it on my display/screen"; wants a live interactive UI, chart, or tool they act on; needs a question answerable from any device; or asks you to react to what they click — even while you're…

Aaryan-Kapoor/Surface · 79 tokens

alibaba-cloud-ai-content-manager

Manage Alibaba Cloud AIContent (AiContent) via OpenAPI/SDK. Use whenever the user needs AI content generation or content workflow operations in Alibaba Cloud, including listing assets, creating/updating generation configurations, checking task status, or troubleshooting failed c…

rondoflow/rondoflow · 57 tokens