audiocpp-extended

audiocpp-extended is a skill for Claude Code, Codex from Elumenotion/GuideAnts. It costs 107 tokens per session (1,499 once invoked), scanned A, a copy of audiocpp-extended, Apache-2.0.

An experimental audio.cpp extension that exposes extra speech features beyond the standard wrapper, including speaker-labelled transcripts and voice cloning from supplied audio. It also supports options such as fixed random seeds, built-in speakers, and choosing a language when the underlying route allows it.

In plain words
What is it for?
Separating speakers in recordings, making transcripts that identify who spoke, cloning a consenting speaker's voice, and using additional text-to-speech models or controls.
Why use it?
It gives access to audio models and scenarios that the standard GuideAnts interface does not include. The skill requires checking which routes work in the current environment before using them.

Skill for Claude CodeCodex

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

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/elumenotion/guideants/audiocpp
Any agent
npx skills add Elumenotion/GuideAnts --skill audiocpp
Clone the repo
git clone --depth 1 https://github.com/Elumenotion/GuideAnts

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 audiocpp-extended

README.md
[![agentmods](https://agentmods.dev/badge/skills/elumenotion/guideants/audiocpp.svg)](https://agentmods.dev/skills/elumenotion/guideants/audiocpp)
Your own site
<a href="https://agentmods.dev/skills/elumenotion/guideants/audiocpp"><img src="https://agentmods.dev/badge/skills/elumenotion/guideants/audiocpp.svg" alt="Measured on agentmods" height="20"></a>
Per session 107 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,499 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 100% copy Near-identical to another mod 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.00107 $0.01499
Opus 5 $0.00053 $0.00749
Sonnet 5 $0.00021 $0.00300
Haiku 4.5 $0.00011 $0.00150

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

Security

Grade A, and why

audiocpp-extended 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.

The scan reads SKILL.md. This mod also ships 6 executable files (scripts/diarize.py, scripts/engine_tool.py, scripts/fetch_model.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Origin

This is a copy

100% identical to audiocpp-extended — 204 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

samples/skills/audiocpp skills/audiocpp/SKILL.md · 140 lines

How it starts

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

audio.cpp extended (experimental)

Paths — fixed layout, do not probe or re-derive. The sandbox CWD is the notebook's output directory. Skill scripts live under Skills/audiocpp/scripts/ relative to it. Write deliverables with bare filenames; never prefix with Output/.

GuideAnts product ASR/TTS only expose {text, voice, speed} against a fixed catalog. This skill reaches the raw engine surface without GuideAntsApi / ServiceModes changes.

Default path: PC sandbox → GPU host raw audiocpp gateway. That host is a transparent reverse proxy to full audiocpp_server (/asr/*, /tts/*, /private/*), plus /files staging and /admin/* for model fetch / private spawn. Scripts use AUDIOCPP_SKILL_BASE_URL when set. Do not call 127.0.0.1:18082/18084 from a PC sandbox — those ports exist only inside the GPU host AI container.

Everything here is experimental. Run the probe first, trust its report, and tell the user plainly when a route is blocked.

Environment (required for PC → the GPU host)

AUDIOCPP_SKILL_BASE_URL=http://<gpu-host-lan-ip>:8112/audiocpp-skill
AUDIOCPP_SKILL_TOKEN=<same as the GPU host GA_AUDIOCPP_SKILL_TOKEN>

Optional: HF_TOKEN for gated downloads (runs on the GPU host).

With these set, scripts stage workspace audio via /files, call raw engine JSON under /asr|/tts|/private, download models into /models-local/skill/… on the GPU host, and spawn private engines there. See references/engine-api.md.

Always start with the probe

python3 Skills/audiocpp-extended/scripts/probe.py

Expect routes.route5_remote_skill_gateway.open: true on a PC sandbox. Do not attempt a route the probe marked blocked.

Cloning from a reference clip is supported when the speaker consents (own voice or stated permission). Decline only unconsented third-party imitation.

What to run (raw gateway path)

ASR / TTS must already be loaded on the GPU host via GuideAnts Settings (API lifecycle). Then:

Read the full file on GitHub · 140 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 Changed · -46 lines · -33 tokens per session scan D → A 7e0b385ec958
  2. 6d ago First seen · 186 lines · 140 tokens per session scan D 4cdbce99b021

Subscribe to this mod's changes

audiocpp-extended is a skill published in the GitHub repository Elumenotion/GuideAnts (56 stars, last pushed 2d ago), licensed Apache-2.0. It adds 107 tokens to every session and 1,499 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to audiocpp-extended, differing in 204 lines, and is treated as a copy.

Related

Other skills, from other repositories

project-release

Prepare, publish, verify, or recover a cloakbrowser-mcp release only when the user explicitly requests release work. Require a Prompt MCP-confirmed target version and stability, follow the repository's version, changelog, PR, GitHub Release, npm, Docker, MCP Registry, and docs process, and never tag, publish…

swimmwatch/cloakbrowser-mcp · 85 tokens

project-pull-request

Create, update, prepare, or review a cloakbrowser-mcp GitHub Pull Request only when the user explicitly requests PR work. Follow the repository's branch, base/head, assignee, title, template, check, security, and reporting rules; review remains read-only, and commit, push, PR creation/update, readiness changes, merge…

swimmwatch/cloakbrowser-mcp · 83 tokens

spec-driven-development

Author the authoritative /spec workflow for a substantial cloakbrowser-mcp change when the user invokes /spec, explicitly requests a specification, or authorizes specification work that lacks a durable contract. Establish repository facts, use the globally installed Prompt MCP for every material decision, persist…

swimmwatch/cloakbrowser-mcp · 89 tokens

planning-and-task-breakdown

Author the authoritative /plan workflow for substantial cloakbrowser-mcp work when the user invokes /plan or explicitly requests implementation planning, decomposition, milestones, or review-gated task packets. Require an approved specification, use Prompt MCP for unresolved material planning and authorization…

swimmwatch/cloakbrowser-mcp · 89 tokens

code-review-and-quality

Review a proposed or completed cloakbrowser-mcp change only when the user explicitly requests code review, quality review, or a pre-merge assessment. Evaluate strict TypeScript, CLI and transport contracts, upstream-tool parity, child-process and session boundaries, tests, docs, packaging, workflows, security, and…

swimmwatch/cloakbrowser-mcp · 84 tokens

documentation-and-adrs

Write or revise cloakbrowser-mcp technical documentation or record a settled architecture decision only when the user explicitly requests documentation, an ADR, or documentation required by an authorized public-contract change. Use for bridge architecture, CLI and environment configuration, stdio or Streamable HTTP…

swimmwatch/cloakbrowser-mcp · 93 tokens