teltel-automation

Automate Teltel operations through Composio toolkits using Rube MCP integration.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of managing Teltel tasks by providing a standardized, automated interface for tool discovery and execution via the Rube MCP gateway.

Core Features & Use Cases

  • Dynamic Tool Discovery: Automatically fetch current schemas and execution plans for Teltel operations.
  • Connection Management: Verify and maintain active authentication states for Teltel toolkits.
  • Use Case: Use this Skill to automate bulk Teltel operations by discovering available tools, verifying your connection status, and executing multi-step workflows without manual API configuration.

Quick Start

Use the teltel-automation skill to discover available tools and execute a task for my Teltel account.

Frequently Asked Questions about teltel-automation

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

FAQPage Schema
How do I discover available Teltel tools?

Call the RUBE_SEARCH_TOOLS function with a Teltel-specific use case query to retrieve current tool slugs, input schemas, and recommended execution plans.

How to check if my Teltel connection is active?

Use the RUBE_MANAGE_CONNECTIONS tool with the 'teltel' toolkit parameter to verify your current connection status and obtain an authentication link if needed.

Can I execute multiple Teltel tools in one workflow?

Yes, use the RUBE_MULTI_EXECUTE_TOOL function to chain multiple tool operations, ensuring you provide the correct session ID and schema-compliant arguments for each.

Why must I call RUBE_SEARCH_TOOLS before executing?

Tool schemas and slugs change frequently; calling RUBE_SEARCH_TOOLS ensures your workflow uses the most current API definitions and avoids execution errors.

What should I do if my Teltel connection is not active?

Call RUBE_MANAGE_CONNECTIONS to trigger the authentication flow, follow the provided link to authorize your Teltel account, and confirm the status returns to ACTIVE.