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 manage-smsgit 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/manage-sms)<a href="https://agentmods.dev/skills/voicelogica/voice-logica-plugin/manage-sms"><img src="https://agentmods.dev/badge/skills/voicelogica/voice-logica-plugin/manage-sms/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/manage-sms"><img src="https://agentmods.dev/badge/skills/voicelogica/voice-logica-plugin/manage-sms.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.00048 | $0.00878 |
| Opus 5 | $0.00024 | $0.00439 |
| Sonnet 5 | $0.00010 | $0.00176 |
| Haiku 4.5 | $0.00005 | $0.00088 |
Grade A, and why
manage-sms 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 — 77 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Manage Voice Logica SMS and Viber
MCP tools
send_smsget_smslist_sms_sendersadd_sms_senderverify_sms_sendersend_viber
Agent tool: send_sms on the agent (list_agent_tools / update_agent_tool) with a senderId.
Sender management in the app is admin or account-manager.
3-layer rule
- Add and verify a sender (
add_sms_sender→verify_sms_sender). - Set
senderIdon the agent'ssend_smstool. - Test with a Call ID or a one-off
send_sms, thenget_sms. Always test to a real phone.
Never paste live sender tokens, provider passwords, or API keys into chat.
Phone numbers need a valid format (country code). Workflow sendSms nodes have the same requirement.
Not sending vs garbled UTF-8
These are different failures. Do not treat them as one.
Not sending (no message, provider error, pending verify):
list_sms_senders— is the sender there and verified?- Is
senderIdset on the agent tool? get_smsfor the attempt — status and error.- Check the Call ID
toolCallsif this was during a call. - If this is a workflow SMS: did execution reach the
sendSmsnode? Any credit / balance issue?
Garbled UTF-8 (Greek or other non-ASCII looks like ???? or mojibake):
The sender and route are working. The payload encoding is wrong. Resend with proper UTF-8 text. Do not rotate the sender or rewrite the prompt as the first step. English-fine / Greek-broken is the signature.
Text the caller after a call
Two routes. Notification SMS (analysisSmsConfig / phoneNumbers / sendSmsCondition: "evaluate_condition") goes to the business, not the caller — wrong feature for this ask.
Route A — appointment was booked. Built-in confirmation on appointment settings: sendConfirmation, confirmationPrompt, confirmationSmsSenderId (manage-calendar-google-microsoft). Sender fallback: appointment setting → agent send_sms sender → VoiceLogica. Test a real call before promising it.
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 · 77 lines · 48 tokens per session scan A 077d000f91a7
manage-sms is a skill published in the GitHub repository voicelogica/voice-logica-plugin (0 stars, last pushed 19d ago), licensed MIT. It adds 48 tokens to every session and 878 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
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.