pushbullet-automation

Automate Pushbullet tasks via Rube MCP (Composio). Always search tools first for current schemas.

Install

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


  • Automated Notification Pushes: Integrate Pushbullet into a Claude skill workflow to automatically send pushes, links, and files to multiple devices.

  • Dynamic Tool Integration: Use RUBE_SEARCH_TOOLS to discover available tools and patterns in real time, adapting to dynamic updates in Composio’s tool packages.

  • Batch Push Tasks: Use RUBE_REMOTE_WORKBENCH to perform bulk Pushbullet actions, suitable for scenarios that require processing multiple push tasks.
  • Core Features


  • Tool Discovery and Validation: Dynamically retrieve the Pushbullet tool list and input patterns via RUBE_SEARCH_TOOLS. This ensures the latest tool definitions are used before each execution, preventing call failures caused by pattern changes.

  • Connection Management: Use RUBE_MANAGE_CONNECTIONS to check and manage the Pushbullet connection status. Supports quick authorization via an Auth Link, ensuring the connection is in ACTIVE state before execution.

  • Flexible Tool Execution: Execute discovered tools with RUBE_MULTI_EXECUTE_TOOL, supporting session reuse and state passing. Pair with RUBE_GET_TOOL_SCHEMAS to obtain full tool pattern definitions.
  • 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.