textcortex-automation

Automate Textcortex operations through the Rube MCP gateway for task execution.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of managing Textcortex tasks by providing a standardized interface for tool discovery, connection management, and automated execution.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current tool schemas and execution plans via Rube MCP.
  • Connection Management: Verify and maintain active authentication states for Textcortex toolkits.
  • Workflow Execution: Execute multi-step operations using discovered tool slugs and structured arguments.

Quick Start

Use the textcortex-automation skill to discover available tools and execute a specific task using the Rube MCP gateway.

Frequently Asked Questions about textcortex-automation

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

FAQPage Schema
How do I discover available Textcortex tools?

Call the RUBE_SEARCH_TOOLS command with a specific use case query to retrieve available tool slugs, input schemas, and recommended execution plans for your Textcortex tasks.

How to check if my Textcortex connection is active?

Use the RUBE_MANAGE_CONNECTIONS command with the textcortex toolkit parameter to verify the current connection status and follow the provided auth link if the status is not ACTIVE.

Can I hardcode tool slugs in my workflows?

No, you should never hardcode tool slugs or arguments. Tool schemas change frequently, so always call RUBE_SEARCH_TOOLS first to ensure you are using the most current schema.

What is the purpose of the memory parameter in RUBE_MULTI_EXECUTE_TOOL?

The memory parameter is a required field for RUBE_MULTI_EXECUTE_TOOL calls that maintains state across operations; always include it as an empty object {} if no specific memory is needed.