timelink-automation
Automate Timelink tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:43
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-timelink-automation&locale=en&source=copy
Timelink Automation Skill
Skill Overview
Automate Timelink tasks through Rube MCP without requiring an API key, with support for tool discovery, connection management, and batch operations.
Use Cases
Core Features
RUBE_SEARCH_TOOLS to ensure the latest tool definitions and parameter formats are always used, avoiding failures caused by hardcoding.RUBE_MANAGE_CONNECTIONS, supporting one-click activation, status checks, and authentication without requiring complex API key configuration.RUBE_MULTI_EXECUTE_TOOL, supporting batch creation, updates, and queries while automatically handling pagination and memory management.Frequently Asked Questions
How do I get started with timelink-automation?
First, add Rube MCP (https://rube.app/mcp) to the client configuration. Then call
RUBE_SEARCH_TOOLS to verify the connection, use RUBE_MANAGE_CONNECTIONS to activate the Timelink toolkit, and finally execute specific operations through RUBE_MULTI_EXECUTE_TOOL.Does Rube MCP require an API key?
No. Rube MCP uses keyless authentication. Simply add the server URL to the client configuration to use it; the connection activation process is completed through a Composio authorization link.
Why does the tool schema change?
Composio’s Timelink toolkit is periodically updated to support new features and fix issues. As a result, tool slug names, parameter types, and fields may change. timelink-automation requires calling
RUBE_SEARCH_TOOLS before each execution to retrieve the latest schema.How should pagination be handled for batch operations?
When the response contains a pagination token, continue calling
RUBE_MULTI_EXECUTE_TOOL or RUBE_REMOTE_WORKBENCH with the same Session ID until all data has been retrieved. It is recommended to check for pagination indicators in a loop and accumulate the results.How can a Session ID be reused?
Use the same Session ID within a single workflow to preserve the connection state and memory context. When starting a new workflow or when the session has expired, generate a new Session ID.