Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
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.
User asks: Create a new Telnyx bot account using my email address
- 1Fetches a PoW challenge nonce and difficulty from the Telnyx API
- 2Runs pow_solver.py in a background process to compute a valid hash solution
- 3Submits the bot signup request with the user's email, PoW solution, and terms acceptance
- 4Retrieves the single-use sign-in link from the verification email or prompts the user to paste it
- 5Creates an API key using the session token and presents it to the user for secure storage
A permanent Telnyx API key (e.g. KEYxxxxxxxxxxxxx) ready for use in bot integrations