通过 Rube MCP 自动执行 Pingdom 监控与告警相关操作,提升运维效率。
该技能本身更像提示/操作指南,未声明本地代码执行、文件读写或自带密钥,整体风险偏低;但其设计目标是通过第三方 Rube MCP 与 Pingdom 连接并执行远程操作,因此网络外发、账户连接与远程数据操作仍需留意。
材料写明该技能本身“无”API 密钥,但要求通过 `RUBE_MANAGE_CONNECTIONS` 建立 Pingdom 活跃连接并完成返回的授权链接,说明实际会依赖 Pingdom/Composio 侧的账户授权或令牌;未见明显凭证窃取描述,但存在第三方连接被滥用的常规风险。
README 明确要求添加 `https://rube.app/mcp` 作为 MCP 服务器,并通过 Composio 的 Pingdom toolkit 执行操作,因此用户请求、会话 ID、工具参数及相关业务数据将发送到外部服务;外发对象与声明功能相关,但属于第三方远程处理。
从已知检查项看这是 `prompt-only` 技能,材料中未声明本机起进程、执行脚本、安装依赖或调用系统 shell;它主要描述如何调用现有 MCP 工具,而非在本地执行代码。
未见其申请本地文件系统权限,但其目标是“Automate Pingdom operations”,并通过远程工具执行查询/批量操作/工作流,意味着它可能访问和修改 Pingdom 账户中的监控资源与相关数据;这属于声明功能范围内的数据访问,但仍应按最小权限控制。
来源为 GitHub 开源仓库,且系统标记为 `open-source`、社区采用度高(64.7k star),这些都是显著的降风险因素;虽许可证未声明、维护状态未知,且该仓库更像技能集合而非独立产品仓库,但基于现有材料未见明显恶意、混淆或不可审计红旗。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "pingdom-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/pingdom-automation/SKILL.md 2. 保存为 ~/.claude/skills/pingdom-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
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
通过 Rube MCP 自动处理 Bidsketch 提案与客户相关任务。
用自然语言自动化管理 Capsule CRM 的联系人、任务、项目与组织数据
通过 Rube MCP 自动执行 Brex Staging 环境任务与流程
通过 Rube MCP 自动处理 Hacker News 检索、发布与监控等任务。
通过 Rube MCP 自动执行 Breeze 任务,并先检索工具 schema 确保调用正确。
通过 Rube MCP 自动化管理 Ngrok 隧道、端点与相关运维操作
通过 Rube MCP 自动执行 Globalping 网络探测与结果收集分析
通过 Rube MCP 自动处理短信告警相关任务,提升通知与响应效率。
通过 Rube MCP 自动执行 Autom 相关任务,并先检索最新工具 schema。
通过 Rube MCP 自动化管理 Uptimerobot 监控任务与状态查询。
通过 Rube MCP 自动执行 Discord 机器人相关任务与流程编排
通过 Rube MCP 自动执行 Radar 相关任务与工作流操作。