/install cloudflare-mail-address-creator
Cloudflare Mail Address Creator
Use this skill to create ordinary mailbox addresses through https://mail-api.suilong.online/admin/new_address.
Follow This Workflow
- Collect or infer
name,domain, andenablePrefix. - Default
enablePrefixtotruewhen the user does not specify it. - If the user gives a full address such as
[email protected], split it intoname=t2anddomain=suilong.online. - Never store real credentials in the skill. Pass runtime credentials with CLI flags or environment variables.
- Run scripts/create_address.py for single or batch creation.
- Return the script's JSON output directly unless the user asks for a reformatted summary.
- Preserve the normalized statuses:
created,already_exists,auth_error,error. - If validation fails locally, fix the input before attempting the API call again.
- Use
--output-format csvand optionally--output-file \x3Cpath>when the user asks for exportable results.
Run The Script
Single address:
C:\Users\sl\AppData\Local\Python\bin\python.exe scripts/create_address.py `
--name t2 `
--domain suilong.online `
--admin-auth $env:CLOUDFLARE_MAIL_ADMIN_AUTH
Batch addresses from a comma-separated list:
C:\Users\sl\AppData\Local\Python\bin\python.exe scripts/create_address.py `
--names alice,bob,charlie `
--domain suilong.online `
--enable-prefix true `
--admin-auth $env:CLOUDFLARE_MAIL_ADMIN_AUTH
Batch addresses from a file:
C:\Users\sl\AppData\Local\Python\bin\python.exe scripts/create_address.py `
--names-file .\
ames.txt `
--domain suilong.online `
--admin-auth $env:CLOUDFLARE_MAIL_ADMIN_AUTH
Export batch results as CSV:
C:\Users\sl\AppData\Local\Python\bin\python.exe scripts/create_address.py `
--names alice,bob,charlie `
--domain suilong.online `
--output-format csv `
--output-file .\created-addresses.csv `
--admin-auth $env:CLOUDFLARE_MAIL_ADMIN_AUTH
Runtime Credentials
Prefer environment variables for secrets:
CLOUDFLARE_MAIL_ADMIN_AUTHCLOUDFLARE_MAIL_BEARER_TOKENCLOUDFLARE_MAIL_FINGERPRINTCLOUDFLARE_MAIL_LANGCLOUDFLARE_MAIL_USER_TOKENCLOUDFLARE_MAIL_API_URL
Read More Only When Needed
- Read references/api.md for the endpoint contract and error mapping.
- Read references/examples.md for example prompts and outputs.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install cloudflare-mail-address-creator - 安装完成后,直接呼叫该 Skill 的名称或使用
/cloudflare-mail-address-creator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
cloudflare-mail-address-creator 是什么?
Create one or many ordinary email addresses in a Cloudflare temporary mail system through the `/admin/new_address` admin API and return structured results. U... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 100 次。
如何安装 cloudflare-mail-address-creator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install cloudflare-mail-address-creator」即可一键安装,无需额外配置。
cloudflare-mail-address-creator 是免费的吗?
是的,cloudflare-mail-address-creator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
cloudflare-mail-address-creator 支持哪些平台?
cloudflare-mail-address-creator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 cloudflare-mail-address-creator?
由 jcwang502(@jcwang502)开发并维护,当前版本 v1.0.0。