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.
npx skills add augchan42/inkstone --skill voice-calibrationgit clone --depth 1 https://github.com/augchan42/inkstoneWrote 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/augchan42/inkstone/voice-calibration)<a href="https://agentmods.dev/skills/augchan42/inkstone/voice-calibration"><img src="https://agentmods.dev/badge/skills/augchan42/inkstone/voice-calibration/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.
<a href="https://agentmods.dev/skills/augchan42/inkstone/voice-calibration"><img src="https://agentmods.dev/badge/skills/augchan42/inkstone/voice-calibration.svg" alt="Reviewed on agentmods" width="80" 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.00045 | $0.01338 |
| Opus 5 | $0.00023 | $0.00669 |
| Sonnet 5 | $0.00009 | $0.00268 |
| Haiku 4.5 | $0.00005 | $0.00134 |
Grade A, and why
voice-calibration 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.
How it starts
The opening of the file, as written. The whole thing — 184 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Voice Calibration
Build a voice profile from live writing samples typed in the terminal. The profile captures sentence rhythm, rhetorical habits, vocabulary tendencies, and tonal signatures — then saves it as a reusable reference for future content generation.
Why Live Samples
AI-assisted writing blends the author's voice with the model's defaults. To capture authentic voice, every sample must be typed fresh by the user in the terminal with no AI drafting or editing. Quantity matters less than authenticity — 6-8 raw responses are enough.
Workflow
Round 1 (General) → 4 prompts — capture base voice
Round 2 (Domain) → 4 prompts — capture subject-matter tone
Analysis → extract patterns
Voice profile → save to file
Round 1: General Voice (4 prompts)
Ask these one at a time using AskUserQuestion. Wait for each response before asking the next. Do NOT paraphrase or suggest answers.
Prompt 1 — Opinion
You have 3-4 sentences. What's something most people in your field get wrong?
Prompt 2 — Explanation
Explain something you understand deeply to someone who knows nothing about it. 3-5 sentences.
Prompt 3 — Reaction
Think of something you read recently that made you stop and think. What was it, and what was your reaction? Write it as if you're telling a friend.
Prompt 4 — Contrast
Describe two things that most people think are similar but you think are fundamentally different. 2-4 sentences.
Round 2: Domain Voice (4 prompts)
If --domain was passed, use that topic. Otherwise ask:
What domain will this voice profile be used for? (e.g., I-Ching commentary, product marketing, technical writing)
Then ask these one at a time, tailored to the stated domain:
Prompt 5 — Hook
Write the opening 2-3 sentences of a post about [domain topic]. Assume the reader doesn't care yet — make them care.
Prompt 6 — Corrective
What's a common misconception in [domain]? Correct it in 3-4 sentences the way you'd actually say it.
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.
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.
- 9d ago First seen · 184 lines · 45 tokens per session scan A dee9ee805a0b
voice-calibration is a skill published in the GitHub repository augchan42/inkstone (4 stars, last pushed 13d ago), licensed MIT. It adds 45 tokens to every session and 1,338 once invoked, about $0.0002 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.
Other skills, from other repositories
xiaohongshu-search-full
Search Xiaohongshu (XHS / RedNote) notes by keyword with full field extraction including body text, topics/tags, image list URLs, video stream URL, publish timestamp, and all engagement stats (likes, collects, comments, shares). Supports all page filter options: sort order (general, latest, most liked, most commented…
x-tweet-by-conversation
Collects every tweet in an X (Twitter) conversation thread given a conversation id (root tweet id) — the focal tweet plus all replies, sub-replies, and quote chains — and returns normalized per-tweet data with text, author, engagement counts, media, hashtags, mentions, inreplyto mapping, and cursor for pagination. Use…
amazon-reviews-api-skill
This skill helps users automatically extract Amazon product reviews via the Amazon Reviews API. Agent should proactively apply this skill when users express needs like getting reviews for Amazon product with ASIN B07TS6R1SF, analyzing customer feedback for a specific Amazon item, getting ratings and comments for a…
amazon-competitor-analyzer
Scrapes Amazon product data from ASINs using browseract.com automation API and performs surgical competitive analysis. Compares specifications, pricing, review quality, and visual strategies to identify competitor moats and vulnerabilities.
add-cloud-flow
Integrates Power Automate cloud flows into a Power Pages site. Lists available flows, suggests relevant ones based on intent, identifies scenarios and web roles, creates metadata files, and generates client-side code to call flows. Handles both new flow registration and adding already-registered flows to additional…
configure-env-variables
Configures environment variables for Power Pages site settings to support ALM across environments. Creates environment variable definitions in Dataverse, guides the user through linking site settings to those variables via the Power Pages Management app, adds the variables to the solution, and generates a…