anonyflow-automation

Automate Anonyflow task workflows through the Rube MCP gateway for integrated operations.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill anonyflow-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: anonyflow-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/anonyflow-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill anonyflow-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the complexity of managing Anonyflow tasks by providing a standardized, automated interface for tool discovery, connection management, and execution, eliminating manual configuration errors.

Core Features & Use Cases

  • Dynamic Tool Discovery: Automatically fetch current schemas and execution plans for Anonyflow tasks via Rube MCP.
  • Connection Management: Verify and maintain active authentication states for seamless workflow execution.
  • Use Case: Automate repetitive Anonyflow operations by chaining tool discovery, connection verification, and multi-tool execution into a single, reliable agentic workflow.

Quick Start

Use the anonyflow-automation skill to discover and execute the required tools for your specific task.

Frequently Asked Questions about anonyflow-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I discover available Anonyflow tools?

Call the RUBE_SEARCH_TOOLS command with a specific use case query to retrieve available tool slugs, input schemas, and execution plans for your Anonyflow tasks.

What should I do if my Anonyflow connection is inactive?

Use the RUBE_MANAGE_CONNECTIONS command with the anonyflow toolkit to trigger the authentication flow and restore the connection to an ACTIVE status.

Why must I call RUBE_SEARCH_TOOLS before executing a task?

Tool schemas and slugs are subject to change; calling RUBE_SEARCH_TOOLS ensures you are using the most current, valid arguments and field definitions for your workflow.

Can I reuse session IDs for different workflows?

No, you should reuse session IDs only within a single workflow sequence. Generate new session IDs for distinct, unrelated workflows to ensure proper state management.

What is the purpose of the memory parameter in RUBE_MULTI_EXECUTE_TOOL?

The memory parameter is a required field for state tracking during tool execution; always include it in your calls, even if it is an empty object.