agenty-automation

Automate Agenty platform tasks through the Rube MCP gateway for structured workflow execution.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of navigating Agenty's web interface by providing a direct, programmatic way to execute automation tasks and manage connections via the Rube MCP gateway.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current Agenty tool schemas to ensure compatibility before execution.
  • Connection Management: Verify and maintain active authentication states for Agenty toolkits.
  • Workflow Execution: Run multi-step automation sequences, including bulk operations and remote workbench tasks.

Quick Start

Use the agenty-automation skill to search for available tools and execute a specific Agenty task.

Frequently Asked Questions about agenty-automation

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

FAQPage Schema
How do I find available Agenty tools?

Call the RUBE_SEARCH_TOOLS function with a query related to your specific Agenty task to retrieve current tool slugs, input schemas, and execution plans.

What should I do if my Agenty connection is inactive?

Use the RUBE_MANAGE_CONNECTIONS tool with the 'agenty' toolkit parameter to trigger the authentication flow and restore an ACTIVE connection status.

Why must I call RUBE_SEARCH_TOOLS before executing a task?

Tool schemas and slugs in the Agenty ecosystem are subject to change; searching first ensures your arguments match the current API requirements.

Can I reuse session IDs for different workflows?

No, you should generate new session IDs for distinct workflows to maintain state isolation, though you may reuse them within a single multi-step workflow.

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 as an empty object '{}' if no specific memory state is needed.