← 返回
AI智能 中文

Personal Finish Notifier

Add a simple "Claude has finished." alert to Claude Code or other agent workflows through an OpenClaw-configured transport.
通过 OpenClaw 配置的传输方式,向 Claude Code 或其他代理工作流添加简单的“Claude has finished.”提醒。
kyoiii
AI智能 clawhub v0.1.4 1 版本 99861.7 Key: 无需
★ 0
Stars
📥 722
下载
💾 33
安装
1
版本
#claude#latest#notifications#openclaw

概述

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 adapter
  • scripts/install-claude-hook.sh - install/update Claude hook wiring
  • scripts/test-openclaw.sh - send a live self-test through OpenClaw
  • references/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_CHANNEL
  • OPENCLAW_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 Stop or end_turn

If you need architecture context or to add a new transport, read references/architecture.md.

版本历史

共 1 个版本

  • v0.1.4 当前
    2026-03-30 10:47 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

content-creation

Skill Listing Polisher

kyoiii
在发布前优化技能的公开列表。用于完善标题、描述、标签、更新日志及易于扫描的包装,使列表外观简洁专业。
★ 1 📥 757
ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,349 📥 317,592
ai-intelligence

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。支持创建/查询实体(人员、项目、任务、事件、文档)及关联...
★ 709 📥 243,449