Automate Autom workflows via Rube MCP while checking current tool schemas first.
This skill is essentially an open-source prompt/workflow wrapper with no declared local secrets, file access, or direct system execution. The main exposure comes from connecting the client to Rube MCP and using it to manage an external Autom integration, so the overall posture is low-to-moderate risk with mostly caution-level concerns.
The material says the skill itself requires no environment variables or API keys, but actual use requires creating and activating an `autom` connection via `RUBE_MANAGE_CONNECTIONS`, implying credentials are likely held by Rube/Composio or obtained through an external auth flow. No explicit credential-abuse red flags are shown, but third-party account authorization is involved, so token scope and storage should be reviewed.
The README explicitly instructs users to add `https://rube.app/mcp` as an MCP server and use Rube/Composio for tool discovery, connection management, and remote operations. This means task inputs, session IDs, tool arguments, and possibly business data may be transmitted to external services. The endpoint is explicitly named rather than unknown, but this is still a standard external data-egress scenario.
Based on the material, this is a prompt-only workflow wrapper and does not describe starting local processes, executing shell commands, installing binaries, or requesting system-level execution privileges. Its actions are primarily calls to existing MCP tools and remote services, so no local code-execution red flags are evident.
There is no stated direct access to the local filesystem, clipboard, or device resources, but once the Autom connection is active, the Rube tools can query or act on data within the authorized Autom account/workflows. The effective data-access scope depends on the permissions granted to that external connection, which is a standard third-party integration concern.
The source is an open GitHub repository with strong community adoption (about 64.7k stars). It is also marked as open-source and prompt-only, both of which materially lower risk. Although the license is unspecified and maintenance status is unknown, the current material shows no closed-source, unknown-origin, or obvious injection-style red flags, so overall supply-chain risk appears low.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "autom-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/autom-automation/SKILL.md 2. Save it as ~/.claude/skills/autom-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Autom operations through Composio's Autom toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/autom
RUBE_MANAGE_CONNECTIONS with toolkit automRUBE_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 automAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Autom 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 Autom task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["autom"]
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 Autom-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit autom |
| 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 AI/ML API workflows via Rube MCP, checking latest tool schemas first.
Automate Alchemy tasks via Rube MCP with schema discovery first.
Automate Algodocs document and data tasks via Rube MCP with schema lookup first.
Automate All Images AI image generation and processing through Rube MCP.
Automate Alpha Vantage data queries and workflows through Rube MCP.
Automate Agility CMS content and admin workflows through Rube MCP.
Automate Composio tasks via Rube MCP with tool schema lookup first.
Automate Amazon tasks through Rube MCP after checking current tool schemas.
Automate templated workflows via Rube MCP after checking current tool schemas.
Automate Agenty tasks via Rube MCP after checking current tool schemas first.
Automate V0 workflows via Rube MCP using current tool schemas first.
Automate Kit tasks via Rube MCP with schema lookup first.