Back to list
Lordsisodia

notifications-mobile

by Lordsisodia

SISO Agency Internal Platform - Task management and day tracking system with LifeLock integration

0🍴 0📅 Jan 19, 2026

SKILL.md


name: notifications-mobile category: collaboration-communication/collaboration version: 1.0.0 description: Get agent progress updates on iPhone while away from laptop author: obra/superpowers verified: true tags: [notifications, mobile, iphone, pushover, pushcut, ios]

Mobile Notifications (iPhone, External)

This skill is "pluggable": pick one provider and wire the agent to call the corresponding script.

Providers (recommended):

  • Option A - Pushover: Simple, reliable HTTPS API for push notifications
  • Option B - Pushcut: iOS automation + notifications with webhook support

Select a provider (Pushover or Pushcut), configure required scripts, and establish a notification policy that provides useful updates without spam.

Follow strict security rules for handling API tokens and keys.

Notification Policy

  • Routine progress: every 5-15 minutes (short)
  • Significant findings: immediate (always include artifact pointer)
  • Always include: plan folder path + next action

<best_practices>

Provider Selection

Pushover - Best when you want:

  • "Just push alerts"
  • Minimal iOS setup
  • Simple, reliable HTTPS API
  • No automation features needed

Pushcut - Best when you want:

  • Push + optional actions/shortcuts
  • iOS automation integration
  • Dynamic notification content via JSON
  • Advanced scheduling and workflows

Effective Notifications

  • Keep messages concise (under 500 characters)
  • Always include context (what agent is working on)
  • Include next action (what happens next)
  • Add artifact pointers (where to find details)
  • Use clear, specific titles </best_practices>

Pushcut Notification

# Via helper script
scripts/notify-pushcut.sh "Found promising candidate" "Candidate #5 shows 40% performance improvement. artifacts/rankings.md#candidate-5"

Minimal Notification Format

Title: [Phase] Key finding
Why: Why it matters
Artifacts: Path to details
Next: What agent will do next

<integration_notes>

Tooling

  • Local (no keys): scripts/notify-local.sh
  • Pushover: scripts/notify-pushover.sh
  • Pushcut: scripts/notify-pushcut.sh

Provider Setup

Pushover Setup

  1. Create account at pushover.net
  2. Register application
  3. Get API token
  4. Store in .local/pushover.md:
    PUSHOVER_TOKEN=your_token
    PUSHOVER_USER=your_user_key
    

Pushcut Setup

  1. Install Pushcut app on iOS
  2. Create notification action
  3. Get webhook URL
  4. Store in .local/pushcut.md:
    PUSHCUT_WEBHOOK_URL=https://api.pushcut.io/...
    

Combine with other notification skills for multi-channel updates. </integration_notes>

<output_format> Push notifications to iPhone with:

  • Title (short, specific)
  • Body (what happened and why it matters)
  • Artifact pointer (where to find details)
  • Next action (what happens next)

Example notification:

[Deep Research] Found strong OSS candidate: X
Why: reduces build time for Y by ~Z%
Artifacts: agents/.plans/2025-01-18_research/notes.md
Next: validate licensing + integration approach

</output_format>

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon