edit-voice-agents

edit-voice-agents is a skill for Claude Code from voicelogica/voice-logica-plugin. It costs 58 tokens per session (2,674 once invoked), scanned A, original, MIT.

Instructions for creating and editing Voice Logica phone-agent settings, including prompts, greetings, languages, transfers, knowledge files, and editor tabs. A voice agent is an automated system that speaks with callers.

In plain words
What is it for?
Use it to build or update a Voice Logica agent, change its behavior or languages, configure transfers, and manage its connected tools or knowledge.
Why use it?
It provides the required order for reading the current agent and changing only the requested settings. This helps avoid duplicate agents, conflicting greetings, or incorrect transfer and call-ending configuration.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the voice-logica plugin — 17 skills, 1 MCP server shipped together

Good fit Use it to build or update a Voice Logica agent, change its behavior or languages, configure transfers, and manage its connected tools or knowledge.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/voicelogica/voice-logica-plugin/edit-voice-agents
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.

Any agent
npx skills add voicelogica/voice-logica-plugin --skill edit-voice-agents
Clone the repo
git clone --depth 1 https://github.com/voicelogica/voice-logica-plugin

Made for: Claude Code.

Or install voice-logica, the plugin that ships this one along with the rest of its 17 skills, 1 MCP server.

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 edit-voice-agents

README.md
[![agentmods](https://agentmods.dev/badge/skills/voicelogica/voice-logica-plugin/edit-voice-agents/github.svg)](https://agentmods.dev/skills/voicelogica/voice-logica-plugin/edit-voice-agents)
Your own site
<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.

agentmods 80×15 button for edit-voice-agents

Your own site · 80×15
<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>
Per session 58 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,674 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.00058 $0.02674
Opus 5 $0.00029 $0.01337
Sonnet 5 $0.00012 $0.00535
Haiku 4.5 $0.00006 $0.00267

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

Security

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.

skills/edit-voice-agents/SKILL.md · 173 lines

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:

  1. Confirm purpose, languages, inbound vs outbound, whether they already have a number, and which integrations the call must use.
  2. get_agents — do not create a duplicate name.
  3. create_agent with the name and details they gave. Then get_agent and configure the rest with the tools below. Do not invent a create payload schema.
  4. Switch the agent to Power View if they need transfers, tools, analysis, or end-call (viewMode is per agent: business | power). Business View shows only AI Assistant + Languages.
  5. Prompt (update_agent_prompt) and welcome (update_agent_welcome_message). Do not put the same greeting in both.
  6. Languages / voices: list_agent_languages / add_agent_language / list_voices.
  7. End-call: get_agent_end_call_config / update_agent_end_call_config. Never put "transferring" in endCallReasons.
  8. Transfers if needed — see below. Always get_agent_transfer_settings first.
  9. Tools: list_agent_tools / update_agent_tool. Enable only what the flow needs. Company integrations are a separate step (manage-integrations).
  10. Knowledge: assign + enable; wait until embeddings are ready; then trim facts out of the prompt.
  11. Phone: manage-phones. An agent with no DID will not take inbound PSTN calls.
  12. save_agent_version after a working config.
  13. 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.

Read the full file on GitHub · 173 lines

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. 11d ago First seen · 173 lines · 58 tokens per session scan A 11bf4d00ceda

Subscribe to this mod's changes

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.