← 返回
未分类 Key 中文

Communication Assistant

Send formatted notifications via email (himalaya) and iMessage (BlueBubbles). Use when you need to broadcast markdown-formatted messages to email recipients...
通过 himalaya 发送邮件、通过 BlueBubbles 发送 iMessage,向收件人广播 Markdown 格式通知。
terrycarter1985
未分类 clawhub v1.0.1 2 版本 99817.9 Key: 需要
★ 0
Stars
📥 548
下载
💾 0
安装
2
版本
#latest

概述

Communication Assistant

Send formatted notifications via email and iMessage from a single command.

Prerequisites

  • Himalaya CLI configured (config/himalaya.toml)
  • BlueBubbles server running with env vars set:
  • BLUEBUBBLES_SERVER — server URL
  • BLUEBUBBLES_PASSWORD — API password

Usage

./scripts/send-notification.sh \
  --content <markdown-file> \
  --emails <comma-separated-emails> \
  --phones <comma-separated-phone-numbers>

Arguments

FlagRequiredDescription
---------
--contentYesPath to markdown file to send
--emailsNo*Comma-separated email recipients
--phonesNo*Comma-separated phone numbers (iMessage)

\* At least one of --emails or --phones must be provided.

Example

# Format first
prettier --write announcement.md --config config/.prettierrc.json
markdownlint announcement.md --config config/.markdownlint.json

# Send to team
./scripts/send-notification.sh \
  --content announcement.md \
  --emails team@company.com \
  --phones +15555550123

Workflow

  1. Draft your message in markdown
  2. Format with Prettier + markdownlint per workspace config
  3. Run send-notification.sh to deliver via email and/or iMessage

版本历史

共 2 个版本

  • v1.0.1 当前
    2026-05-21 13:02 安全 安全
  • v1.0.0
    2026-05-03 08:05 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Stock Alert Workflow

terrycarter1985
使用 Yahoo Finance 数据分析股票和加密货币,支持投资组合管理(创建、添加、移除资产),以及按市值排名前 20 的加密货币分析。
★ 0 📥 571

Code Formatter

terrycarter1985
代码格式化最佳实践及常用语言(Python、JavaScript、JSON、Markdown 等)的快速参考,使用 Prettier、Black、ESLint 等工具。
★ 0 📥 608

Python Support

terrycarter1985
OpenClaw代理的Python语言支持,提供环境配置、依赖管理、代码检查、测试及Python代码执行最佳实践。
★ 0 📥 653