# Send Notify to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "notify",
    "name": "Notify",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/ivangdavila/notify",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/notify",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/notify",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=notify",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "notify",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-06T05:35:51.344Z",
      "expiresAt": "2026-05-13T05:35:51.344Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=notify",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=notify",
        "contentDisposition": "attachment; filename=\"notify-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "notify"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/notify"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/notify",
    "downloadUrl": "https://openagent3.xyz/downloads/notify",
    "agentUrl": "https://openagent3.xyz/skills/notify/agent",
    "manifestUrl": "https://openagent3.xyz/skills/notify/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/notify/agent.md"
  }
}
```
## Documentation

### When to Use This Skill

Use when sending notifications to users from an AI agent. Covers channel selection, timing, formatting, and avoiding notification fatigue.

### Notification Types and Routing

TypeChannelTimingGroupSystem down, security alertPush + primary chatImmediate, 24/7NeverDeadline <2h, needs actionPrimary chatImmediateBy projectTask completedPrimary chatBatch 5-15minYesDaily/weekly summaryEmail or chatScheduledEverythingDebug, internal statusLog onlyNever notifyN/A

### Empty notifications

BAD:  "Task completed ✅"
GOOD: "✅ Deploy v2.3.1 done. Preview: dev.app.com"

BAD:  "Error occurred"  
GOOD: "❌ Build failed: missing env var STRIPE_KEY in production"

### Notification spam

Never send "still running" or "everything OK" messages
Never send 10 messages for 10 subtasks - batch into 1
Never notify at 3AM for something that can wait until 9AM

### Wrong channel urgency

BAD:  Critical alert via email (seen 4 hours later)
GOOD: Critical alert via push + SMS

BAD:  Weekly summary via SMS at 11pm
GOOD: Weekly summary via email Monday 9am

### By channel

Telegram/Discord: No markdown tables. Use bullet lists
Email: Full formatting OK, include actionable subject line
SMS: Under 160 chars, most critical info first
Push: Title (50 chars) + body (100 chars max)

### Universal rules

Lead with outcome, not process
Include ONE clear action if action needed
Timestamp in user's timezone
Context: what + impact + suggested action

### Quiet hours

Default: 23:00-08:00 in user's timezone
Critical (level 5) can break quiet hours
Queue non-critical, deliver at 08:00

### Batching logic

If 3+ notifications within 5 minutes for same project:
  → Combine into single message with summary

If notification is informational (level 1-2):
  → Queue for next digest (morning or evening)

### Confirmation Format

When scheduling any notification, confirm:

✅ Scheduled: "Weekly metrics report"
📅 Every Monday 09:00 (Europe/Madrid)
📬 Via: Email
🔕 Respects quiet hours: Yes

### Escalation

If user doesn't respond to critical alert:

Wait 2 hours
Send ONE reminder via same channel
If still no response after 4h: try secondary channel (if configured)
Never contact others without explicit permission
After 3 attempts: log and stop (don't spam forever)

### User Preferences Checklist

Before sending first notification, know:

Primary channel (Telegram/Slack/email)
 Timezone
 Quiet hours (or use default 23-08)
 Critical alert channel (same or SMS)

### Anti-patterns

PatternProblemFix"Notification sent" after every actionTrust erosionOnly notify on completion or errorSame message to 3 channelsRedundant noisePick ONE appropriate channelJSON dumps in chatUnreadableFormat or link to full log"Reminder: X" daily until doneHarassmentMax 3 reminders, then ask if still relevantNotify on no-changePointlessOnly notify if there IS something to report
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- Version: 1.0.1
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-06T05:35:51.344Z
- Expires at: 2026-05-13T05:35:51.344Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/notify)
- [Send to Agent page](https://openagent3.xyz/skills/notify/agent)
- [JSON manifest](https://openagent3.xyz/skills/notify/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/notify/agent.md)
- [Download page](https://openagent3.xyz/downloads/notify)