typefully-automation
Automate Typefully tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
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
Core Features
RUBE_SEARCH_TOOLS, including available tool slugs, input parameter schemas, recommended execution plans, and known pitfalls.RUBE_MANAGE_CONNECTIONS, supporting connection status checks and authorization flows to ensure the connection is ACTIVE before executing workflows.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.