LaunchKit · 2026
Back to Skills

hashbox-plugin

OpenClaw plugin that connects an AI agent to the HashBox iOS app via Firebase webhook for push notifications.

0
0 downloads
by @w3h9uf

Setup & Installation

openclaw skills install @w3h9uf/hashbox-plugin

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install hashbox-plugin

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.

INPUT

User asks: notify me on my iPhone when my build succeeds

AGENT
  1. 1Calls configure_hashbox with the user's HB- prefixed API token to store credentials locally
  2. 2Runs the build process and waits for completion
  3. 3Calls send_hashbox_notification with payloadType article, channelName Builds, channelIcon 🔨, title Build Complete, and a summary in contentOrData
OUTPUT

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.

HashBox iOS app (installed on your iPhone)HashBox accountHB- prefixed API token from your HashBox dashboard