Automate Pingdom monitoring and alert tasks through Rube MCP workflows.
This skill is primarily a prompt/workflow guide with no declared local code execution, file access, or built-in secrets, so its baseline risk is relatively low. However, it is intended to connect to third-party Rube MCP and Pingdom for remote actions, so network egress, account linking, and remote data operations still warrant caution.
The material states the skill itself requires no API key, but it requires establishing an active Pingdom connection via `RUBE_MANAGE_CONNECTIONS` and completing a returned auth link, indicating reliance on Pingdom/Composio-side account authorization or tokens. No explicit credential theft behavior is shown, but there is the usual risk associated with third-party delegated access.
The README explicitly instructs adding `https://rube.app/mcp` as an MCP server and using Composio's Pingdom toolkit, so user requests, session IDs, tool arguments, and related operational data would be sent to external services. The egress appears related to the stated functionality, but it is still third-party remote processing.
Based on the objective check that this is `prompt-only`, the material does not declare spawning local processes, running scripts, installing dependencies, or invoking a system shell. It mainly describes how to call existing MCP tools rather than execute code locally.
There is no indication of local filesystem permission requests, but the stated purpose is to automate Pingdom operations and execute queries, bulk actions, and workflows through remote tools. That means it may access and modify monitoring resources and related data in the Pingdom account. This is within the claimed function, but it still calls for least-privilege control.
The source is a GitHub repository and is flagged as `open-source`, with strong community adoption (64.7k stars), all of which are meaningful risk-reducing signals. Although the license is undeclared, maintenance status is unknown, and the repository appears to be a skill collection rather than a dedicated product repo, the provided material shows no clear malicious, deceptive, or unauditable red flags.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "pingdom-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/pingdom-automation/SKILL.md 2. Save it as ~/.claude/skills/pingdom-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Pingdom operations through Composio's Pingdom toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/pingdom
RUBE_MANAGE_CONNECTIONS with toolkit pingdomRUBE_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 pingdomAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Pingdom 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 Pingdom task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["pingdom"]
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 Pingdom-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit pingdom |
| 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 Doppler marketing workflows and campaign operations through Rube MCP.
Automate Docupost document and delivery workflows via Rube MCP with schema-first tool discovery.
Automate Google Tasks and lists with bulk task management workflows.
Automate DreamStudio image generation tasks and workflows through Rube MCP.
Automate Doppler SecretOps secret and configuration management tasks through Rube MCP.
Automate Drip Jobs recruiting queries and workflows through Rube MCP.
Automate Globalping network probes and collect results through Rube MCP.
Automate SMS alert workflows through Rube MCP for faster notifications and responses.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate Uptimerobot monitoring tasks and status checks through Rube MCP.
Automate Discord bot tasks and workflow actions through Rube MCP.
Automate Radar tasks and workflows through Rube MCP integrations.