telnyx-automation

Automate Telnyx communication infrastructure tasks through the Rube MCP gateway.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill telnyx-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: telnyx-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/telnyx-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill telnyx-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the complexity of manually managing Telnyx API configurations, allowing users to execute infrastructure tasks directly through an AI agent interface.

Core Features & Use Cases

  • Tool Discovery: Automatically fetch and validate current Telnyx API schemas to ensure compatibility.
  • Connection Management: Handle secure authentication and session state for Telnyx toolkits.
  • Workflow Execution: Perform multi-step operations like bulk provisioning or status checks using the Rube MCP protocol.

Quick Start

Ask the agent to search for available Telnyx tools and initiate a connection to manage your account resources.

Frequently Asked Questions about telnyx-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect my Telnyx account to the agent?

Use the RUBE_MANAGE_CONNECTIONS command with the telnyx toolkit argument. The system will provide an authentication link to authorize your account and establish an active session.

Why must I call RUBE_SEARCH_TOOLS before executing tasks?

Tool schemas and API endpoints change frequently. Searching first ensures the agent uses the most current input parameters and avoids execution errors caused by outdated definitions.

Can I perform bulk operations with this skill?

Yes, use the RUBE_REMOTE_WORKBENCH command combined with run_composio_tool() to execute multiple Telnyx operations in a single batch workflow.

What should I do if a tool execution fails?

Verify your connection status using RUBE_MANAGE_CONNECTIONS to ensure it is still ACTIVE. Check that your arguments match the schema returned by the most recent RUBE_SEARCH_TOOLS call.