← 返回 Skills 市场
Telnyx Bot Signup
作者
teamtelnyx
· GitHub ↗
· v1.1.0
677
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install telnyx-bot-signup
功能描述
Automated Telnyx bot account signup via Proof of Work challenge
安全使用建议
This skill automates Telnyx's PoW signup flow and includes a solver script — that's consistent with the description. However, the registry metadata's declaration that TELNYX_API_KEY is the primary credential does not match the documented flow (the skill creates a new API key rather than requiring one). Do not provide an existing TELNYX_API_KEY to this skill unless you understand why it's needed. Also be careful when pasting the single-use sign-in link or session token: that link yields a session token and can be used to create API keys, so only paste it into a trusted environment and avoid sending it to public or third-party services. If you want to proceed, verify the skill's publisher/source, run the provided pow_solver.py locally (in a background worker or isolated environment because it can be CPU-intensive), and prefer using official Telnyx web signup flows if you have doubts.
功能分析
Type: OpenClaw Skill
Name: telnyx-bot-signup
Version: 1.1.0
The skill's stated purpose is to automate Telnyx bot account signup, which is benign. However, the `scripts/pow_solver.py` contains a potential remote code execution vulnerability: the `getattr(hashlib, algorithm)` call uses an `algorithm` parameter that, if controlled by an attacker (e.g., via a manipulated Telnyx API response or prompt injection), could execute arbitrary functions. Additionally, the skill instructs the agent to `curl -L` a URL obtained from email or user input, which could be exploited if a malicious link is provided without proper validation by the agent. These are significant vulnerabilities that allow attacks, leading to a 'suspicious' classification.
能力评估
Purpose & Capability
The skill's description is a Telnyx signup helper and the runtime instructions show a flow that does not require an existing Telnyx API key. Yet registry metadata marks TELNYX_API_KEY as the primary credential. Requesting an existing TELNYX_API_KEY is not justified by the SKILL.md and is disproportionate to the stated purpose.
Instruction Scope
SKILL.md stays within the signup flow: obtaining a PoW challenge, running the bundled solver, submitting signup, handling the magic link email, and exchanging a session token for a new API key. It warns about CPU cost and advises running the solver off the main thread. One sensitivity: the flow asks the user to paste a single-use sign-in link (which yields a session token). That link/session token is sensitive and the skill will exchange it for a permanent API key, so the user must avoid pasting it into untrusted or public channels.
Install Mechanism
No install script; instruction-only skill with one small local Python solver script. No network installs or remote downloads are performed by the skill itself.
Credentials
The only declared required environment/credential is TELNYX_API_KEY, but none of the SKILL.md steps use it: endpoints in the flow are accessed without a pre-existing API key and the flow creates a new API key for the new account. Declaring TELNYX_API_KEY as the primary credential appears unjustified and could lead users to expose an existing key unnecessarily.
Persistence & Privilege
always is false, no install-time modifications, and the skill does not request system-wide privileges. Autonomous invocation is allowed (platform default) but not combined with other privilege escalation signals.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install telnyx-bot-signup - 安装完成后,直接呼叫该 Skill 的名称或使用
/telnyx-bot-signup触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Added resend magic link endpoint (POST /v2/bot_signup/resend_magic_link) as fallback when verification email doesn't arrive or expires. Includes rate limits (3 resends, 60s cooldown).
v1.0.0
Initial release: automated Telnyx bot account signup via Proof of Work challenge. Includes PoW solver script, email verification flow, and API key generation.
元数据
常见问题
Telnyx Bot Signup 是什么?
Automated Telnyx bot account signup via Proof of Work challenge. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 677 次。
如何安装 Telnyx Bot Signup?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install telnyx-bot-signup」即可一键安装,无需额外配置。
Telnyx Bot Signup 是免费的吗?
是的,Telnyx Bot Signup 完全免费(开源免费),可自由下载、安装和使用。
Telnyx Bot Signup 支持哪些平台?
Telnyx Bot Signup 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Telnyx Bot Signup?
由 teamtelnyx(@teamtelnyx)开发并维护,当前版本 v1.1.0。
推荐 Skills