globalping-automation
Automate Globalping tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:16
Download and extract to your skills directory
Copy command and send to OpenClaw for auto-install:
Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-globalping-automation&locale=en&source=copy
Globalping Automation
Skill Overview
Globalping Automation is a Claude skill that automates Globalping network probing tasks by executing them through Rube MCP (Composio). It supports automated workflows for operations such as global network latency testing, DNS queries, and traceroute.
Use Cases
Automatically performs scheduled network probes across multiple global server nodes, collects metrics such as latency and packet loss rate, and is suitable for operations teams to build a global network quality monitoring system.
Integrates network probing capabilities into automated operations or development processes. By using Rube MCP to call the Globalping tools in a unified way, there’s no need to manually write API-calling code.
Suitable for scenarios where probe parameters must be adjusted based on the latest tool modes. Before each run, it automatically discovers available tools and their parameter mode patterns to ensure compatibility with the Globalping API.
Core Features
Uses
RUBE_SEARCH_TOOLS to automatically retrieve the current list of available Globalping tools, input modes, and execution recommendations, avoiding compatibility issues caused by hard-coded tool parameters.Uses
RUBE_MANAGE_CONNECTIONS to manage the connection status of the Globalping tool package. It supports connection verification, activation, and status checks to ensure connections are healthy before tool calls.Uses
RUBE_MULTI_EXECUTE_TOOL to execute multiple Globalping probing tasks in one go. Supports session reuse and memory management to improve efficiency for batch operations.FAQs
How do I start using Globalping Automation?
First, add Rube MCP (
https://rube.app/mcp) to your client configuration. Rube MCP can be used without an API key. After configuration, run RUBE_SEARCH_TOOLS to discover available tools, then use RUBE_MANAGE_CONNECTIONS to activate the Globalping tool package connection. Once the status is confirmed as ACTIVE, you can use it.Why do I need to run RUBE_SEARCH_TOOLS every time?
The modes of Globalping tools may change with API updates. Hard-coding tool names and parameters may cause call failures.
RUBE_SEARCH_TOOLS returns the latest tool modes, recommended execution plans, and known pitfalls, ensuring that your calls remain compatible with the current API. This is a core requirement of the skill and cannot be skipped.What types of network probes are supported?
Through the Globalping tool package in Rube MCP, you can perform various network probing operations, including but not limited to: ping tests (latency and packet loss rate), DNS queries (various record types), traceroute (route tracing), and HTTP(S) response tests. The specific available tool types must be obtained from
RUBE_SEARCH_TOOLS or RUBE_GET_TOOL_SCHEMAS to get the latest list.