Automate Agenty tasks via Rube MCP after checking current tool schemas first.
This skill is primarily an open-source prompt/instruction document and does not itself require local secrets, code execution, or local data access. However, it is designed to route actions through remote Rube MCP/Composio and an Agenty connection, so the main concerns are the external service chain rather than the document itself.
The material claims 'no API keys', but it explicitly requires establishing an Agenty connection via `RUBE_MANAGE_CONNECTIONS` and completing an external auth flow if inactive. This implies third-party account authorization/tokens are involved, even if the skill itself does not directly collect them. This is a normal external-connection credential scenario with no explicit signs of credential theft.
The README points to a remote MCP endpoint at `https://rube.app/mcp` and uses Composio/Rube to search tools, manage connections, and execute tools. User inputs and workflow parameters are therefore likely sent to these declared remote services. This is standard declared network behavior, and the material does not show exfiltration to unrelated or hidden endpoints.
Per the system checks, this is prompt-only. The material does not include executable install scripts, shell commands, or requirements to start local processes; it only describes how to call existing MCP tools. No local code-execution privilege is requested by the skill itself.
The document does not declare any ability to read/write local files, databases, or system resources, nor does it request filesystem permissions. Its apparent data plane is through remote Agenty/Composio workflows rather than direct access to local data.
The source is a GitHub open-source repository with very strong community adoption (64.7k stars), both of which materially reduce risk. The material itself is also just documentation rather than a binary or dependency package. The missing license declaration and unknown maintenance status are worth noting, but they do not by themselves justify a high-risk rating.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "agenty-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/agenty-automation/SKILL.md 2. Save it as ~/.claude/skills/agenty-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Agenty operations through Composio's Agenty toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/agenty
RUBE_MANAGE_CONNECTIONS with toolkit agentyRUBE_SEARCH_TOOLS first to get current tool schemasGet Rube MCP: Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works.
RUBE_SEARCH_TOOLS respondsRUBE_MANAGE_CONNECTIONS with toolkit agentyAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Agenty operations", known_fields: ""}]
session: {generate_id: true}
This returns available tool slugs, input schemas, recommended execution plans, and known pitfalls.
RUBE_SEARCH_TOOLS
queries: [{use_case: "your specific Agenty task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["agenty"]
session_id: "your_session_id"
RUBE_MULTI_EXECUTE_TOOL
tools: [{
tool_slug: "TOOL_SLUG_FROM_SEARCH",
arguments: {/* schema-compliant args from search results */}
}]
memory: {}
session_id: "your_session_id"
RUBE_SEARCH_TOOLSRUBE_MANAGE_CONNECTIONS shows ACTIVE status before executing toolsmemory in RUBE_MULTI_EXECUTE_TOOL calls, even if empty ({})| Operation | Approach |
|---|---|
| Find tools | RUBE_SEARCH_TOOLS with Agenty-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit agenty |
| Execute | RUBE_MULTI_EXECUTE_TOOL with discovered tool slugs |
| Bulk ops | RUBE_REMOTE_WORKBENCH with run_composio_tool() |
| Full schema | RUBE_GET_TOOL_SCHEMAS for tools with schemaRef |
Powered by Composio
Automate Gleap feedback and task workflows through Rube MCP.
Automate FraudLabs Pro fraud checks and risk workflows through Rube MCP.
Automate Foursquare tasks via Rube MCP with schema-aware tool discovery first.
Automate Leiga project and task workflows through Rube MCP.
Automate Gagelist tasks and check current tool schemas through Rube MCP.
Automate Gamma tasks through Rube MCP to streamline presentation workflows.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate AI/ML API workflows via Rube MCP, checking latest tool schemas first.
Automate Composio tasks via Rube MCP with tool schema lookup first.
Automate Agent Mail workflows through Rube MCP with schema-aware tool discovery.
Automate Agility CMS content and admin workflows through Rube MCP.
Automate Agiled clients, projects, and workflows through Rube MCP.