pushbullet-automation

Automate Pushbullet notification and device management tasks via Rube MCP integration.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill pushbullet-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pushbullet-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/pushbullet-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill pushbullet-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of managing cross-device notifications and Pushbullet operations by providing a structured, agent-driven interface for executing tasks.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current Pushbullet tool schemas to ensure compatibility.
  • Connection Management: Handle authentication and status verification for Pushbullet toolkits.
  • Workflow Execution: Perform multi-step Pushbullet operations like sending pushes or managing devices through the Rube MCP gateway.

Quick Start

Use the pushbullet-automation skill to discover available tools and send a notification to my connected devices.

Frequently Asked Questions about pushbullet-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect Pushbullet to my agent?

Use the RUBE_MANAGE_CONNECTIONS command with the pushbullet toolkit parameter. Follow the returned authentication link to authorize your account and ensure the connection status is set to ACTIVE.

Why must I call RUBE_SEARCH_TOOLS first?

Tool schemas and available endpoints for Pushbullet change frequently. Calling RUBE_SEARCH_TOOLS ensures your agent uses the most current input parameters and avoids execution errors caused by outdated schemas.

Can I automate bulk Pushbullet operations?

Yes, use the RUBE_REMOTE_WORKBENCH command with the run_composio_tool function to execute multiple Pushbullet actions in a single batch workflow.

What should I do if my Pushbullet connection fails?

Verify the connection status using RUBE_MANAGE_CONNECTIONS. If the status is not ACTIVE, re-run the connection setup process to refresh your authentication tokens.