agenty-automation
Automate Agenty tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:1
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-agenty-automation&locale=en&source=copy
Agenty Automation - Automate Agenty Tasks via Rube MCP
Skill Overview
Agency Automation is a skill for automating operations on the Agenty platform through Composio’s Rube MCP service. It supports core automation capabilities such as web scraping, data extraction, and agent management.
Use Cases
1. E-commerce Data Monitoring Automation
Automatically run scheduled scraping of product prices, inventory, and review data. Supports competitor analysis and price trend monitoring. With RUBE_MULTI_EXECUTE_TOOL, you can batch create and manage multiple Agenty crawler tasks without manual intervention.
2. News and Content Collection
Automatically scrape updates from news websites, blogs, and social media. Suitable for reputation monitoring, content aggregation, and intelligence gathering scenarios. Supports scheduled tasks and incremental scraping.
3. Enterprise Data Integration
Integrate Agenty’s scraping capabilities into enterprise workflows. Use Rube MCP’s standardized interfaces to automate the end-to-end process of data extraction, cleaning, and export. Supports connecting with enterprise databases and analytics platforms.
Core Functions
1. Dynamic Tool Discovery and Execution
Use RUBE_SEARCH_TOOLS to dynamically fetch the latest Agenty tool schema, ensuring the latest API structure is used. Before each execution, automatically search for available tools to avoid hard-coded, outdated API call patterns.
2. Connection Management and Status Checks
Use RUBE_MANAGE_CONNECTIONS to manage Agenty connection status. Automatically detect whether the connection is active and support completing authorization via an authentication link. Ensure the connection is in the ACTIVE state before running tasks.
3. Batch Task Orchestration
Use RUBE_MULTI_EXECUTE_TOOL to batch execute multiple Agenty actions. You can create agents, start crawlers, export data, and perform other operations sequentially within a single session, improving automation efficiency.
Common Questions
What is Rube MCP? How do I use it?
Rube MCP is an MCP service provided by Composio. It can be used without an API key. Simply add
https://rube.app/mcp as the MCP server in your client configuration. After connecting, you can use core tools such as RUBE_SEARCH_TOOLS, RUBE_MANAGE_CONNECTIONS, and RUBE_MULTI_EXECUTE_TOOL.How do I connect Agenty to Rube MCP?
First, call RUBE_SEARCH_TOOLS to get a session ID. Then use RUBE_MANAGE_CONNECTIONS and set the toolkit to "agenty". If the connection status is not ACTIVE, the system will return an authentication link. Complete authorization and then you can use all Agenty automation features.
How do I get the latest schema for Agenty tools?
Before each workflow execution, call RUBE_SEARCH_TOOLS and provide your specific use case (e.g., "create an agent" or "export data"). The tool returns the available tool slugs, input schemas, recommended execution plans, and known issues. Always rely on the search results and do not hard-code tool call parameters.
What are best practices for batch executing Agenty tasks?
{}. What are the limitations of Agenty Automation?
Rube MCP service must be available and the network connection must be working properly. Your Agenty account must have valid Composio authorization. Some operations may be affected by quota and rate limits on the Agenty platform; it’s recommended to space out tasks appropriately. Tool schemas may be updated at any time—always re-search before each execution.