gatherup-automation
Automate Gatherup tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Download and extract to your skills directory
Copy command and send to OpenClaw for auto-install:
Gatherup Automation
Skill Overview
Automate Gatherup tasks with Rube MCP, enabling quick integration of the Composio Gatherup toolkit without the need for an API key.
Use Cases
Core Features
RUBE_SEARCH_TOOLS to ensure you always use the latest API architecture and avoid hardcoding outdated tool definitions.RUBE_MANAGE_CONNECTIONS to easily manage Gatherup connection status, supporting one-click activation, status checks, and authentication flows—no manual OAuth or API key configuration required.RUBE_MULTI_EXECUTE_TOOL to run one or multiple Gatherup tools, supporting session reuse, in-memory passing, and batch operations to fit various workflow needs.FAQ
What is Rube MCP? How do I use it?
Rube MCP is a free MCP server endpoint (https://rube.app/mcp) that provides access to the Composio toolkits. To use it, simply add this endpoint to your MCP client configuration—no registration or API key retrieval is required. After adding it, you will get tools such as RUBE_SEARCH_TOOLS, RUBE_MANAGE_CONNECTIONS, and RUBE_MULTI_EXECUTE_TOOL.
How do I connect Gatherup to Rube MCP?
First, call RUBE_MANAGE_CONNECTIONS and specify the toolkit as gatherup. The system will return the connection status. If it is not activated, follow the authentication link returned to complete authorization. After successful connection, the status will show as ACTIVE, and you can then execute Gatherup-related tools normally.
Does Gatherup automation require an API key?
No. The design philosophy of Rube MCP is to simplify tool integration—you only need to add the MCP server endpoint to your client configuration. Authentication is completed once through RUBE_MANAGE_CONNECTIONS, and afterward all operations are performed via session IDs, with no need to separately manage API keys or access tokens.