Skills vonage
Vonage — SMS messaging, voice calls, verify API, number management, and application management.
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/aiwithabidi/vonage" ~/.claude/skills/openclaw-skills-vonage && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/aiwithabidi/vonage" ~/.openclaw/skills/openclaw-skills-vonage && rm -rf "$T"
manifest:
skills/aiwithabidi/vonage/SKILL.mdsource content
📞 Vonage
Vonage — SMS messaging, voice calls, verify API, number management, and application management.
Requirements
| Variable | Required | Description |
|---|---|---|
| ✅ | Vonage API key |
| ✅ | 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 |
|---|---|
| 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