Automate Moxie tasks through Rube MCP after checking current tool schemas.
This skill appears to be a prompt/instruction asset in an open-source, highly trusted repository, with no direct local secrets or explicit built-in endpoint, so the artifact itself is low risk. However, its intended use routes actions through Rube MCP and external Moxie integrations, which introduces third-party connectivity and authorization considerations during real use.
The material states there are no API keys, but it requires an ACTIVE `moxie` connection via `RUBE_MANAGE_CONNECTIONS` and setup through a returned auth link. So while the skill itself does not collect local secrets, actual use still depends on third-party account authorization/tokens, creating ordinary concerns around connection misuse or over-scoped access.
The README explicitly instructs adding `https://rube.app/mcp` as an MCP server and using Composio/Rube to search tools, manage connections, and execute workflows. Therefore, user requests, session IDs, tool arguments, and potentially business data may be sent to external services as part of normal operation. No unrelated or hidden exfiltration endpoint is shown, but expected third-party network egress exists.
Based on the provided artifact, this is a prompt/instruction asset rather than an executable install script, and it does not declare local process spawning, system command execution, or direct requests for high-risk system privileges. The mentioned `RUBE_MULTI_EXECUTE_TOOL` is a description of external MCP tool use, not evidence that this skill itself has local code execution capability.
The skill text itself does not request local file read/write access, but it is designed to perform Moxie operations/workflows through an external toolkit and supports session reuse, bulk operations, and remote workbench patterns. This means the effective data access scope depends on the permissions granted to Rube/Composio and the connected Moxie account, so over-broad authorization should be avoided.
The source is an open-source GitHub repository with strong community adoption (~64.9k stars), both of which materially lower supply-chain risk. The material also aligns with a prompt-only artifact, making supply-chain risk comparatively low. That said, the README mainly points users to external Rube/Composio services, and the license and maintenance status are not explicit, so those should still be verified before adoption.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "moxie-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/moxie-automation/SKILL.md 2. Save it as ~/.claude/skills/moxie-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Moxie operations through Composio's Moxie toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/moxie
RUBE_MANAGE_CONNECTIONS with toolkit moxieRUBE_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 moxieAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Moxie 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 Moxie task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["moxie"]
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 Moxie-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit moxie |
| 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 Stormglass IO weather data queries and integrations through Rube MCP.
Automate OCRSpace text extraction tasks through Rube MCP workflows.
Automate GoToWebinar creation, registration, and attendee management through Rube MCP.
Automate Logo development tasks via Rube MCP using current tool schemas.
Automate Globalping network probes and collect results through Rube MCP.
Automate Mailcoach email marketing and subscriber workflows through Rube MCP.
Automate Moz SEO tasks via Rube MCP using current tool schemas first.
Automate Mocean tasks through Rube MCP using the latest tool schemas.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate Mezmo tasks via Rube MCP using current tool schemas first.
Automate Composio tasks via Rube MCP with tool schema lookup first.
Automate Melo workflows via Rube MCP using current tool schemas first.