← 返回
未分类 中文

Pilot Email Bridge

Send and receive emails via Pilot Protocol messaging. Use this skill when: 1. You need to send email notifications from Pilot agents 2. You want to receive e...
Send and receive emails via Pilot Protocol messaging. Use this skill when: 1. You need to send email notifications from Pilot agents 2. You want to receive e...
teoslayer teoslayer 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 288
下载
💾 0
安装
1
版本
#latest

概述

pilot-email-bridge

Send and receive emails via Pilot Protocol messaging using external SMTP/IMAP tools with Pilot webhooks.

Commands

Configure Outbound Webhook

pilotctl --json set-webhook https://smtp-relay.example.com/send

Send Email via Webhook

pilotctl --json publish localhost email-outbound --data '{"to":"user@example.com","subject":"Alert","body":"Status OK"}'

Check Inbox

pilotctl --json inbox
pilotctl --json inbox --clear

Receive Messages

pilotctl --json recv 1004 --count 10

Send File Attachment

pilotctl --json send-file email-relay /path/to/report.pdf

Workflow Example

#!/bin/bash
# SMTP relay setup

pilotctl --json daemon start --hostname email-relay
pilotctl --json set-webhook http://localhost:8025/smtp
pilotctl --json subscribe localhost email-outbound

# Start external SMTP relay server
python3 smtp_relay_server.py &

# Publish email
pilotctl --json publish localhost email-outbound --data '{
  "to":"admin@example.com",
  "subject":"Report",
  "body":"All systems operational"
}'

Dependencies

Requires pilot-protocol skill, running daemon, SMTP server, and email credentials.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 21:24 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

it-ops-security

Pilot Priority Queue

teoslayer
基于Pilot协议网络的优先级消息传递,支持紧急程度级别。适用场景:1. 需要处理带优先级的紧急消息...
★ 0 📥 517
office-efficiency

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 934 📥 187,497
office-efficiency

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 468 📥 156,171