ad-creative-generation
Generate on-brand ad creatives — visuals + copy — for Google, Meta (Facebook / Instagram), and other paid platforms via the Hyper MCP. Extracts brand identity…
Twilio messaging, voice, phone number management, and verification workflows. Use when the user wants to send SMS or WhatsApp messages, make voice calls, buy or configure phone numbers, or run OTP verification.
$ npx -y skills add hyperfx-ai/marketing-skills --skill twilio --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/twilioContext preview
The summary Claude sees to decide when to auto-load this skill.
Twilio messaging, voice, phone number management, and verification workflows. Use when the user wants to send SMS or WhatsApp messages, make voice calls, buy or configure phone numbers, or run OTP verification.
name: twilio description: Twilio messaging, voice, phone number management, and verification workflows. Use when the user wants to send SMS or WhatsApp messages, make voice calls, buy or configure phone numbers, or run OTP verification. use_cases: - Send SMS messages - Send WhatsApp messages - Make phone calls - Manage Twilio phone numbers - Build OTP verification flows triggers: - twilio - sms - whatsapp - phone verification - otp - send message requires_toolkits: - twilio_toolkit suggested_toolkits: - file_manager icon: twilio short_description: Send SMS and WhatsApp messages and manage Twilio messaging workflows.
Use this skill for all Twilio tasks including SMS, WhatsApp, voice calls, and verification.
Every tool in this skill is named by its canonical tool name. Run it with the call your surface gives you:
| Surface | Find a tool | Run it | | --- | --- | --- | | MCP client (Claude, Cursor, Codex, ChatGPT) | `search("<what you want to do>")`, then `describe("<name>")` | `call("<name>", {...})` | | Hyper CLI | `hyperai search "<what you want to do>"`, then `hyperai describe <name>` | `hyperai call <name> --json '{...}'` |
If a tool is not found, its integration is not connected or not enabled for the workspace: stop and tell the user which integration to connect.
Before sending WhatsApp messages in sandbox/testing mode, users must join the sandbox:
1. User goes to: https://console.twilio.com/us1/develop/sms/try-it-out/whatsapp-learn 2. They find their unique join code (e.g., "join happy-turtle") 3. They send that message from WhatsApp to **+14155238886** 4. Once confirmed, use `twilio_whatsapp_send` with `from_number` set to `"+14155238886"`
**If WhatsApp message fails with "not a valid WhatsApp-enabled number" or similar:**
**Before sending SMS/WhatsApp:** Call `twilio_phone_numbers_list` first to find a valid sender number.
**WhatsApp sandbox flow:** 1. Confirm user has joined sandbox (provide instructions if not) 2. Call `twilio_whatsapp_send` with:
{
"to": "+1XXXXXXXXXX",
"body": "Hello from the assistant",
"from_number": "+14155238886"
}**Phone verification flow:**
Step 1 -- Call `twilio_verification_services_create` with:
{
"friendly_name": "My App"
}Step 2 -- Call `twilio_verifications_send` with:
{
"service_sid": "<service_sid_from_step_1>",
"to": "+1XXXXXXXXXX",
"channel": "sms"
}Step 3 -- Call `twilio_verifications_check` with:
{
"service_sid": "<service_sid>",
"to": "+1XXXXXXXXXX",
"code": "<user_provided_code>"
}Agent Skills for marketing — paid ads, social media, SEO, AI search, competitor research, ad creative generation, email lifecycle, analytics, operations, and more.
Repo: hyperfx-ai/marketing-skills
Generate on-brand ad creatives — visuals + copy — for Google, Meta (Facebook / Instagram), and other paid platforms via the Hyper MCP. Extracts brand identity…
Plan and create Amazon Sponsored Products campaigns end-to-end via the Hyper MCP. Use when the user wants to launch Amazon Ads, set up Sponsored Products,…
Drive Google Analytics (GA4), Google Tag Manager, Google Search Console, and BigQuery from chat — tracking plans, GA4 reports, key-event (conversion) setup,…
Generate one excellent, on-brand blog post per run for any business, built to rank on Google and get cited by AI search (ChatGPT, Claude, Perplexity, AI…
Create and maintain a single brand-context.md — positioning, audience, personas, pain points, customer language, voice, proof points — that every other…
Run end-to-end B2B cold-email outreach through the Hyper MCP — enrich prospects with Apollo, scrape per-prospect signals from company sites and LinkedIn, draft…