# Add to your Claude Code skills
git clone https://github.com/Ttungx/codex_auto_registerGuides for using cli tools skills like codex_auto_register.
Last scanned: 5/5/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-05T06:18:33.024Z",
"semgrepRan": false,
"npmAuditRan": true,
"pipAuditRan": true
}See how codex_auto_register compares with popular alternatives.
codex_auto_register is an open-source cli tools skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by Ttungx. Codex Register. It has 1,044 GitHub stars.
Yes. codex_auto_register passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/Ttungx/codex_auto_register" and add it to your Claude Code skills directory (see the Installation section above).
codex_auto_register is primarily written in Python. It is open-source under Ttungx on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other CLI Tools skills you can browse and compare side by side. Open the CLI Tools category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh codex_auto_register against similar tools.
No comments yet. Be the first to share your thoughts!
Top skills in this category by stars
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
See comparison
English | 简体中文
达可云DuckIP - 全球9000万住宅IP资源。提供✅动态住宅代理 ✅静态住宅代理 ✅不限量住宅代理,国家、州/省、城市、ASN 多级精准定位,支持社媒养号、跨境电商、数据采集、广告投放等业务,注册免费测试500M。
For updates, bug reports, and more Web3/AI tools, join our official developer community: Telegram 社群
⚠️ 免责声明:本项目仅供学习和研究使用,不得用于任何商业用途。使用本项目所产生的一切后果由使用者自行承担。
本项目基于原项目 https://github.com/adminlove520/chatgpt_register 改造而来。
当前仓库的主要差异:
chatgpt_register.py:根目录下的 DuckMail 注册脚本codex/protocol_keygen.py:纯 HTTP 的 Codex OAuth 注册与 token 生成脚本duckmaildoc.md:DuckMail API 参考文档(https://raw.githubusercontent.com/MoonWeSif/DuckMail/main/public/llm-api-docs.txt)根目录脚本:
pip install curl_cffi
Codex 脚本:
pip install requests urllib3
仓库只提交示例配置,不提交真实配置。
使用前复制:
copy config.example.json config.json
copy codex\config.example.json codex\config.json
然后把你自己的 DuckMail、代理和 CPA 参数填进去。
运行:
python chatgpt_register.py
对应示例配置见 config.example.json。
主要配置项:
| 配置项 | 说明 |
|---|---|
| total_accounts | 注册账号数量 |
| duckmail_api_base | DuckMail API 地址 |
| duckmail_bearer | DuckMail Bearer Token |
| proxy | HTTP/HTTPS 代理 |
| output_file | 注册结果输出文件 |
| enable_oauth | 是否执行 OAuth |
| oauth_required | 是否要求 OAuth 成功 |
| upload_api_url | 可选,上传到 CPA 的接口 |
| upload_api_token | 可选,CPA 管理接口 Token |
运行:
python codex\protocol_keygen.py
对应示例配置见 codex/config.example.json。
该脚本会:
运行过程中通常会生成以下本地文件,这些都已加入 .gitignore,不会进入新仓库:
config.jsoncodex/config.jsonregistered_accounts.txtcodex/accounts.txtcodex/ak.txtcodex/rk.txtcodex/registered_accounts.csvcodex/codex_tokens/codex/codex_accounts_tokens/chatgpt_register/
├── chatgpt_register.py
├── config.example.json
├── duckmaildoc.md
├── README.md
└── codex/
├── config.example.json
├── protocol_keygen.py
└── README.md
config.json 与 codex/config.json 仅保留在本地使用,不应提交refresh_token 与 token JSON 文件完整保存