globalping-automation

Automate network diagnostic tasks and Globalping operations 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 globalping-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: globalping-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/globalping-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill globalping-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of configuring and executing network diagnostic tests across distributed global nodes, ensuring consistent and repeatable network monitoring.

Core Features & Use Cases

  • Automated Network Diagnostics: Execute ping, traceroute, and other network tests via Globalping tools.
  • Workflow Orchestration: Manage connections and tool execution through the Rube MCP interface.
  • Use Case: Automatically run a traceroute from multiple global regions to a specific endpoint to diagnose latency issues during a service outage.

Quick Start

Use the globalping-automation skill to run a traceroute from three different regions to the target domain.

Frequently Asked Questions about globalping-automation

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

FAQPage Schema
How do I execute network tests with Globalping?

Use the RUBE_MULTI_EXECUTE_TOOL command to trigger specific diagnostic tools like ping or traceroute. Always call RUBE_SEARCH_TOOLS first to identify the correct tool slugs and required input schemas for your specific network task.

What is the purpose of RUBE_SEARCH_TOOLS?

RUBE_SEARCH_TOOLS retrieves the current schemas, available tool slugs, and execution plans for connected toolkits. It is essential for ensuring your arguments match the latest API requirements before attempting execution.

How do I verify my Globalping connection status?

Call RUBE_MANAGE_CONNECTIONS with the globalping toolkit argument. The response will indicate whether the connection is ACTIVE, which is a prerequisite for running any diagnostic workflows.

Can I reuse session IDs for multiple tasks?

Yes, you should reuse session IDs within a single logical workflow to maintain context. However, generate a new session ID when starting an entirely different diagnostic project to avoid state pollution.

What should I do if a tool execution fails?

Verify that your connection status is ACTIVE via RUBE_MANAGE_CONNECTIONS and re-run RUBE_SEARCH_TOOLS to ensure your arguments comply with the most recent schema definitions.