corrently-automation
Automate Corrently tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
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-corrently-automation&locale=en&source=copy
Corrently Automation - Automate Corrently Tasks via Rube MCP
Skill Overview
Corrently Automation is a skill that automates the execution of Corrently tasks through Rube MCP (a no-API-key MCP server provided by Composio). Its core feature is that before every run, it must search for tools to obtain the latest modes.
Suitable Scenarios
Core Features
Common Questions
What is Rube MCP? How do I add it?
Rube MCP is a free MCP server provided by Composio. You can use it without an API key. In your client configuration file, add
https://rube.app/mcp as the MCP server to start using it. After adding it, you can access tools such as RUBE_SEARCH_TOOLS and RUBE_MANAGE_CONNECTIONS.Why must I search tools before executing?
Corrently tool modes are updated from time to time, including changes to tool names, parameter structures, and field types. If you hard-code these definitions, your code may break after a tool update. RUBE_SEARCH_TOOLS returns the current latest tool modes, ensuring your execution requests are always valid.
How do I check whether the Corrently connection is activated?
Use the RUBE_MANAGE_CONNECTIONS tool, passing
toolkits as ["corrently"]. The returned connection status will show ACTIVE, PENDING, or other states. If it is not ACTIVE, follow the authentication link returned to complete the authorization setup. Only after activation should you execute any Corrently operations.