← 返回
未分类 Key 中文

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...
通过 `/admin/new_address` 管理 API 在 Cloudflare 临时邮件系统中创建一个或多个普通邮箱地址,并返回结构化结果。
jcwang502
未分类 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 292
下载
💾 0
安装
1
版本
#latest

概述

Cloudflare Mail Address Creator

Use this skill to create ordinary mailbox addresses through https://mail-api.suilong.online/admin/new_address.

Follow This Workflow

  1. Collect or infer name, domain, and enablePrefix.
  2. Default enablePrefix to true when the user does not specify it.
  3. If the user gives a full address such as t2@suilong.online, split it into name=t2 and domain=suilong.online.
  4. Never store real credentials in the skill. Pass runtime credentials with CLI flags or environment variables.
  5. Run scripts/create_address.py for single or batch creation.
  6. Return the script's JSON output directly unless the user asks for a reformatted summary.
  7. Preserve the normalized statuses: created, already_exists, auth_error, error.
  8. If validation fails locally, fix the input before attempting the API call again.
  9. Use --output-format csv and optionally --output-file 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 .\names.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_AUTH
  • CLOUDFLARE_MAIL_BEARER_TOKEN
  • CLOUDFLARE_MAIL_FINGERPRINT
  • CLOUDFLARE_MAIL_LANG
  • CLOUDFLARE_MAIL_USER_TOKEN
  • CLOUDFLARE_MAIL_API_URL

Read More Only When Needed

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 13:45 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

dev-programming

mail-addr-creator

jcwang502
通过 /admin/new_address 管理员API在Cloudflare临时邮件系统中创建一个或多个普通邮箱地址,并返回结构化结果。
★ 0 📥 449
it-ops-security

MoltGuard - Security & Antivirus & Guardrails

thomaslwang
MoltGuard — OpenClaw 安全守卫,由 OpenGuardrails 提供。安装后可防止您和您的用户受到提示注入、数据泄露及恶意行为的侵害。
★ 116 📥 31,041
it-ops-security

1password

steipete
设置和使用 1Password CLI (op)。适用于:安装 CLI、启用桌面应用集成、登录(单/多账户)、通过 op 读取/注入/运行密钥。
★ 53 📥 31,955