Getting it into your agent
There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.
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.
[](https://agentmods.dev/skills/opendcai/gamefactory-3a/audio)<a href="https://agentmods.dev/skills/opendcai/gamefactory-3a/audio"><img src="https://agentmods.dev/badge/skills/opendcai/gamefactory-3a/audio.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.02048 |
| Opus 5 | $0.00000 | $0.01024 |
| Sonnet 5 | $0.00000 | $0.00410 |
| Haiku 4.5 | $0.00000 | $0.00205 |
Grade A, and why
audio 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.
How it starts
The opening of the file, as written. The whole thing — 215 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Audio generation and QA Skill
Use this Skill when a game plan requires dialogue, voice lines, sound effects, foley, ambience, or other offline WAV assets. This is asset generation, not a runtime audio-playback contract; use the selected engine context after an asset has passed review.
Scope and output
The audio chain is:
Task dict / JSONL → GenAudioOperator → selected audio model → WAV + meta.json
- Model implementations:
<REPO_PATH>/models/gen_audio/ - Task and artifact handling:
<REPO_PATH>/operators/gen_audio/ - Runner and batch execution:
<REPO_PATH>/pipeline/assets_gen/gen_audio/ - Free smoke checks:
<REPO_PATH>/test/harness/ - Generated results:
<REPO_PATH>/test_data/outputs/<game_id>/<run_id>/assets/audio/<task_id>/
Use <REPO_PATH>/pipeline/common/paths.py for output locations. Mechanics and UI belong in
that game's run directory, not in root-level <REPO_PATH>/test_data/outputs/mechanic/ or
<REPO_PATH>/test_data/outputs/ui/ directories.
Plan before generating
For every audio task, record:
- the game moment and source (player, enemy, world, UI, cinematic);
- asset type:
dialogueorsound_effect; - duration required by the game code that will play it (fire-rate interval, animation length, loop period), plus language/voice requirements, emotional delivery, distance, perspective, and any diegetic context;
- style references, loudness/mixing intent, looping need, and acceptance criteria;
- route (download vs generate), backend choice, expected cost, and licence/provenance.
Do not ask a generator to imitate a named living performer or use reference recordings without the required rights. Never commit audio API keys or private reference recordings.
Backend selection
| Need | Preferred route | Notes |
|---|---|---|
| Character dialogue / TTS | Qwen3-TTS or Seed Audio | Choose a voice that is licensed and suitable for the game; record speaker configuration. |
| Natural / mechanical one-shots (gunshots, thunder, rain, wind, footsteps, engines, impacts, doors) | Download a licence-checked recording | A real recording beats a generated one for these; see Download natural sound effects first below. |
| Sound effects / foley / ambience that cannot be sourced | Sony Woosh-DFlow or Seed Audio | Generate a focused one-shot first; layer and mix only after QA. |
| Fast cloud dialogue or SFX | Seed Audio 1.0 | One API supports both slots and outputs an offline WAV asset. |
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.
- 6d ago First seen · 215 lines · 0 tokens per session scan A 3dfab50c9f61
audio is a skill published in the GitHub repository OpenDCAI/GameFactory-3A (453 stars, last pushed today), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 2,048 tokens. 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.
Other skills, from other repositories
alpha-scene-gen
Generates AI 3D models through the Alpha3D MCP connector and imports them directly into the user's currently open Blender scene, scaled and placed to build out a described environment, prop set, or character roster. Use this skill whenever the user wants to populate, build, dress, furnish, or fill a Blender scene with…
meshy-3d-generation
Generate 3D models, textures, images, rig characters, and animate them using the Meshy AI API. Handles API key detection, setup, and all generation workflows via direct HTTP calls. Use when the user asks to create 3D models, convert text/images to 3D, texture models, rig or animate characters, or interact with the…
meshy-openclaw
Generate 3D models, textures, images, rig characters, animate them, and prepare for 3D printing using the Meshy AI API. Handles API key detection, task creation, polling, downloading, and full 3D print pipeline with slicer integration. Use when the user asks to create 3D models, convert text/images to 3D, texture…
usd-tools
Infrastructure skill — low-level OpenUSD scene inspection and validation: read layer stacks, traverse prims, validate USD schemas. Use when working directly with raw USD files (usda, usdc, usdz) or verifying USD compliance. Not for Maya-specific USD export — use maya-pipelineexportusd for that. Not for full DCC…
hard-surface
AAA hard surface modeling for sci-fi, industrial, military, vehicles, weapons, robotics, and mechanical props. Use for boolean/bevel workflows, panel lines, greebles, chamfers, and manufacturing-accurate surfaces in Blender via MCP.
character-artist
AAA character modeling for human anatomy, stylization, facial topology, clothing, hair, and animation-ready meshes. Use for game characters, facial expressions, and production character assets in Blender via MCP.