Automate Pushover notification tasks and message workflows via Rube MCP.
This skill is itself open-source prompt/documentation material, but its intended use depends on external Rube MCP and Composio for remote tool discovery, connection management, and tool execution; based on the provided material, it does not directly require local secrets or local code execution, so the overall posture is caution rather than high risk. The high-star open-source source materially lowers supply-chain risk, while actual data egress and permission scope depend on the connected Rube/Composio service and the granted Pushover account access.
The material says the skill itself needs 'no API keys,' but it explicitly requires creating a `pushover` connection via `RUBE_MANAGE_CONNECTIONS` and completing an external auth flow, implying credentials are actually managed or proxied by Rube/Composio. No local plaintext secret handling is shown, but normal third-party connection authorization exposure remains.
The README requires adding `https://rube.app/mcp` as an MCP server and using Composio/Rube remote capabilities for tool search, connection management, and execution. This means task descriptions, session data, and possibly operation arguments are sent to the declared external service. No suspicious extra endpoints are disclosed beyond the Rube/Composio and Pushover-related flow.
System checks classify this project as `prompt-only`; the provided material only describes workflow guidance and MCP call patterns, with no local script execution, process spawning, or requests for system command privileges.
The skill itself does not claim local file reads or local resource access, but the remote tools it relies on can act on an authorized Pushover account and will pass `session_id`, `memory`, and task arguments in the workflow. The effective data-access scope mainly depends on the external service and the granted Pushover permissions.
The source is an open-source GitHub repository with very high community adoption (about 64.9k stars). The audited object is also a prompt-style skill rather than an executable package, giving it good auditability. Although the license is unspecified and maintenance status is unknown, that alone is not enough to raise it to high risk.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "pushover-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/pushover-automation/SKILL.md 2. Save it as ~/.claude/skills/pushover-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Pushover operations through Composio's Pushover toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/pushover
RUBE_MANAGE_CONNECTIONS with toolkit pushoverRUBE_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 pushoverAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Pushover 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 Pushover task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["pushover"]
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 Pushover-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit pushover |
| 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 V0 workflows via Rube MCP using current tool schemas first.
Automate Adobe app workflows to speed up repetitive creative tasks.
Automate Ticketmaster searches and task workflows through Rube MCP tools.
Automate Mocean tasks through Rube MCP using the latest tool schemas.
Discover Claude skills and resources to customize and improve AI workflows.
Automate Zoho Books invoicing, bills, payments, and contacts with natural language.
Automate Pushbullet notifications, pushes, and cross-device messaging via Rube MCP.
Automate OneSignal messaging, app, and notification tasks 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 Mailcoach email marketing and subscriber workflows through Rube MCP.
Automate Uptimerobot monitoring tasks and status checks through Rube MCP.