moz-automation

Automate Moz SEO operations and data retrieval through the Rube MCP gateway.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of navigating the Moz dashboard by providing a direct, programmatic interface to execute SEO tasks and retrieve site metrics.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch available Moz tool schemas to ensure compatibility with current API versions.
  • Workflow Execution: Perform multi-step SEO operations like site audits or keyword tracking using the Rube MCP protocol.
  • Use Case: Automate the retrieval of domain authority metrics and keyword rankings for a list of client websites to generate weekly SEO performance reports.

Quick Start

Use the moz-automation skill to search for available tools and execute a site audit for the domain example.com.

Frequently Asked Questions about moz-automation

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

FAQPage Schema
How do I connect my Moz account to the automation?

Connect your Moz account by calling the RUBE_MANAGE_CONNECTIONS tool with the 'moz' toolkit parameter. Follow the provided authentication link in the response to authorize the connection and set the status to ACTIVE.

Why must I call RUBE_SEARCH_TOOLS before executing tasks?

Calling RUBE_SEARCH_TOOLS ensures you are using the most current tool schemas and arguments. Tool definitions change frequently, and hardcoding parameters often leads to execution errors.

Can I automate bulk SEO reporting with this skill?

Yes, you can perform bulk operations by using the RUBE_REMOTE_WORKBENCH tool to run custom scripts that iterate through your target domains and execute Moz tool calls.

What should I do if a tool execution fails?

Verify that your connection status is ACTIVE using RUBE_MANAGE_CONNECTIONS. Ensure your arguments match the schema returned by RUBE_SEARCH_TOOLS and that you have included the required memory parameter.