pushbullet-automation
Automate Pushbullet tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:34
Download and extract to your skills directory
Copy command and send to AI Agent for auto-install:
Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-pushbullet-automation&locale=en&source=copy
Pushbullet Automation - Rube MCP Integration Guide
Skill Overview
Automate Pushbullet operations in Claude using Composio’s Rube MCP. Supports dynamic tool discovery and pattern validation, without the need to hard-code API calls.
Use Cases
Core Features
FAQs
How do I enable Pushbullet automation in Claude?
Add
https://rube.app/mcp as an MCP server; no API key is required. After adding it, select the pushbullet tool package via RUBE_MANAGE_CONNECTIONS and complete authorization to start using it.Why do I need to search before executing the tool each time?
Composio tool package tool patterns and definitions update dynamically. RUBE_SEARCH_TOOLS ensures you get the currently available tool list and the correct input patterns, avoiding execution failures caused by hard-coded, outdated tool definitions.
What is the purpose of the memory parameter in RUBE_MULTI_EXECUTE_TOOL?
The memory parameter is used to pass state information between tool executions. Even if you don’t need to pass state, you must still include this parameter (set it to an empty object
{}) due to the required call format.Can the session ID be reused?
Yes. Reusing the session ID within the same workflow helps maintain contextual continuity. However, when starting a new workflow, it’s recommended to generate a new session ID to avoid state contamination.
Is the Pushbullet skill free?
The Rube MCP service access itself is free, but the Pushbullet service may have its own usage limits and pricing policies. For details, refer to the official Pushbullet documentation.