anonyflow-automation
Automate Anonyflow tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:7
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-anonyflow-automation&locale=en&source=copy
Anonyflow Automation - Automate Anonyflow Tasks via Rube MCP
Skills Overview
Anonyflow Automation is a Claude skill that automates Anonyflow operations through Composio’s Rube MCP server. Tool discovery, connection management, and workflow execution can be done without any API Key.
Use Cases
RUBE_MULTI_EXECUTE_TOOL to batch execute Anonyflow operations, reducing manual interventionRUBE_SEARCH_TOOLS to dynamically retrieve the currently available Anonyflow tools and parameter patternsCore Features
RUBE_SEARCH_TOOLS to get the latest tool patterns, recommended execution plans, and known pitfalls, avoiding hard-coded outdated tool definitionsRUBE_MANAGE_CONNECTIONS to check the Anonyflow connection status and ensure the connection is ACTIVE before executing toolsRUBE_MULTI_EXECUTE_TOOL to execute multiple Anonyflow operations within a single session, supporting parameterized workflowsFAQs
How do I add a Rube MCP server?
Add
https://rube.app/mcp as the MCP server endpoint in the client configuration. No API Key is required; it will be available immediately after adding.What if the Anonyflow connection status is not ACTIVE?
Call
RUBE_MANAGE_CONNECTIONS to check the connection status. If it isn’t activated, the system will return an authentication link. Follow the instructions to complete the connection authorization.Why call RUBE_SEARCH_TOOLS first?
The Anonyflow tool patterns may change at any time. Hard-coding tool definitions could cause calls to fail.
RUBE_SEARCH_TOOLS returns the currently available tool patterns, recommended parameters, and known pitfalls to help ensure successful execution.