/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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install cloudflare-mail-address-creator - After installation, invoke the skill by name or use
/cloudflare-mail-address-creator - Provide required inputs per the skill's parameter spec and get structured output
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 100 downloads so far.
How do I install cloudflare-mail-address-creator?
Run "/install cloudflare-mail-address-creator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is cloudflare-mail-address-creator free?
Yes, cloudflare-mail-address-creator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does cloudflare-mail-address-creator support?
cloudflare-mail-address-creator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created cloudflare-mail-address-creator?
It is built and maintained by jcwang502 (@jcwang502); the current version is v1.0.0.