From iotpush
This skill should be used when the user asks to "send a push notification", "notify my device", "send an alert", "push a message", "send a webhook", "notify via iotpush", or needs help with IoT push notifications, device alerts, or the iotpush API.
How this skill is triggered — by the user, by Claude, or both
Slash command
/iotpush:iotpushThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Send push notifications, emails, and webhooks through the iotpush API. One API call delivers across channels.
Send push notifications, emails, and webhooks through the iotpush API. One API call delivers across channels.
Three tools are available via the iotpush MCP server:
Send a notification to a topic using plain text with optional headers. Best for simple, quick alerts.
Parameters:
topic (string) — target topic/channel (falls back to default if not set)message (string, required) — the notification bodytitle (string) — notification titlepriority (string) — low, normal, high, or urgenttags (string) — comma-separated tags like warning,sensorclick_url (string) — URL to open on tap/clickSend a notification with a JSON payload for richer control.
Parameters:
topic (string) — target topic/channelmessage (string, required) — notification bodytitle (string) — notification titlepriority (string) — low, normal, high, or urgentSend via the Pushover-compatible endpoint. Use when integrating with apps that have built-in Pushover support.
Parameters:
token (string) — iotpush topic API key (falls back to env var)user (string) — topic namemessage (string, required) — notification bodytitle (string) — notification titleurl (string) — URL to includepriority (integer) — Pushover-style: -2 (lowest) to 2 (urgent)send_push_notification — it's the most straightforward.send_json_notification when the user wants structured payloads.send_pushover_notification only when Pushover compatibility is specifically needed.urgent, "important" → high, casual → normal or low.Warn users if they mention high-volume sending that might exceed their plan limits.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub dasecure/claude-plugins --plugin iotpush