🦀 ClawHub
Communication Assistant
by @terrycarter1985
Send formatted notifications via email (himalaya) and iMessage (BlueBubbles). Use when you need to broadcast markdown-formatted messages to email recipients...
TERMINAL
clawhub install communication-assistant📖 About This Skill
name: communication-assistant description: 全能通信助理技能 - 统一管理iMessage短信、邮件和通知发送。支持BlueBubbles(iMessage)和Himalaya(邮件)集成。 author: OpenClaw author-url: https://openclaw.ai tags: ['communication', 'email', 'imessage', 'sms', 'notification', 'assistant', 'bluebubbles', 'himalaya'] category: productivity metadata: { "openclaw": { "version": "1.0.0", "emoji": "📬", "requires": { "config": ["channels.bluebubbles"], "bins": ["himalaya"] }, "install": [ { "id": "himalaya", "kind": "brew", "formula": "himalaya", "bins": ["himalaya"], "label": "Install Himalaya Email CLI", }, ], }, }
📬 通信助理技能 (Communication Assistant)
全能通信助理,统一管理你的所有消息通信渠道。
功能概述
整合了iMessage(BlueBubbles)和邮件(Himalaya)两大通信渠道,提供统一的消息发送、通知提醒和通信管理功能。
✨ 核心功能
💬 iMessage 短信 (BlueBubbles)
📧 电子邮件 (Himalaya)
🔔 通知提醒
快速开始
发送iMessage
{
"action": "send",
"channel": "bluebubbles",
"target": "+15551234567",
"message": "Hello from Communication Assistant!"
}
发送邮件
himalaya message write -H "To:user@example.com" -H "Subject:Hello" "Message body"
使用通知脚本发送批量通知
bash scripts/send-notification.sh \
--content ./notification.md \
--emails "user1@example.com,user2@example.com" \
--phones "+15551234567,+15557654321"
配置要求
BlueBubbles (iMessage)
需要在网关配置中添加:[channels.bluebubbles]
serverUrl = "https://your-bluebubbles-server.com"
password = "your-api-password"
Himalaya (邮件)
创建配置文件~/.config/himalaya/config.toml:
[accounts.personal]
email = "you@example.com"
default = truebackend.type = "imap"
backend.host = "imap.example.com"
backend.port = 993
backend.encryption.type = "tls"
backend.login = "you@example.com"
message.send.backend.type = "smtp"
message.send.backend.host = "smtp.example.com"
message.send.backend.port = 587
message.send.backend.encryption.type = "start-tls"
使用场景
技能清单
包含的工具和脚本:
send-notification.sh - 批量通知发送脚本License
MIT
让通信变得简单而高效 🚀