ClawForge mac_notify

mac_notify - 发送系统通知

install
source · Clone the upstream repo
git clone https://github.com/leionion/ClawForge
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/leionion/ClawForge "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/05-Interaction/mac_notify" ~/.claude/skills/leionion-clawforge-mac-notify && rm -rf "$T"
manifest: skills/05-Interaction/mac_notify/SKILL.md
source content

mac_notify - 发送系统通知

功能: 发送Mac系统通知

用法:

python3 mac_notify.py "标题" "内容"