voice-refresh

voice-refresh is a command for Claude Code from assafkip/kipi-system. It costs 59 tokens per session (546 once invoked), scanned A, original, MIT.

A command that updates a founder's writing-style reference from recent Granola meeting transcripts. Granola is a meeting-recording and transcription tool, and the process keeps only the founder's identified speech.

In plain words
What is it for?
Use it to gather meetings since the last refresh, extract the founder's speech, check for transcription problems, run the update process, and present changes for approval.
Why use it?
It makes voice updates traceable and prevents unreviewed or poorly diarized meeting content from being added automatically.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Part of the kipi-core plugin — 10 skills, 7 commands shipped together

Good fit Use it to gather meetings since the last refresh, extract the founder's…

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/assafkip/kipi-system/voice-refresh
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.

Clone the repo
git clone --depth 1 https://github.com/assafkip/kipi-system

Made for: Claude Code.

Or install kipi-core, the plugin that ships this one along with the rest of its 10 skills, 7 commands.

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-refresh

README.md
[![agentmods](https://agentmods.dev/badge/commands/assafkip/kipi-system/voice-refresh.svg)](https://agentmods.dev/commands/assafkip/kipi-system/voice-refresh)
Your own site
<a href="https://agentmods.dev/commands/assafkip/kipi-system/voice-refresh"><img src="https://agentmods.dev/badge/commands/assafkip/kipi-system/voice-refresh.svg" alt="Measured on agentmods" height="20"></a>
Per session 59 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 546 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.00059 $0.00546
Opus 5 $0.00030 $0.00273
Sonnet 5 $0.00012 $0.00109
Haiku 4.5 $0.00006 $0.00055

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

Security

Grade A, and why

voice-refresh 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 7d 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.

plugins/kipi-core/commands/voice-refresh.md · 45 lines

What it actually says

/voice-refresh

Interactive monthly refresh of the founder-voice skill. This command runs in a session because Stage 1 needs the Granola MCP, which is not reachable headless. PRD prd-voice-refresh-monthly-2026-07-04.

Steps

  1. Determine lookback. Read automation/.voice-refresh-last. Lookback = since that timestamp; if missing, last 30 days. An explicit since <date> argument overrides.

  2. Pull (Stage 1, MCP). List Granola meetings in the window and pull each transcript. Write the usable ones to the corpus input dir. Then run: python3 q-system/.q-system/scripts/granola-voice-harvest.py <input_dir> q-system/output/voice-corpus The harvest isolates Me: speech and flags any degraded-diarization meeting.

  3. Accrete, do not replace. Keep meetings from the last 12 months; age out older ones. New meetings append to the corpus input dir.

  4. Orchestrate (Stages 2-3, headless-safe). Run: python3 automation/voice_refresh.py q-system/output/voice-corpus It REFUSES to proceed if any meeting is review-flagged (contamination gate), and STOPS with an environmental-trigger diagnosis if claude is unavailable. It emits q-system/output/voice-corpus/voice-delta.md.

  5. Present the delta (FOUNDER-GATED). Show voice-delta.md to the founder. Do NOT write voice-dna.md. On approval, merge via the same flow used to ship the voice skill: edit the skeleton voice-dna.md, bump the kipi-core plugin.json version, commit, push, pull the marketplace clone.

  6. Stamp. On a completed run, write the current timestamp to automation/.voice-refresh-last.

Hard rule

voice-dna.md is only ever changed by a reviewed merge the founder approves. This command never edits it directly. Report flagged/excluded meetings so a good one can be hand-rescued.

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. 7d ago First seen · 45 lines · 59 tokens per session scan A 329ec8961fa0

Subscribe to this mod's changes

voice-refresh is a command published in the GitHub repository assafkip/kipi-system (109 stars, last pushed today), licensed MIT. It adds 59 tokens to every session and 546 once invoked, about $0.0003 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.