← 返回 Skills 市场
aiwithabidi

Telnyx

作者 aiwithabidi · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
303
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install telnyx
功能描述
Telnyx — voice, SMS/MMS messaging, SIP trunking, number management, and fax.
安全使用建议
This skill is internally consistent for interacting with Telnyx and only asks for TELNYX_API_KEY. Before installing: 1) Verify you want the skill to call api.telnyx.com and provide a Telnyx API key. Use a key with least privilege. 2) Note the script will try a fallback .env lookup in WORKSPACE or ~/.openclaw/workspace if the env var is missing — ensure no sensitive keys are unintentionally stored there. 3) Expect some CLI commands to fail due to an argument-name bug (the code references args attributes that argparse sets under different names); review or test the script locally before using in production. 4) If you plan to let the agent invoke skills autonomously, remember this skill can initiate outbound Telnyx actions (send messages, calls, order numbers) whenever called — limit API key permissions and monitor usage.
功能分析
Type: OpenClaw Skill Name: telnyx Version: 1.0.0 The Telnyx skill bundle is a standard API wrapper for voice, SMS, and number management services. The Python script (scripts/telnyx.py) uses only the standard library to interact with the official Telnyx API (api.telnyx.com) and handles the required API key through environment variables or a local .env file. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
Name/description, required env var (TELNYX_API_KEY), and code all target Telnyx REST API (https://api.telnyx.com/v2). The requested credential is appropriate for the stated functionality (SMS, calls, numbers, faxes).
Instruction Scope
Runtime instructions show running the included CLI script. The script will attempt to read TELNYX_API_KEY from the environment and, if absent, will try to read a .env file from WORKSPACE or ~/.openclaw/workspace — this fallback isn't documented in SKILL.md. Also there are coding bugs: many command handlers check getattr(args,'from') but argparse uses dest='from_addr' so those commands will fail unless args attribute names are fixed; this is a functionality bug rather than a hidden behavior.
Install Mechanism
No install spec or external downloads — instruction-only skill with a small Python stdlib-only script included. Nothing is fetched from external or untrusted URLs during install.
Credentials
Only TELNYX_API_KEY is required (declared as primary credential) which is proportionate. The script's fallback to reading a .env file in WORKSPACE or ~/.openclaw/workspace may access stored keys in that file — it only parses the requested variable name, but you should be aware it looks for credentials in that local .env file if the env var is missing.
Persistence & Privilege
always is false and the skill does not modify other skills or system-wide settings. It does not persist secrets or enable itself automatically.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install telnyx
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /telnyx 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
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.
元数据
Slug telnyx
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Telnyx 是什么?

Telnyx — voice, SMS/MMS messaging, SIP trunking, number management, and fax. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 303 次。

如何安装 Telnyx?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install telnyx」即可一键安装,无需额外配置。

Telnyx 是免费的吗?

是的,Telnyx 完全免费(开源免费),可自由下载、安装和使用。

Telnyx 支持哪些平台?

Telnyx 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Telnyx?

由 aiwithabidi(@aiwithabidi)开发并维护,当前版本 v1.0.0。

💬 留言讨论