返回顶部
t

telnyx

Telnyx — voice, SMS/MMS messaging, SIP trunking, number management, and fax.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
254
下载量
0
收藏
概述
安装方式
版本历史

telnyx

# ☎️ Telnyx Telnyx — voice, SMS/MMS messaging, SIP trunking, number management, and fax. ## Requirements | Variable | Required | Description | |----------|----------|-------------| | `TELNYX_API_KEY` | ✅ | Telnyx API key (v2) | ## Quick Start ```bash # Send SMS/MMS python3 {{baseDir}}/scripts/telnyx.py send-message --from <value> --to <value> --text <value> # List messages python3 {{baseDir}}/scripts/telnyx.py list-messages --page-size "25" # Create outbound call python3 {{baseDir}}/scripts/telnyx.py create-call --from <value> --to <value> --connection-id <value> # List active calls python3 {{baseDir}}/scripts/telnyx.py list-calls # Get call details python3 {{baseDir}}/scripts/telnyx.py get-call <id> # Hang up call python3 {{baseDir}}/scripts/telnyx.py hangup-call <id> # List phone numbers python3 {{baseDir}}/scripts/telnyx.py list-numbers --page-size "25" # Search available numbers python3 {{baseDir}}/scripts/telnyx.py search-numbers --country-code "US" --limit "10" # Order phone number python3 {{baseDir}}/scripts/telnyx.py order-number --phone-numbers "JSON array" # List SIP connections python3 {{baseDir}}/scripts/telnyx.py list-connections # Create SIP connection python3 {{baseDir}}/scripts/telnyx.py create-connection --name <value> --connection-type "ip" # Send a fax python3 {{baseDir}}/scripts/telnyx.py send-fax --from <value> --to <value> --media-url <value> # List faxes python3 {{baseDir}}/scripts/telnyx.py list-faxes # Get account balance python3 {{baseDir}}/scripts/telnyx.py get-balance ``` ## Output Format All commands output JSON by default. ## Script Reference | Script | Description | |--------|-------------| | `{baseDir}/scripts/telnyx.py` | Main CLI — all commands in one tool | ## Credits Built by [M. Abidi](https://www.linkedin.com/in/mohammad-ali-abidi) | [agxntsix.ai](https://www.agxntsix.ai) [YouTube](https://youtube.com/@aiwithabidi) | [GitHub](https://github.com/aiwithabidi) Part of the **AgxntSix Skill Suite** for OpenClaw agents. 📅 **Need help setting up OpenClaw for your business?** [Book a free consultation](https://cal.com/agxntsix/abidi-openclaw)

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 telnyx-1776198429 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 telnyx-1776198429 技能

通过命令行安装

skillhub install telnyx-1776198429

下载 Zip 包

⬇ 下载 telnyx v1.0.0

文件大小: 3.75 KB | 发布时间: 2026-4-15 10:57

v1.0.0 最新 2026-4-15 10:57
Initial release of the Telnyx skill.

- Provides CLI tools for voice, SMS/MMS, SIP trunking, number management, and fax via Telnyx API.
- Requires a TELNYX_API_KEY environment variable.
- All commands output JSON by default.
- Supports Python 3.10+ with no external dependencies.
- Includes reference commands and quick start instructions for core Telnyx features.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部