Read one mailbox's messages or a paginated mail list from a Cloudflare temporary mail system through the `/admin/mails` admin API and return structured results. Use when Codex is asked to fetch or read emails through the backend instead of opening the web UI, including requests such as "read mails for t2@suilong.online", "show the latest 20 emails", "export mailbox messages", or "use the Cloudflare mail admin API to fetch messages".
使用此技能通过 https://mail-api.suilong.online/admin/mails 读取邮箱消息。
读取一个邮箱:
powershell
C:\Users\sl\AppData\Local\Python\bin\python.exe scripts/read_mails.py
--address t2@suilong.online
--limit 20
--offset 0
--admin-auth $env:CLOUDFLAREMAILADMIN_AUTH
读取最近的邮件(无地址过滤):
powershell
C:\Users\sl\AppData\Local\Python\bin\python.exe scripts/read_mails.py
--limit 20
--offset 0
--admin-auth $env:CLOUDFLAREMAILADMIN_AUTH
将消息导出为 CSV:
powershell
C:\Users\sl\AppData\Local\Python\bin\python.exe scripts/read_mails.py
--address t2@suilong.online
--limit 20
--output-format csv
--output-file .\mail-results.csv
--admin-auth $env:CLOUDFLAREMAILADMIN_AUTH
优先使用环境变量存储密钥:
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 cloudflare-mail-reader-1776024625 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 cloudflare-mail-reader-1776024625 技能
skillhub install cloudflare-mail-reader-1776024625
文件大小: 10.09 KB | 发布时间: 2026-4-13 09:47