cutt-ly-automation

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

Install

Hot:16

Download and extract to your skills directory

Copy command and send to OpenClaw for auto-install:

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

Cutt Ly Automation Skill

Skill Overview


Using the Rube MCP and Composio toolset, automate the creation, management, and bulk operations of Cutt Ly short links in Claude—without manually calling APIs.

Use Cases

1. Social Media Content Publishing


Automatically generate short links for long URLs shared on platforms such as Twitter, LinkedIn, Weibo, etc., keeping content clean and making click tracking easier.

2. Bulk Links for Marketing Campaigns


Generate unique short links in bulk for promotions, ad campaigns, or email marketing—using separate tracking links for each channel.

3. Content Workflow Integration


In blog publishing, Newsletter sending, or documentation update workflows, automatically convert external long links into short links that are easier to manage.

Core Features

1. Smart Tool Discovery


Dynamically fetch the currently available Cutt Ly tool schema via RUBE_SEARCH_TOOLS, avoiding hard-coded outdated API parameters and ensuring compatibility with the latest services.

2. Connection Status Management


Use RUBE_MANAGE_CONNECTIONS to check the Cutt Ly connection status in real time, verifying service availability before running automation tasks to reduce failed retries.

3. Bulk Operation Execution


Execute multiple short-link operations within a single session via RUBE_MULTI_EXECUTE_TOOL, supporting session reuse and memory management to improve bulk processing efficiency.

FAQs

Does this skill require an API key?


No. The Rube MCP server is integrated directly via https://rube.app/mcp. You only need to add this MCP server to your client configuration. Cutt Ly authorization is completed through the authentication link provided in RUBE_MANAGE_CONNECTIONS.

Why do I need to call RUBE_SEARCH_TOOLS every time?


Cutt Ly’s tool schema may change as the service updates. Calling the search tool first ensures you get the latest tool parameters, recommended execution plans, and known issues, preventing call failures caused by schema changes.

How can I verify the connection is working properly?


Call RUBE_MANAGE_CONNECTIONS with toolkits: ["cutt_ly"], then check the returned connection status. If it shows a non-ACTIVE state, follow the authentication link returned to complete authorization until the status becomes ACTIVE, and then run the automation task.