用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/johnalbertini14-glitch/openclaw-skills --skill email-reader命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Use this skill to create a Polymarket wallet for your agent and trade on prediction markets. Browse markets, place bets, manage positions — all without exposing private keys.
ClawSec suite manager with embedded advisory-feed monitoring, cryptographic signature verification, approval-gated malicious-skill response, and guided setup for additional security skills.
Automated daily security audits for OpenClaw agents with email reporting. Runs deep audits and sends formatted reports.
正在显示 SKILL.md
基于 SOC 职业分类
| name | email-reader |
| version | 1.0.0 |
| description | 邮件读取与管理技能 - 让 AI 能够读取、汇总、发送邮件。当用户要求查看邮件、汇总未读、发送邮件通知时触发此技能。 |
赋予 AI 邮件管理能力:
| 服务 | 协议 | 说明 |
|---|---|---|
| Gmail | IMAP/SMTP | 需要应用专用密码 |
| Outlook | IMAP/SMTP | 支持 OAuth |
| QQ 邮箱 | IMAP/SMTP | 需要授权码 |
| 网易邮箱 | IMAP/SMTP | 支持 IMAP |
推荐使用 himalaya CLI 进行邮件管理:
# macOS
brew install himalaya
# Linux
cargo install himalaya
# Windows
winget install himalaya
himalaya envelope add --name personal \
--imap-host imap.example.com \
--imap-port 993 \
--smtp-host smtp.example.com \
--smtp-port 587 \
--username your@email.com \
--password "your-password"
# 列出邮件
himalaya list --account personal -w 50
# 阅读邮件
himalaya read <email-id>
# 发送邮件
himalaya send --from your@email.com --to recipient@example.com \
--subject "Subject" --body "Content"
# 搜索邮件
himalaya search --account personal "keyword"
1. 检查配置 → 确认 himalaya 已配置
2. 获取邮件 → 使用 list/read 命令
3. 筛选重要 → 标记重要邮件
4. 汇总呈现 → 用中文总结给用户
向用户呈现邮件时: