con un clic
email-manager
邮件管理工具,支持发送、查收、回复、标记邮件,兼容 QQ 邮箱、Gmail、163 邮箱、Outlook 等主流邮箱服务。
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
邮件管理工具,支持发送、查收、回复、标记邮件,兼容 QQ 邮箱、Gmail、163 邮箱、Outlook 等主流邮箱服务。
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
为常见法律询问生成模板回复,并识别何时需要个别关注。适用于回复数据主体请求、供应商询问、NDA请求、发现保全等日常法律询问,或管理回复模板时使用。
Start your day with a prioritized sales briefing. Works standalone when you tell me your meetings and priorities, supercharged when you connect your calendar, CRM, and email. Trigger with "morning briefing", "daily brief", "what's on my plate today", "prep my day", or "start my day".
对给定内容进行事实核查,拆解主张、多源验证、真伪裁定。适用于验证文章/报告/演讲中的事实性陈述、数据准确性、因果关系的可靠性。触发词包括'事实核查'、'验证真伪'、'核实数据'、'这个说法对吗'、'查证'。不适用于纯主观观点讨论、文学创作评价、或仅需1-2次搜索即可确认的简单事实。
An OpenClaw- and Codex-compatible knowledge organization skill for importing articles, organizing notes, syncing to Feishu and Tencent IMA, applying tags, archiving content, generating summaries, and suggesting related notes.
Apply Li Dan's seven-step explanatory writing framework to turn complex ideas into clear, teachable long-form writing with stories, contrasts, examples, and reading lists. Use when users want structured knowledge writing, concept explainers, educational essays, public-intellectual style articles, or a repeatable framework for drafting deep but accessible content.
A comprehensive AI agent skill that handles every stage of the meeting lifecycle. Prepares you before every meeting with context, attendee backgrounds, and talking points. Takes structured notes during the meeting. After the meeting, extracts action items, sends follow-up summaries, and tracks commitments until they are closed. Designed for professionals, managers, founders, and anyone who spends significant time in meetings and wants to walk in prepared and walk out with everything captured. No manual note-taking required.
| name | email-manager |
| description | 邮件管理工具,支持发送、查收、回复、标记邮件,兼容 QQ 邮箱、Gmail、163 邮箱、Outlook 等主流邮箱服务。 |
统一邮件管理工具,通过 IMAP / SMTP 协议收发邮件。
imap_pass_ref / smtp_pass_refimap_pass / smtp_passIMAP_PASS / SMTP_PASSpython scripts/wincred_store.py set --kind imap --user "your-email@qq.com" --secret "your-imap-secret"
python scripts/wincred_store.py set --kind smtp --user "your-email@qq.com" --secret "your-smtp-secret"
参考 references/setup.md 创建 config.json,在配置中填写 imap_pass_ref 和 smtp_pass_ref。
发送邮件:
python scripts/smtp_sender.py send --to "receiver@example.com" --subject "主题" --body "正文"
查看邮件:
python scripts/imap_reader.py list --limit 10
标记邮件:
python scripts/imap_reader.py mark --id 123 --action read
联调检查:
python scripts/healthcheck.py all