calibrate-my-voice

calibrate-my-voice is a skill for Claude Code, Codex from ymeiri/voice-layer. It costs 108 tokens per session (1,766 once invoked), scanned A, original, MIT.

A consent-based setup skill that creates or updates a local profile describing how you write. It learns from sources you approve, such as commits, code reviews, chat exports, sent email, or documents.

In plain words
What is it for?
Use it before using a write-in-my-voice workflow, or when your preferences have changed. It produces a local voice profile and does not retain raw samples unless you explicitly request that.
Why use it?
It removes the need to restate your writing preferences every time an agent drafts text in your voice. Consent and retention rules limit which private material is used and kept.

Skill for Claude CodeCodex

Written for Claude Code and Codex: shipped in a Claude Code plugin, but also agents/openai.yaml present.

Part of the voice-layer plugin — 2 skills shipped together

Good fit Use it before using a write-in-my-voice workflow, or when your preferences have changed. It produces a local voice profile and does not retain raw samples unless you explicitly request that.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ymeiri/voice-layer/calibrate-my-voice
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 ymeiri/voice-layer --skill calibrate-my-voice
Clone the repo
git clone --depth 1 https://github.com/ymeiri/voice-layer

Made for: Claude Code, Codex.

Or install voice-layer, the plugin that ships this one along with the rest of its 2 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 calibrate-my-voice

README.md
[![agentmods](https://agentmods.dev/badge/skills/ymeiri/voice-layer/calibrate-my-voice/github.svg)](https://agentmods.dev/skills/ymeiri/voice-layer/calibrate-my-voice)
Your own site
<a href="https://agentmods.dev/skills/ymeiri/voice-layer/calibrate-my-voice"><img src="https://agentmods.dev/badge/skills/ymeiri/voice-layer/calibrate-my-voice/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 calibrate-my-voice

Your own site · 80×15
<a href="https://agentmods.dev/skills/ymeiri/voice-layer/calibrate-my-voice"><img src="https://agentmods.dev/badge/skills/ymeiri/voice-layer/calibrate-my-voice.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 108 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,766 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.00108 $0.01766
Opus 5 $0.00054 $0.00883
Sonnet 5 $0.00022 $0.00353
Haiku 4.5 $0.00011 $0.00177

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

Security

Grade A, and why

calibrate-my-voice 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 11d ago.

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

packages/claude-code/skills/calibrate-my-voice/SKILL.md · 111 lines

How it starts

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

Calibrate My Voice

Create or update a local voice-layer profile for the write-in-my-voice skill. Calibration is a consented setup workflow, not a hidden preprocessing step.

Defaults

  • Profile path: ~/.config/voice-layer/voice-profile.md.
  • Template: assets/voice-profile.template.md.
  • Raw samples: do not retain them after analysis unless the user explicitly asks.
  • Exact examples in the profile: keep short and only when the user approves.
  • Assistant-generated text: do not treat it as the user's voice unless the user explicitly accepted or edited it.
  • Retention promises apply to the generated profile and files this skill creates. The active agent, connector, or host application may still persist session transcripts or tool-result artifacts outside the profile. Before reading connector/private sources, disclose this limitation and, where possible, prefer metadata-only inventory, scoped reads, temporary files outside the repo, and cleanup after analysis.

Before reading private sources, state the source, scope, and what will be retained. Ask for confirmation if the user has not already been explicit.

Start every calibration with source negotiation unless the user already gave a complete, explicit source plan and explicitly excluded all other sources.

The negotiation must let the user choose between pasted samples and agent-collected samples. If tools or connectors are available, offer them as options without using them yet.

If using connectors, MCP tools, hosted agents, or agent session exports, explain that raw source content may be visible to the active agent and may be persisted by the agent host as session or tool logs even when the voice profile itself keeps only derived patterns. Do not imply that derived-patterns retention erases all external session artifacts.

Do not use a hard-coded product menu as the final menu. First inventory what the current agent can plausibly collect from, then build the source menu from that local capability set.

Read the full file on GitHub · 111 lines

Files

What ships with it

7 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. 11d ago First seen · 111 lines · 108 tokens per session scan A 6cf84e780152

Subscribe to this mod's changes

calibrate-my-voice is a skill published in the GitHub repository ymeiri/voice-layer (3 stars, last pushed 3mo ago), licensed MIT. It adds 108 tokens to every session and 1,766 once invoked, about $0.0005 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.