join-push-notifications

Send push notifications to Android devices via the Join API.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/gevrey/openclaw_backup --skill join-push-notifications
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: join-push-notifications
Source: https://github.com/gevrey/openclaw_backup/tree/main/skills/join-push-notifications
Command: npx skills add https://github.com/gevrey/openclaw_backup --skill join-push-notifications

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Enable notifying Android devices from OpenClaw using the Join API, enabling quick, reliable push notifications to your phone.

Core Features & Use Cases

  • Send push messages to Join devices
  • List devices and identify the target deviceId
  • Trigger Tasker automations and include URL or clipboard data
  • Verify delivery status via API responses

Quick Start

Push a notification to your Join-enabled device with a single command.

Frequently Asked Questions about join-push-notifications

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

FAQPage Schema
How do I send push notifications to my Android phone using the Join API?

To send push notifications to an Android device via the Join API, you need a locally stored Join API key and the target device ID. The Skill uses a Python script to execute list and send actions for quick message delivery.

Can I trigger Tasker automations on Android through Join?

Yes, you can trigger Tasker automations by sending push notifications through the Join API. You can also include URL or clipboard data in the message to pass specific parameters to your Tasker tasks.

How do I find my Join device ID for push notifications?

You can list devices and identify the target device ID by querying the Join API. The Skill includes functionality to list connected devices so you can pinpoint the exact Android device to receive the push notification.

What do I need to set up before sending Join push alerts from OpenClaw?

Before sending Join push alerts, you need to store your Join API key locally and identify your target deviceId. No external dependencies are required, but you must have the Join app installed on your Android device.

Can I verify if my Join push notification was delivered successfully?

Yes, you can verify delivery status via API responses. When the script sends a push notification to your Android device through Join, the API returns a response confirming whether the action was successful.

Does the Join push notification Skill work without external dependencies?

The Skill works without external dependencies, relying only on an internal Python script. You simply need your Join API key and the target Android device ID to start sending push messages from your environment.