anonyflow-automation

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

Install

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


  • Automate Repetitive Tasks: Use RUBE_MULTI_EXECUTE_TOOL to batch execute Anonyflow operations, reducing manual intervention

  • Claude Agent Integration: Enable Claude to call the Anonyflow toolset directly, supporting intelligent workflow orchestration

  • Quick Tool Discovery: Use RUBE_SEARCH_TOOLS to dynamically retrieve the currently available Anonyflow tools and parameter patterns
  • Core Features


  • Tool Discovery & Pattern Validation: Call RUBE_SEARCH_TOOLS to get the latest tool patterns, recommended execution plans, and known pitfalls, avoiding hard-coded outdated tool definitions

  • Connection State Management: Use RUBE_MANAGE_CONNECTIONS to check the Anonyflow connection status and ensure the connection is ACTIVE before executing tools

  • Coordinated Multi-Tool Execution: Use RUBE_MULTI_EXECUTE_TOOL to execute multiple Anonyflow operations within a single session, supporting parameterized workflows
  • FAQs

    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.