π¦ ClawHub
Personal Finish Notifier
by @kyoiii
Add a simple "Claude has finished." alert to Claude Code or other agent workflows through an OpenClaw-configured transport.
TERMINAL
clawhub install personal-finish-notifierπ About This Skill
name: personal-finish-notifier description: Add a simple "Claude has finished." alert to Claude Code or other agent workflows through an OpenClaw-configured transport. version: 0.1.4
Personal Finish Notifier
Use this skill to wire agent completion events into a simple notification channel.
Principles
Layout
scripts/notify.sh - core formatter + transport adapterscripts/install-claude-hook.sh - install/update Claude hook wiringscripts/test-openclaw.sh - send a live self-test through OpenClawreferences/architecture.md - rationale and extension pointsDefault setup
For Claude Code on this machine:
./scripts/install-claude-hook.sh
For a live delivery check:
./scripts/test-openclaw.sh
Inputs
The notifier reads hook JSON from stdin and settings from ~/.claude/mac-notify.env.
Required routing values:
OPENCLAW_NOTIFY_CHANNELOPENCLAW_NOTIFY_TARGETOptional safety value:
OPENCLAW_NOTIFY_SELF_TARGETIf OPENCLAW_NOTIFY_SELF_TARGET is set, the script refuses to send when the target differs.
Adapters
Stop, TaskCompletedMessage style
Human tone rules:
Stop or end_turnIf you need architecture context or to add a new transport, read references/architecture.md.