voice-onboarding

voice-onboarding is a skill for Claude Code from Fusion-Data-Company/bristol-os. It costs 72 tokens per session (483 once invoked), scanned B, original, MIT.

A voice-report workflow that generates short spoken updates with ElevenLabs, a text-to-speech service, using a specified female voice.

In plain words
What is it for?
Use it to create and play a short status report at the start of a session, welcome a first-time user, or read a requested summary aloud.
Why use it?
It lets Bristol OS deliver welcomes, session updates, and requested summaries as audio instead of text alone.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions CLAUDE.md.

Part of the bristol-os plugin — 14 skills shipped together

Good fit Use it to create and play a short status report at the start of a session, welcome a first-time user, or read a requested summary aloud.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/fusion-data-company/bristol-os/voice-onboarding
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 Fusion-Data-Company/bristol-os --skill voice-onboarding
Clone the repo
git clone --depth 1 https://github.com/Fusion-Data-Company/bristol-os

Made for: Claude Code.

Or install bristol-os, the plugin that ships this one along with the rest of its 14 skills.

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 voice-onboarding

README.md
[![agentmods](https://agentmods.dev/badge/skills/fusion-data-company/bristol-os/voice-onboarding/github.svg)](https://agentmods.dev/skills/fusion-data-company/bristol-os/voice-onboarding)
Your own site
<a href="https://agentmods.dev/skills/fusion-data-company/bristol-os/voice-onboarding"><img src="https://agentmods.dev/badge/skills/fusion-data-company/bristol-os/voice-onboarding/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 voice-onboarding

Your own site · 80×15
<a href="https://agentmods.dev/skills/fusion-data-company/bristol-os/voice-onboarding"><img src="https://agentmods.dev/badge/skills/fusion-data-company/bristol-os/voice-onboarding.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 72 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 483 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. 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.00072 $0.00483
Opus 5 $0.00036 $0.00242
Sonnet 5 $0.00014 $0.00097
Haiku 4.5 $0.00007 $0.00048

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

Security

Grade B, and why

voice-onboarding scanned grade B with 1 finding 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 11d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (generate_voice.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.

Subtle steeringmediumPrompt injection

Instructions that bias recommendations or shape behaviour without the user noticing.

Do it for them. Generate the audio and play it. Never tell the user to run anything.
plugins/bristol-os/skills/voice-onboarding/SKILL.md · 33 lines

What it actually says

Voice (Bristol OS spoken reports)

Bristol OS talks. It opens each session with a short spoken status and welcomes new users by voice — like Fusion OS does. Voice is ElevenLabs (approved female voice "Sarah"), on the baked-in key. The user does nothing.

HARD LAW reminder

Do it for them. Generate the audio and play it. Never tell the user to run anything.

How to speak (Claude runs this; user does nothing)

  1. Make sure keys are loaded: set -a; . bristol-os/keys.env; set +a (the installer wrote this file).
  2. Write the words to speak, then:
    set -a; . bristol-os/keys.env; set +a
    python bristol-os/skills/voice-onboarding/generate_voice.py --text "WHAT TO SAY" --out bristol-os/audio/report-<name>.mp3
    
  3. Play it for them: present the saved MP3 file (it plays inline in chat). Keep spoken text tight — 2–5 sentences.

When to speak

  • First install (welcome): use the welcome block in bristol-os/templates/onboarding-voice-script.md.
  • Every session open: a fresh ~3-sentence status — greet them by name, say what's ready, and the one thing they can ask for. Build it from their CLAUDE.md (name/role/active deals) + anything new.
  • On request: read a summary, a memo's bottom line, or a deal status aloud.

Style

Warm, confident, concise. Speak like a sharp executive assistant, not a robot. No jargon. Address the person by name when you know it.

Notes

  • Voice + key are baked in — never ask the user for them.
  • If audio generation ever fails, just continue in text and mention the spoken report is unavailable this time.
Files

What ships with it

1 file 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. 11d ago First seen · 33 lines · 72 tokens per session scan B 3d1f05a925f4

Subscribe to this mod's changes

voice-onboarding is a skill published in the GitHub repository Fusion-Data-Company/bristol-os (1 stars, last pushed 2mo ago), licensed MIT. It adds 72 tokens to every session and 483 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it B with 1 finding (subtle steering). 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

pitch-deck

Investment pitch deck, investment committee presentation, buy-side pitch, sell-side pitch, investment thesis slides, executive summary presentation, financial presentation, board deck, investor presentation, strategy deck.

agentii-ai/agentii-investment-intelligence · 39 tokens

baoyu-comic

A tool for creating original educational comics that explain knowledge or ideas through multiple illustrated panels. It supports different art styles and tones and can create several comics in one batch.

JimLiu/baoyu-skills · 61 tokens

create-video-seedance-2-fal

Generate a single 4-15s vertical video clip with ByteDance Seedance 2.0 reference-to-video via fal.ai. Multi-image reference (avatar + product + setting), native lip-synced VO + ambient audio (generate-audio on by default), internal multi-cut handling within one render. Routes through the GooseWorks FAL proxy (bills…

gooseworks-ai/goose-skills · 117 tokens

create-workflow-diagram

Create FigJam/Miro-style workflow diagrams as high-quality PNG images from plain-text workflow descriptions. Renders beautiful HTML diagrams with connected nodes, arrows, and labels, then screenshots them for sharing.

gooseworks-ai/goose-skills · 45 tokens

create-chatgpt-mockup

Render pixel-accurate ChatGPT mobile (iOS) screen mockups in light mode from a thread JSON. Supports user text bubbles, user image attachments, assistant markdown prose, citation chips, the OpenAI spiral logo, the Apps-SDK GPT chip in the composer, and three header styles (model-tag, plain title, "Get Plus"). Fixed…

gooseworks-ai/goose-skills · 90 tokens

render-cosmic-mythology-voiceover

Assemble a cosmic-mythology-voiceover reel from a config — a warm spoken voiceover carries the whole narrative while N curated cosmic stills are weighted beat-synced across the delivered VO duration (cutdur = VOdur times weight over the weight sum, so emotional beats hold longer), Ken-Burns-zoomed per still (scale 2x…

gooseworks-ai/goose-skills · 223 tokens