textit-automation

Automate Textit platform operations through Rube MCP toolkits and structured execution workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the complexity of managing Textit workflows by providing a standardized, schema-aware interface for executing platform tasks without manual API configuration.

Core Features & Use Cases

  • Dynamic Tool Discovery: Automatically fetches current tool schemas and input requirements to ensure execution compatibility.
  • Connection Management: Validates and maintains active authentication states for Textit toolkits via Rube MCP.
  • Use Case: Use this Skill to automate bulk messaging or contact management in Textit by discovering the correct tool slugs and executing them within a managed session.

Quick Start

Use the textit-automation skill to search for available tools and execute a workflow for managing Textit contacts.

Frequently Asked Questions about textit-automation

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

FAQPage Schema
How do I discover available Textit tools?

Call the RUBE_SEARCH_TOOLS function with a query related to your specific Textit task. This returns the current tool slugs, input schemas, and execution plans required for your operation.

How to check if my Textit connection is active?

Execute the RUBE_MANAGE_CONNECTIONS function with the 'textit' toolkit specified. The response will indicate whether the connection status is ACTIVE or if you need to follow an authentication link.

Can I reuse session IDs for multiple tasks?

Yes, you should reuse session IDs within a single logical workflow to maintain state. Generate new session IDs only when starting entirely new, unrelated workflows.

Why must I call RUBE_SEARCH_TOOLS before executing?

Tool schemas and available endpoints change frequently. Searching first ensures you use the correct arguments and slugs, preventing execution errors caused by outdated hardcoded configurations.

What should I do if a tool execution fails?

Verify your connection status using RUBE_MANAGE_CONNECTIONS, ensure your arguments match the schema returned by RUBE_SEARCH_TOOLS, and confirm that the memory parameter is included in your execution call.