npx skills add https://github.com/codexclawd/codexclawd --skill fastmail通过 SMTP 使用 Fastmail 发送电子邮件。
获取 Fastmail 应用密码:设置 → 隐私与安全 → 应用密码 → 新建
存储凭据:
mkdir -p ~/.config/fastmail
echo 'you@fastmail.com:xxxx-app-password-xxxx' > ~/.config/fastmail/creds
chmod 600 ~/.config/fastmail/creds
发送邮件:
python3 /home/boss/.openclaw/workspace/skills/fastmail/scripts/send.py \
--to recipient@example.com \
--subject "Hello" \
--body "Email body here"
HTML 邮件:
python3 /home/boss/.openclaw/workspace/skills/fastmail/scripts/send.py \
--to recipient@example.com \
--subject "Hello" \
--body "<h1>HTML</h1><p>Content</p>" \
--html
每周安装数
1
代码仓库
首次出现
1 天前
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
安全审计
已安装于
zencoder1
amp1
cline1
openclaw1
opencode1
cursor1
Send emails through Fastmail using SMTP.
Get Fastmail app password: Settings → Privacy & Security → App Passwords → New
Store credentials:
mkdir -p ~/.config/fastmail
echo 'you@fastmail.com:xxxx-app-password-xxxx' > ~/.config/fastmail/creds
chmod 600 ~/.config/fastmail/creds
Send email:
python3 /home/boss/.openclaw/workspace/skills/fastmail/scripts/send.py \
--to recipient@example.com \
--subject "Hello" \
--body "Email body here"
HTML email:
python3 /home/boss/.openclaw/workspace/skills/fastmail/scripts/send.py \
--to recipient@example.com \
--subject "Hello" \
--body "<h1>HTML</h1><p>Content</p>" \
--html
Weekly Installs
1
Repository
First Seen
1 day ago
Security Audits
Gen Agent Trust HubWarnSocketPassSnykPass
Installed on
zencoder1
amp1
cline1
openclaw1
opencode1
cursor1
agent-browser 浏览器自动化工具 - Vercel Labs 命令行网页操作与测试
147,400 周安装