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 voicelogica/voice-logica-plugin --skill edit-voice-agentsgit clone --depth 1 https://github.com/voicelogica/voice-logica-pluginWrote 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/voicelogica/voice-logica-plugin/edit-voice-agents)<a href="https://agentmods.dev/skills/voicelogica/voice-logica-plugin/edit-voice-agents"><img src="https://agentmods.dev/badge/skills/voicelogica/voice-logica-plugin/edit-voice-agents/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/voicelogica/voice-logica-plugin/edit-voice-agents"><img src="https://agentmods.dev/badge/skills/voicelogica/voice-logica-plugin/edit-voice-agents.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.00058 | $0.02674 |
| Opus 5 | $0.00029 | $0.01337 |
| Sonnet 5 | $0.00012 | $0.00535 |
| Haiku 4.5 | $0.00006 | $0.00267 |
Grade A, and why
edit-voice-agents 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.
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 — 173 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Edit Voice Logica agents
Use Voice Logica MCP tools to read the live agent first, then change only the fields the user asked for. Do not invent agent IDs or field names.
Build a new agent
Order of operations:
- Confirm purpose, languages, inbound vs outbound, whether they already have a number, and which integrations the call must use.
get_agents— do not create a duplicate name.create_agentwith the name and details they gave. Thenget_agentand configure the rest with the tools below. Do not invent a create payload schema.- Switch the agent to Power View if they need transfers, tools, analysis, or end-call (
viewModeis per agent:business|power). Business View shows only AI Assistant + Languages. - Prompt (
update_agent_prompt) and welcome (update_agent_welcome_message). Do not put the same greeting in both. - Languages / voices:
list_agent_languages/add_agent_language/list_voices. - End-call:
get_agent_end_call_config/update_agent_end_call_config. Never put"transferring"inendCallReasons. - Transfers if needed — see below. Always
get_agent_transfer_settingsfirst. - Tools:
list_agent_tools/update_agent_tool. Enable only what the flow needs. Company integrations are a separate step (manage-integrations). - Knowledge: assign + enable; wait until embeddings are ready; then trim facts out of the prompt.
- Phone:
manage-phones. An agent with no DID will not take inbound PSTN calls. save_agent_versionafter a working config.- Test with a real call and a Call ID.
Limits (do not invent others): agent name 100 chars; description 500 (internal); tone 200. System prompt ideal 15,000–20,000 characters (plan feature system-prompt may block save). Knowledge Q&A: question ~200 chars, answer ~750; document mode subject 100 / content 2500. Split facts across many Q&As. Summary prompt 5000; transcription prompt 160; analysis prompt is plan analysis-prompt. Hold-sound upload 50 MB / trim ~60 s.
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.
- 11d ago First seen · 173 lines · 58 tokens per session scan A 11bf4d00ceda
edit-voice-agents is a skill published in the GitHub repository voicelogica/voice-logica-plugin (0 stars, last pushed 19d ago), licensed MIT. It adds 58 tokens to every session and 2,674 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-31.
Other skills, from other repositories
gws-gmail-send
Skill "gws-gmail-send" from googleworkspace/cli, covering gmail +send, usage, flags, examples and tips.
gws-shared
The gws binary must be on $PATH. See the project README for install options.
gws-sheets
Google Sheets: Read and write spreadsheets.
gws-gmail
Gmail: Send, read, and manage email.
gws-modelarmor
Google Model Armor: Filter user-generated content for safety.
gws-docs
Read and write Google Docs.