
notifications-mobile
by Lordsisodia
SISO Agency Internal Platform - Task management and day tracking system with LifeLock integration
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
- Create account at pushover.net
- Register application
- Get API token
- Store in
.local/pushover.md:PUSHOVER_TOKEN=your_token PUSHOVER_USER=your_user_key
Pushcut Setup
- Install Pushcut app on iOS
- Create notification action
- Get webhook URL
- 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
Based on repository quality metrics
SKILL.mdファイルが含まれている
ライセンスが設定されている
100文字以上の説明がある
GitHub Stars 100以上
3ヶ月以内に更新がある
10回以上フォークされている
オープンIssueが50未満
プログラミング言語が設定されている
1つ以上のタグが設定されている
Reviews
Reviews coming soon