Skills bandwidth

Bandwidth — messaging, voice calls, phone numbers, and 911 services.

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/bandwidth" ~/.claude/skills/openclaw-skills-bandwidth && 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/bandwidth" ~/.openclaw/skills/openclaw-skills-bandwidth && rm -rf "$T"
manifest: skills/aiwithabidi/bandwidth/SKILL.md
source content

📡 Bandwidth

Bandwidth — messaging, voice calls, phone numbers, and 911 services.

Requirements

VariableRequiredDescription
BANDWIDTH_API_TOKEN
Bandwidth API token
BANDWIDTH_ACCOUNT_ID
Account ID

Quick Start

# Send SMS/MMS
python3 {{baseDir}}/scripts/bandwidth.py send-message --from <value> --to <value> --text <value> --application-id <value>

# List messages
python3 {{baseDir}}/scripts/bandwidth.py list-messages --from <value> --to <value>

# Create outbound call
python3 {{baseDir}}/scripts/bandwidth.py create-call --from <value> --to <value> --answer-url <value> --application-id <value>

# Get call details
python3 {{baseDir}}/scripts/bandwidth.py get-call <id>

# List phone numbers
python3 {{baseDir}}/scripts/bandwidth.py list-numbers

# Search available numbers
python3 {{baseDir}}/scripts/bandwidth.py search-numbers --area-code <value> --quantity "10"

# Order phone number
python3 {{baseDir}}/scripts/bandwidth.py order-number --numbers "comma-separated"

# List applications
python3 {{baseDir}}/scripts/bandwidth.py list-applications

Output Format

All commands output JSON by default.

Script Reference

ScriptDescription
{baseDir}/scripts/bandwidth.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