LaunchKit · 2026
Back to Skills

telnyx-bot-signup

Automated Telnyx bot account signup via Proof of Work challenge.

0
419 downloads
by @teamtelnyx

Setup & Installation

openclaw skills install @teamtelnyx/telnyx-bot-signup

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install telnyx-bot-signup

Version History

v1.1.0Feb 25, 2026 - Version note by skill developer:

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).

What This Skill Does

Automates Telnyx bot account registration through a Proof of Work challenge flow. Handles challenge fetching, PoW solving, email verification, and API key generation. Works with or without direct email access.

Eliminates manual portal navigation and PoW challenge handling by automating the full signup-to-API-key flow in a single agent run.

When to use it

  • Creating a Telnyx bot account without using the web portal
  • Automating Telnyx onboarding in a scripted deployment pipeline
  • Generating a Telnyx API key programmatically
  • Provisioning Telnyx credentials for a new bot in sequence
  • Recovering from an expired sign-in link using the resend flow

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Create a new Telnyx bot account using my email address

AGENT
  1. 1Fetches a PoW challenge nonce and difficulty from the Telnyx API
  2. 2Runs pow_solver.py in a background process to compute a valid hash solution
  3. 3Submits the bot signup request with the user's email, PoW solution, and terms acceptance
  4. 4Retrieves the single-use sign-in link from the verification email or prompts the user to paste it
  5. 5Creates an API key using the session token and presents it to the user for secure storage
OUTPUT

A permanent Telnyx API key (e.g. KEYxxxxxxxxxxxxx) ready for use in bot integrations