Bandwidth
/install bandwidth
📡 Bandwidth
Bandwidth — messaging, voice calls, phone numbers, and 911 services.
Requirements
| Variable | Required | Description |
|---|---|---|
BANDWIDTH_API_TOKEN |
✅ | Bandwidth API token |
BANDWIDTH_ACCOUNT_ID |
✅ | Account ID |
Quick Start
# Send SMS/MMS
python3 {{baseDir}}/scripts/bandwidth.py send-message --from \x3Cvalue> --to \x3Cvalue> --text \x3Cvalue> --application-id \x3Cvalue>
# List messages
python3 {{baseDir}}/scripts/bandwidth.py list-messages --from \x3Cvalue> --to \x3Cvalue>
# Create outbound call
python3 {{baseDir}}/scripts/bandwidth.py create-call --from \x3Cvalue> --to \x3Cvalue> --answer-url \x3Cvalue> --application-id \x3Cvalue>
# Get call details
python3 {{baseDir}}/scripts/bandwidth.py get-call \x3Cid>
# List phone numbers
python3 {{baseDir}}/scripts/bandwidth.py list-numbers
# Search available numbers
python3 {{baseDir}}/scripts/bandwidth.py search-numbers --area-code \x3Cvalue> --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
| Script | Description |
|---|---|
{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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install bandwidth - After installation, invoke the skill by name or use
/bandwidth - Provide required inputs per the skill's parameter spec and get structured output
What is Bandwidth?
Bandwidth — messaging, voice calls, phone numbers, and 911 services. It is an AI Agent Skill for Claude Code / OpenClaw, with 594 downloads so far.
How do I install Bandwidth?
Run "/install bandwidth" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Bandwidth free?
Yes, Bandwidth is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Bandwidth support?
Bandwidth is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Bandwidth?
It is built and maintained by aiwithabidi (@aiwithabidi); the current version is v1.0.0.