GENesis-AGI: Skill for Claude Code

.claude/skills/voice-master/SKILL.md

voice-master is a skill for Claude Code from WingedGuardian/GENesis-AGI. It costs 166 tokens per session (429 once invoked), scanned A, original, MIT.

A writing guide that helps produce text in a person's established voice, including writing on their behalf or under an anonymous persona.

In plain words
What is it for?
It is for drafting content, matching a user's writing style, rewriting text to sound more natural, and creating forum or anonymous posts when requested.
Why use it?
It gives writing tasks a consistent voice and includes checks intended to make the result sound less machine-generated.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: reads .claude/ paths.

This is WingedGuardian/GENesis-AGI's own configuration. It tells Claude Code how to work on GENesis-AGI itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything GENesis-AGI configures →

Reuse

Borrowing it

Nothing to install: this file belongs to WingedGuardian/GENesis-AGI. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/WingedGuardian/GENesis-AGI/main/.claude/skills/voice-master/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/WingedGuardian/GENesis-AGI

Made for: Claude Code.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/wingedguardian/genesis-agi/voice-master"><img src="https://agentmods.dev/badge/skills/wingedguardian/genesis-agi/voice-master.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 166 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 429 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 3 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Rogue Agent · line 6
    Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.
    Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
  • medium Agent Snooping · line 25
    Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.
    Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
  • medium Agent Snooping · line 27
    Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.
    Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
How audits are shown
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.00166 $0.00429
Opus 5 $0.00083 $0.00215
Sonnet 5 $0.00033 $0.00086
Haiku 4.5 $0.00017 $0.00043

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

Security

Grade A, and why

voice-master 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 9d 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.

.claude/skills/voice-master/SKILL.md · 36 lines

What it actually says

Voice Master — entry point (canonical skill in the repo skill library)

This Tier-1 entry exists so the skill is natively discoverable. The complete voice-master skill — workflow, Quick Mode, calibration, stealth mode, anti-slop rules, and all references — is maintained as the single source of truth at:

src/genesis/skills/voice-master/SKILL.md

To use this skill: read src/genesis/skills/voice-master/SKILL.md and follow it exactly — including its mandatory two-part workflow (voice match + anti-slop audit) and its User Calibration Overlay resolution. All reference files it cites live in src/genesis/skills/voice-master/references/.

Your private voice data (exemplars, voice-dimensions) stays in the user overlay at ~/.claude/skills/voice-master/ and is never read from or written to this repo. This file holds no voice behavior of its own — there is one source of truth, in the repo skill library above.

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. 9d ago First seen · 36 lines · 166 tokens per session scan A 21d966876021

Subscribe to this mod's changes

voice-master is a skill published in the GitHub repository WingedGuardian/GENesis-AGI (96 stars, last pushed today), licensed MIT. It adds 166 tokens to every session and 429 once invoked, about $0.0008 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.

Related

Other skills, from other repositories

search

Unified academic paper search, citation chains, paper download (arXiv LaTeX/PDF, Sci-Hub), figure extraction from papers, LaTeX source reading, BibTeX fetching, web search, and browser automation for Cloudflare-protected sites (PRL, Science, Nature, Google Scholar).

Muuuun/luxas · 0 tokens

qec-construct

Verifier-in-the-loop CONSTRUCTION of quantum error-correcting codes with transversal non-Clifford gates (CCZ/T). Applies whenever the project goal is a new or better code/construction — INCLUDING search-phrased goals ("find codes beating X"), where the construct-loop (propose algebraic rule → qverify → debug) is the…

Muuuun/luxas · 148 tokens

figure

Hybrid figure pipeline (Nano Banana raster + rembg background removal + TikZ vector assembly). Includes a TikZ template library covering quantum circuits (quantikz), Feynman diagrams (tikz-feynman), circuits (circuitikz), molecules (chemfig), 2D/3D plots (pgfplots), energy-level diagrams, phase-space trajectories…

Muuuun/luxas · 104 tokens

memory

Cross-project research memory. Deep-dive past projects' notes, record corrections, and save cross-project insights across all Luxas research projects.

Muuuun/luxas · 30 tokens

compute-methods

Environment-verified friction sheets for field-standard computational tools (Rydberg pair interactions, QEC circuits, qLDPC decoding, code distance, atom dynamics, optics, quantum chemistry). Each sheet lists the tools the field actually uses, the first-use frictions that make agents wrongly abandon them, and one-line…

Muuuun/luxas · 113 tokens

context-window-management

Strategies for managing LLM context windows including summarization, trimming, routing, and avoiding context rot.

LiHongwei-cn/lihongwei-cn · 23 tokens