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 Zandereins/schliff --skill c5-voicegit clone --depth 1 https://github.com/Zandereins/schliffWrote 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/zandereins/schliff/c5-voice)<a href="https://agentmods.dev/skills/zandereins/schliff/c5-voice"><img src="https://agentmods.dev/badge/skills/zandereins/schliff/c5-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.
<a href="https://agentmods.dev/skills/zandereins/schliff/c5-voice"><img src="https://agentmods.dev/badge/skills/zandereins/schliff/c5-voice.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.00025 | $0.00669 |
| Opus 5 | $0.00013 | $0.00334 |
| Sonnet 5 | $0.00005 | $0.00134 |
| Haiku 4.5 | $0.00003 | $0.00067 |
Grade A, and why
call 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.
This is a copy
88% identical to call — 5 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 103 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/call
Voice conversations with Claude (Opus 4.5) about your projects.
Quick Start
# One-time setup
pip install claude-code-voice
claude-code-voice setup # Add API key, phone, name
# Register a project
cd your-project
claude-code-voice register
# Start receiving calls (does everything automatically)
claude-code-voice start
That's it! Now you can:
- Outbound: Run
claude-code-voice callto have Claude call you - Inbound: Call the Vapi number shown and Claude answers with your project loaded
Commands
| Command | Description |
|---|---|
setup |
Configure Vapi API key, your phone number, and name |
register |
Register current directory as a project |
start |
Easy mode - starts server + tunnel, configures everything |
call [topic] |
Have Claude call you about current/recent project |
status |
Check if everything is configured |
config name <name> |
Update your name for greetings |
Features
Personalized Greetings
Claude greets you by name: "Hey Sarah! I've got my-project loaded up."
Set your name during setup or update it:
claude-code-voice config name YourName
Live Project Context
During calls, Claude can:
- Read your files
- Search your code
- Check git status
- See recent changes
Auto-Sync Transcripts
Transcripts automatically save to ~/.claude/skills/call/data/transcripts/ when calls end.
How It Works
- Setup stores your Vapi API key and creates voice tools
- Register snapshots your project context (git status, recent files, etc.)
- Start runs a local server + tunnel so Vapi can reach your code
- Calls use Opus 4.5 with your project context preloaded
Requirements
- Vapi account with API key (https://dashboard.vapi.ai)
- Vapi phone number (purchase in dashboard ~$2/month)
- Node.js (for localtunnel)
Troubleshooting
Call doesn't connect
claude-code-voice status # Check configuration
Claude can't access files during call
Make sure claude-code-voice start is running in a terminal.
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.
- 7d ago First seen · 103 lines · 25 tokens per session scan A fc65992a57e1
call is a skill published in the GitHub repository Zandereins/schliff (16 stars, last pushed today), licensed MIT. It adds 25 tokens to every session and 669 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 88% identical to call, differing in 5 lines, and is treated as a copy.
Other skills, from other repositories
daf-jira-mcp
Using MCP JIRA tools with DevAIFlow validation logic and field intelligence.
daf-jira-fields
JIRA field mapping rules, validation, and defaults for DevAIFlow.
daf-jira
JIRA operations (view, create, update, comment) with Wiki markup syntax reference.
daf-notes
Add and view progress notes for sessions.
composio
Route and complete Composio work across Composio For You and Composio Platform. Use when the user mentions Composio; wants an agent to use apps such as Gmail, Slack, GitHub, Notion, Calendar, or Linear; needs first-time setup, an SDK or MCP integration, CLI operation, migration guidance, current documentation, or help…
docs-decisions
Work on Composio documentation content, Fumadocs configuration, changelogs, docs automation prompts, docs decisions, ADR-style records, and docs review guidance. Use for files under docs/, documentation workflows, or requests to record or update a docs decision. Do not use for SDK runtime changes unless docs are the…