🧪 Skills
Vonage
--- name: vonage description: "Vonage — SMS messaging, voice calls, verify API, number management, and application management." homepage: https://www.agxntsix.ai license: MIT compatibility: Python 3
v1.0.0
Description
name: vonage description: "Vonage — SMS messaging, voice calls, verify API, number management, and application management." homepage: https://www.agxntsix.ai license: MIT compatibility: Python 3.10+ (stdlib only — no dependencies) metadata: {"openclaw": {"emoji": "📞", "requires": {"env": ["VONAGE_API_KEY", "VONAGE_API_SECRET"]}, "primaryEnv": "VONAGE_API_KEY", "homepage": "https://www.agxntsix.ai"}}
📞 Vonage
Vonage — SMS messaging, voice calls, verify API, number management, and application management.
Requirements
| Variable | Required | Description |
|---|---|---|
VONAGE_API_KEY |
✅ | Vonage API key |
VONAGE_API_SECRET |
✅ | Vonage API secret |
Quick Start
# Send SMS
python3 {{baseDir}}/scripts/vonage.py send-sms --from <value> --to <value> --text <value>
# Search messages
python3 {{baseDir}}/scripts/vonage.py list-messages --date <value> --to <value>
# Create voice call
python3 {{baseDir}}/scripts/vonage.py create-call --to <value> --from <value> --ncco "JSON"
# List calls
python3 {{baseDir}}/scripts/vonage.py list-calls
# Get call details
python3 {{baseDir}}/scripts/vonage.py get-call <id>
# Send verification code
python3 {{baseDir}}/scripts/vonage.py send-verify --number <value> --brand <value>
# Check verification code
python3 {{baseDir}}/scripts/vonage.py check-verify --request-id <value> --code <value>
# List your numbers
python3 {{baseDir}}/scripts/vonage.py list-numbers
# Search available numbers
python3 {{baseDir}}/scripts/vonage.py search-numbers --country "US" --type "mobile-lvn"
# Buy a number
python3 {{baseDir}}/scripts/vonage.py buy-number --country <value> --msisdn <value>
# List applications
python3 {{baseDir}}/scripts/vonage.py list-applications
# Create application
python3 {{baseDir}}/scripts/vonage.py create-application --name <value>
# Get account balance
python3 {{baseDir}}/scripts/vonage.py get-balance
Output Format
All commands output JSON by default.
Script Reference
| Script | Description |
|---|---|
{baseDir}/scripts/vonage.py |
Main CLI — all commands in one tool |
Credits
Built by M. Abidi | agxntsix.ai YouTube | GitHub Part of the AgxntSix Skill Suite for OpenClaw agents.
📅 Need help setting up OpenClaw for your business? Book a free consultation
Reviews (0)
Sign in to write a review.
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!