typefully-automation

Automate Typefully tasks via Rube MCP (Composio). Always search tools first for current schemas.

Install

Hot:20

Download and extract to your skills directory

Copy command and send to AI Agent for auto-install:

Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-typefully-automation&locale=en&source=copy

Typefully Automation - Typefully Automation Skill

Skill Overview


Typefully Automation is a skill for automating social media content management by integrating the Composio Typefully toolkit through Rube MCP. It supports automatic tool discovery, connection management, and workflow execution.

Applicable Scenarios


  • Automated Social Media Content Publishing: Automatically publish and manage drafts and posts on platforms such as Twitter and LinkedIn without manually operating the Typefully interface.

  • Batch Content Workflow Integration: Developers or content creators can integrate Typefully into automated workflows to create, schedule, and manage drafts in batches.

  • Dynamic Tool Discovery and Execution: Dynamically search for available Typefully tools through Rube MCP and execute automation operations based on the latest architecture, avoiding issues caused by hardcoded tool architecture changes.
  • Core Features


  • Tool Discovery and Schema Retrieval: Dynamically obtain the latest Typefully tool schemas through RUBE_SEARCH_TOOLS, including available tool slugs, input parameter schemas, recommended execution plans, and known pitfalls.

  • Connection Management and Status Verification: Manage Typefully connections through RUBE_MANAGE_CONNECTIONS, supporting connection status checks and authorization flows to ensure the connection is ACTIVE before executing workflows.

  • Tool Execution and Session Management: Execute discovered Typefully tools through RUBE_MULTI_EXECUTE_TOOL, with support for session ID reuse, in-memory parameter passing, and pagination to complete end-to-end automation workflows.
  • Frequently Asked Questions

    What prerequisites are required for Typefully Automation?


    Using Typefully Automation requires Rube MCP to be connected and available (RUBE_SEARCH_TOOLS must respond normally), as well as an active Typefully connection established through RUBE_MANAGE_CONNECTIONS. To configure Rube MCP, simply add https://rube.app/mcp as an MCP server in the client configuration; no API key is required.

    How can automation failures caused by changes to the Typefully tool schema be avoided?


    The core design of this skill is to always call RUBE_SEARCH_TOOLS first to obtain the current tool schema instead of hardcoding tool slugs or parameters. The tools should be searched again before each workflow execution to ensure that the latest schema definitions are used. If a tool returns a schemaRef, use RUBE_GET_TOOL_SCHEMAS to retrieve the complete schema.

    What Typefully operations can be performed?


    The operations supported by Typefully depend on the tools provided by the Composio Typefully toolkit. Common operations include creating, editing, deleting, publishing, and scheduling drafts, along with other social media content management functions. The specific tools currently available must be queried through RUBE_SEARCH_TOOLS, which returns all available operations and their input schemas.