> personal-finish-notifier
Add a simple "Claude has finished." alert to Claude Code or other agent workflows through an OpenClaw-configured transport.
curl "https://skillshub.wtf/LeoYeAI/openclaw-master-skills/personal-finish-notifier?format=md"Personal Finish Notifier
Use this skill to wire agent completion events into a simple notification channel.
Principles
- Treat notifications like a person checking back in, not a machine event log.
- Keep the routing layer engine-agnostic.
- Prefer a user-configured target and transport over hardcoded routing.
- Prefer OpenClaw transports over engine-specific delivery logic.
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 points
Default 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_TARGET
Optional safety value:
OPENCLAW_NOTIFY_SELF_TARGET
If OPENCLAW_NOTIFY_SELF_TARGET is set, the script refuses to send when the target differs.
Adapters
- Claude Code:
Stop,TaskCompleted - OpenClaw transport: WhatsApp now
- Future adapters: Codex completion hooks, native node notify, webhook, APNs
Message style
Human tone rules:
- short
- specific
- reads like a teammate checking back in
- avoid raw event names like
Stoporend_turn
If you need architecture context or to add a new transport, read references/architecture.md.
> related_skills --same-repo
> youtube-watcher
Fetch and read transcripts from YouTube videos. Use when you need to summarize a video, answer questions about its content, or extract information from it.
> youtube-transcript
Fetch and summarize YouTube video transcripts. Use when asked to summarize, transcribe, or extract content from YouTube videos. Handles transcript fetching via residential IP proxy to bypass YouTube's cloud IP blocks.
> youtube-auto-captions
youtube-auto-captions skill from LeoYeAI/openclaw-master-skills
> youtube
YouTube Data API integration with managed OAuth. Search videos, manage playlists, access channel data, and interact with comments. Use this skill when users want to interact with YouTube. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).