smithery.ai

notify

Send notifications via clawdbot to WhatsApp. Use when: (1) Task is complete and user should be notified, (2) Long-running operation finished, (3) User says 'notify me' or 'send notification', (4) PR created or merged, (5) Tests pass/fail results.

First seen Apr 10, 2026

Installation

$ npx skills add https://smithery.ai

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,156 B
  • docs SUMMARY.md 260 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

Notify

Send notifications to WhatsApp via clawdbot agent delivery.

Usage

When you need to send a notification, use the following command:

clawdbot agent --to "+14439963942" --message "<your message>" --deliver

The agent will process your message and deliver a formatted response to WhatsApp.

Examples

Task Completion

clawdbot agent --to "+14439963942" --message "Task complete: Implemented user authentication. All tests pass. PR #123 ready for review." --deliver

PR Created

clawdbot agent --to "+14439963942" --message "PR created: feat(auth): add OAuth support. Link: https://github.com/owner/repo/pull/123" --deliver

Build Status

clawdbot agent --to "+14439963942" --message "Build failed: 3 tests failing in auth module. See CI logs for details." --deliver

Status Update

clawdbot agent --to "+14439963942" --message "Status: Refactoring complete. 450 lines changed across 5 files. Ready for review." --deliver

Message Guidelines

  • Keep messages concise but informative
  • Include relevant links (PRs, issues, docs)
  • Mention key metrics (test count, lines changed, etc.)
  • State the action needed (review, merge, fix, etc.)

Alternative Methods

Method Command Use Case
Agent delivery (recommended) clawdbot agent --to "..." --message "..." --deliver Agent formats and delivers
Direct message clawdbot message send --channel whatsapp --target "..." --message "..." Send exact message
System event clawdbot system event --text "..." --mode now Queue for heartbeat

Notes

  • The agent processes the message before delivery, so responses are formatted nicely
  • Messages are delivered to WhatsApp immediately with --deliver
  • The target phone number is in E.164 format (+14439963942)