qwen-auto-register

自动注册 Qwen 账号并获取 token。支持预测性自动切换,避免 API 额度超限。需要安装 auto-register 包。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "qwen-auto-register" with this command: npx skills add 2263648274/qwen-auto-register

Qwen 自动注册

自动完成 Qwen 账号注册、邮箱验证、token 获取、网关重启全流程。

安装

首次使用需要安装依赖:

# 从 GitHub 安装
pip install git+https://github.com/2263648274/qwen-auto-register.git

# 安装浏览器
playwright install chromium

网络要求

中国大陆用户需要配置代理:

方式一:临时设置(当前会话有效)

# PowerShell
$env:HTTP_PROXY="http://127.0.0.1:7890"
$env:HTTPS_PROXY="http://127.0.0.1:7890"

方式二:永久设置(系统环境变量)

  1. 搜索"环境变量"
  2. 用户变量 → 新建
  3. 变量名:HTTP_PROXY,值:http://127.0.0.1:你的代理端口
  4. 变量名:HTTPS_PROXY,值:http://127.0.0.1:你的代理端口
  5. 重启终端/IDE

方式三:在 .env 文件中配置

auto_register 项目目录下创建 .env 文件:

HTTP_PROXY=http://127.0.0.1:7890
HTTPS_PROXY=http://127.0.0.1:7890

用法

# 手动注册新账号
帮我注册一个新的 Qwen 账号

# 检查当前账号状态
检查 Qwen token 状态

# 预测性切换(推荐)
检查并切换 Qwen 账号

流程

  1. 生成临时邮箱
  2. 自动填写注册表单
  3. 等待并点击激活邮件
  4. 提取 access + refresh token
  5. 写入 auth-profiles.json(覆盖旧 token)
  6. 重置使用统计
  7. 自动重启 Gateway

预测性切换

技能会监控:

  • 请求计数:接近每日限制时自动注册新号
  • Token 过期时间:提前 1 小时刷新
  • 错误率:连续失败自动切换

输出

✅ 新账号已就绪,立即可用!(旧账号已覆盖)

注意事项

  • 需要安装 Python 包:pip install auto-register
  • 首次运行需要安装浏览器:playwright install chromium
  • 整个过程约 2-3 分钟
  • 旧账号直接覆盖,不保留备份

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

aiq-assessment

AIQ(AI商数)评估工具。基于"三层18原子能力"框架,对个人或团队的AI协作效能进行 结构化评估。包含提示素养、算法共情、判断锐度三大维度,覆盖18个可量化的原子能力。 适用于自我诊断、招聘评估、团队AI成熟度审计等场景。触发词:AIQ、AI商数、AI能力评估、 AI协作效能、会不会用AI、AI Native...

Registry SourceRecently Updated
General

Reptile Pet Health Diagnosis Tool | 爬行类宠物健康诊断分析工具

Analyzes uploaded reptile or arachnid videos to identify scale, skin, and body issues, then generates a detailed health diagnosis report.

Registry SourceRecently Updated
General

Whop Digital Sales

Auto-create and manage digital products on Whop.com. Manages product lifecycle from creation to checkout link generation. Uses Whop REST API v1 with Company...

Registry SourceRecently Updated
General

ClawCap

Spending cap proxy for OpenClaw. Enforce hard daily and monthly limits across all your AI models (Claude, GPT, Gemini, and more) under one cap. Stop runaway...

Registry SourceRecently Updated