← Back to Skills Marketplace
Telnyx Freemium Upgrade
by
teamtelnyx
· GitHub ↗
· v1.0.0
647
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install telnyx-freemium-upgrade
Description
Automatically upgrade Telnyx account from freemium to professional tier
Usage Guidance
This skill is internally consistent with its stated purpose, but it handles sensitive credentials in ways you should explicitly accept before installing: it will read or derive your Telnyx API key (env var or ~/.config/telnyx/config.json), use the local GitHub CLI to obtain your GitHub token (get-gh-token.sh / gh auth token), and send that token to Telnyx API endpoints to verify identity. If you do not trust the skill's author or Telnyx endpoints, do not install or run it. Recommended precautions: 1) Review the included scripts locally (they are bundled in the skill) to confirm behavior; 2) Only run on a machine you control; 3) Use least-privileged GitHub credentials (or prefer the LinkedIn browser flow) and do not reuse high-privilege personal tokens; 4) Be aware the skill writes ~/.telnyx/upgrade.json and a gh-refresh PID file; 5) Because the skill's source/homepage is unknown, consider running the scripts manually under supervision rather than granting autonomous agent execution.
Capability Analysis
Type: OpenClaw Skill
Name: telnyx-freemium-upgrade
Version: 1.0.0
The skill is classified as suspicious due to significant prompt injection vulnerabilities against the OpenClaw agent, primarily within the SKILL.md instructions. Specifically, the `openclaw cron add` command's `--message` argument interpolates variables like `<EVALUATION_ID>` (sourced from an external API) directly into a command string. If this external ID is not sanitized, it could allow an attacker to inject arbitrary commands for execution by the agent. Similarly, the API key resolution in SKILL.md uses a shell command that interpolates `$HOME`, posing another potential shell injection risk. While the skill's stated purpose (Telnyx account upgrade) and the code's functionality appear benign, these vulnerabilities could lead to arbitrary command execution if exploited, without clear evidence of intentional malicious design within the skill itself.
Capability Assessment
Purpose & Capability
The skill claims to upgrade Telnyx accounts and requires a TELNYX_API_KEY plus the gh CLI and python3 to perform GitHub-based or LinkedIn-based verification. The included scripts (check-gh-auth, get-gh-token, refresh-gh-scopes, wait-for-auth, and the evaluator) match that purpose.
Instruction Scope
Instructions explicitly read local files (~/.telnyx/upgrade.json and ~/.config/telnyx/config.json), use the local GitHub CLI to obtain the user's GitHub token, and submit that token or a LinkedIn OAuth flow to Telnyx API endpoints. This behavior is coherent with account verification, but it involves exfiltrating the GitHub token to the remote Telnyx API and polling remote status — the user must consent to that.
Install Mechanism
No install spec — scripts are packaged with the skill and executed as-needed. Nothing is downloaded from external URLs and no packages are auto-installed by the skill, which minimizes supply-chain risk.
Credentials
Only TELNYX_API_KEY is declared as the primary credential. The code also relies on the gh CLI to surface a GitHub token (via gh auth token) and will read ~/.config/telnyx/config.json for an API key fallback. Requesting the Telnyx API key and using the local gh token are proportionate for verification, but both are sensitive and the skill will transmit the GitHub token to Telnyx endpoints.
Persistence & Privilege
always is false. The skill writes per-user cache/state to ~/.telnyx/upgrade.json and a PID file under ~/.telnyx for the device-code flow; this is contained to the user's home directory and consistent with its functionality.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install telnyx-freemium-upgrade - After installation, invoke the skill by name or use
/telnyx-freemium-upgrade - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: upgrade Telnyx account from freemium to professional tier via GitHub or LinkedIn identity verification. Includes evaluation script, GitHub auth helpers, and notification templates.
Metadata
Frequently Asked Questions
What is Telnyx Freemium Upgrade?
Automatically upgrade Telnyx account from freemium to professional tier. It is an AI Agent Skill for Claude Code / OpenClaw, with 647 downloads so far.
How do I install Telnyx Freemium Upgrade?
Run "/install telnyx-freemium-upgrade" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Telnyx Freemium Upgrade free?
Yes, Telnyx Freemium Upgrade is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Telnyx Freemium Upgrade support?
Telnyx Freemium Upgrade is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Telnyx Freemium Upgrade?
It is built and maintained by teamtelnyx (@teamtelnyx); the current version is v1.0.0.
More Skills