跳至主要内容
小龙虾小龙虾AI
🤖

Bandwidth

Bandwidth — 消息传递、语音通话、电话号码和 911 服务。

下载254
星标0
版本1.0.0
开发工具
安全通过
⚙️脚本

技能说明


name: bandwidth description: "Bandwidth — messaging, voice calls, phone numbers, and 911 services." homepage: https://www.agxntsix.ai license: MIT compatibility: Python 3.10+ (stdlib only — no dependencies) metadata: {"openclaw": {"emoji": "📡", "requires": {"env": ["BANDWIDTH_API_TOKEN", "BANDWIDTH_ACCOUNT_ID"]}, "primaryEnv": "BANDWIDTH_API_TOKEN", "homepage": "https://www.agxntsix.ai"}}

📡 Bandwidth

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

Requirements

VariableRequiredDescription
BANDWIDTH_API_TOKENBandwidth API token
BANDWIDTH_ACCOUNT_IDAccount 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.pyMain 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

如何使用「Bandwidth」?

  1. 打开小龙虾AI(Web 或 iOS App)
  2. 点击上方「立即使用」按钮,或在对话框中输入任务描述
  3. 小龙虾AI 会自动匹配并调用「Bandwidth」技能完成任务
  4. 结果即时呈现,支持继续对话优化

相关技能