Automate Moz SEO tasks via Rube MCP using current tool schemas first.
This skill itself is an open-source prompt-style wrapper with strong community adoption, and it does not directly require local secrets or declare local code execution, so overall risk is relatively low. However, it is designed to connect to remote Rube MCP/Composio services and a Moz account for external tool execution, so network egress, third-party authorization, and supply-chain considerations still warrant attention.
The material says 'No API keys needed,' but it also requires creating an ACTIVE `moz` connection via `RUBE_MANAGE_CONNECTIONS` and completing an auth link, which implies third-party account authorization tokens are involved. The skill does not declare local secrets directly, but there is a standard caution around Moz credentials being held or used via Rube/Composio.
The README explicitly requires adding the remote MCP endpoint `https://rube.app/mcp` and using Composio's Moz toolkit for discovery, connection, and execution. This means task inputs, session IDs, and tool execution results may be sent to the stated third-party service. The endpoint is explicit and functionally related, so this is normal remote egress rather than obviously suspicious exfiltration.
The system marks this as `prompt-only`, and the material does not describe installing local executables, spawning processes, or granting shell/system execution rights. Its primary role is to guide use of connected MCP tools rather than directly executing code on the user's machine.
The skill itself does not declare local file access or broad access to local data, but it does perform search, connection, and bulk operations on Moz account data through Rube MCP, and it uses session state and a `memory` parameter. This should be treated as normal access to external business data, not excessive local authorization.
The source is an open-source GitHub repository, the system marks it as `open-source`, and community adoption is very strong (64.7k stars), all of which materially reduce risk. Although the license is unspecified, maintenance status is unknown, and actual operation depends on external Rube/Composio services, the available material does not show a concrete supply-chain red flag.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "moz-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/moz-automation/SKILL.md 2. Save it as ~/.claude/skills/moz-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Moz operations through Composio's Moz toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/moz
RUBE_MANAGE_CONNECTIONS with toolkit mozRUBE_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 mozAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Moz 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 Moz task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["moz"]
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 Moz-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit moz |
| 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 Kaggle competitions, datasets, and submissions through Rube MCP.
Automate Keap tasks and integrations by checking tool schemas first.
Automate Firmao tasks via Rube MCP after checking current tool schemas.
Automate Documenso signing, templates, and status tracking through Rube MCP.
Automate rendering HTML into images for cards, banners, and visual snapshots.
Automate Fireberry tasks via Rube MCP after checking current tool schemas.
Automate Mezmo tasks via Rube MCP using current tool schemas first.
Automate Moxie tasks through Rube MCP after checking current tool schemas.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate Composio tasks via Rube MCP with tool schema lookup first.
Automate browser tool tasks via Rube MCP with schema lookup first.
Automate Yousearch tasks through Rube MCP and chain follow-up workflows.