mx-toolbox-automation

Automate network diagnostic and domain management tasks through the Rube MCP interface.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of navigating web-based network diagnostic tools by providing a direct, automated interface to Mx Toolbox via the Rube MCP gateway.

Core Features & Use Cases

  • Automated Diagnostics: Execute network lookups and domain health checks programmatically.
  • Tool Discovery: Dynamically fetch current tool schemas to ensure compatibility with the latest Mx Toolbox API updates.
  • Use Case: Automate the monitoring of domain DNS records or blacklist status by scheduling periodic diagnostic checks and logging the results to your workflow.

Quick Start

Use the mx-toolbox-automation skill to search for available diagnostic tools and execute a domain health check for example.com.

Frequently Asked Questions about mx-toolbox-automation

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

FAQPage Schema
How do I find available Mx Toolbox tools?

Call the RUBE_SEARCH_TOOLS function with a query related to your specific network task. This returns the current tool slugs and input schemas required for execution.

What should I do if my Mx Toolbox connection is inactive?

Use the RUBE_MANAGE_CONNECTIONS function to check your current status. If it is not active, follow the provided authentication link to re-authorize the toolkit.

Can I hardcode tool slugs in my automation scripts?

Avoid hardcoding tool slugs or arguments because schemas change frequently. Always call RUBE_SEARCH_TOOLS first to retrieve the most current and valid tool definitions.

Why is the memory parameter required in tool execution?

The memory parameter is a mandatory field for RUBE_MULTI_EXECUTE_TOOL calls to maintain state consistency, even if you pass an empty object.