phone-numbers
Installation
SKILL.md
Phone Numbers
When to Use
Use this skill when building code to search for, purchase, or manage phone numbers. Covers available number search, purchasing, regulatory requirements, and sender assignment.
Search Available Numbers
const result = await zavu.phoneNumbers.available.list({
countryCode: "US",
type: "local",
contains: "555",
limit: 10,
});
Related skills
More from zavudev/zavu-skills
contacts-management
Manage multi-channel contacts with channel operations, merge suggestions, and phone introspection.
114send-message
Send messages via SMS, WhatsApp, Email, Telegram, or Voice with channel selection logic.
91whatsapp-templates
Create WhatsApp message templates, submit for Meta approval, and send template messages with variables.
59ai-agent
Configure AI agents for automated conversational responses with flows, webhook tools, and knowledge bases.
58webhook-setup
Configure webhooks to receive inbound messages and delivery updates with signature verification.
55zavu-rules
Foundational context for the Zavu unified messaging API. Always loaded.
55