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 - - core formatter + transport adapter - - install/update Claude hook wiring - - send a live self-test through OpenClaw - - rationale and extension points Default setup For Claude Code on this machine: For a live d…