Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
An OpenClaw plugin that sends push notifications to the HashBox iOS app using a Firebase webhook. Supports three payload types: article (text content), metric (labeled numeric data), and audit (severity-tagged log entries).
Delivers structured, typed push notifications (not just plain text) to an iOS device without requiring you to build or host a custom notification backend.
When to use it
- Get an iPhone notification when a CI/CD build finishes
- Push daily CPU and memory metrics to your phone from a monitoring script
- Receive security audit findings on your iPhone after an automated scan
- Alert yourself when a long-running data pipeline completes
- Send structured performance reports to your phone from an agent workflow
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: notify me on my iPhone when my build succeeds
- 1Calls configure_hashbox with the user's HB- prefixed API token to store credentials locally
- 2Runs the build process and waits for completion
- 3Calls send_hashbox_notification with payloadType article, channelName Builds, channelIcon 🔨, title Build Complete, and a summary in contentOrData
A push notification appears in the HashBox iOS app with the build result message
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.