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 hyperfx-ai/marketing-skills --skill twiliogit clone --depth 1 https://github.com/hyperfx-ai/marketing-skillsWrote 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/hyperfx-ai/marketing-skills/twilio)<a href="https://agentmods.dev/skills/hyperfx-ai/marketing-skills/twilio"><img src="https://agentmods.dev/badge/skills/hyperfx-ai/marketing-skills/twilio/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/hyperfx-ai/marketing-skills/twilio"><img src="https://agentmods.dev/badge/skills/hyperfx-ai/marketing-skills/twilio.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00902 |
| Opus 5 | $0.00023 | $0.00451 |
| Sonnet 5 | $0.00009 | $0.00180 |
| Haiku 4.5 | $0.00005 | $0.00090 |
Grade A, and why
twilio 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 13d 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 — 116 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Twilio Communications
Use this skill for all Twilio tasks including SMS, WhatsApp, voice calls, and verification.
Requirements
- Hyper MCP installed and connected. https://app.hyperfx.ai/mcp
- Twilio integration enabled at https://app.hyperfx.ai/apps.
WhatsApp Sandbox Setup (Required for Testing)
Before sending WhatsApp messages in sandbox/testing mode, users must join the sandbox:
- User goes to: https://console.twilio.com/us1/develop/sms/try-it-out/whatsapp-learn
- They find their unique join code (e.g., "join happy-turtle")
- They send that message from WhatsApp to +14155238886
- Once confirmed, use
twilio_whatsapp_sendwithfrom_numberset to"+14155238886"
If WhatsApp message fails with "not a valid WhatsApp-enabled number" or similar:
- The user likely hasn't joined the sandbox yet
- Guide them through the steps above
Tool Quick Reference
Messaging
twilio_sms_send- Send SMS/MMS messagestwilio_whatsapp_send- Send WhatsApp messages (sandbox: use +14155238886 as from_number)twilio_messages_list- List message historytwilio_messages_delivery_status_check- Check if message was delivered
Voice Calls
twilio_calls_create- Initiate outbound call (requires TwiML URL or inline TwiML)twilio_calls_list- List call historytwilio_recordings_list- List call recordings
Phone Numbers
twilio_phone_numbers_list- List numbers in account (use to find valid from_number)twilio_phone_numbers_lookup- Validate phone number and get carrier info
Verification (OTP)
twilio_verification_services_create- Create verification service firsttwilio_verifications_send- Send OTP codetwilio_verifications_check- Verify user's code
Common Patterns
Before sending SMS/WhatsApp: Call twilio_phone_numbers_list first to find a valid sender number.
WhatsApp sandbox flow:
- Confirm user has joined sandbox (provide instructions if not)
- Call
twilio_whatsapp_sendwith:
{
"to": "+1XXXXXXXXXX",
"body": "Hello from the assistant",
"from_number": "+14155238886"
}
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.
- 13d ago First seen · 116 lines · 45 tokens per session scan A 846cf5bbd481
twilio is a skill published in the GitHub repository hyperfx-ai/marketing-skills (86 stars, last pushed today), licensed MIT. It adds 45 tokens to every session and 902 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-30.
Other skills, from other repositories
integrations-page-generator
When the user wants to create, optimize, or audit integrations, plugins, or extensions pages. Also use when the user mentions "integrations page," "plugins," "extensions," "add-ons," "API integrations," "connect with X," or "marketplace." For sitewide page planning, use website-structure.
event-store-design
Design and implement event stores for event-sourced systems. Use when building event sourcing infrastructure, choosing event store technologies, or implementing event persistence patterns.
cqrs-implementation
Implement Command Query Responsibility Segregation for scalable architectures. Use when separating read and write models, optimizing query performance, or building event-sourced systems.
workflow-orchestration-patterns
Design durable workflows with Temporal for distributed systems. Covers workflow vs activity separation, saga patterns, state management, and determinism constraints. Use when building long-running processes, distributed transactions, or microservice orchestration.
microservices-patterns
Design microservices architectures with service boundaries, event-driven communication, and resilience patterns. Use when building distributed systems, decomposing monoliths, or implementing microservices.
diagnose-backend-bug
Diagnose a bounded backend or multi-service failure from GitHub Issues, Jira, Aone, user-provided exports, logs, traces, responses, stack traces, or job records. Use when a service, API, RPC, worker, queue, CLI, or scheduled job bug needs correlation through the project's existing observability route before repair; do…