qwen-auto-register
自动注册 Qwen 账号并获取 token。支持预测性自动切换,避免 API 额度超限。需要安装 auto-register 包。
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/2263648274/qwen-auto-registerWhat This Skill Does
The qwen-auto-register skill is an advanced automation agent designed to handle the entire lifecycle of Qwen account management. Manually registering accounts, navigating email verification, and managing API tokens can be a significant bottleneck for power users. This tool automates the process by generating temporary email addresses, completing the Qwen sign-up flow, capturing tokens, and updating your local authentication profile. By integrating directly with OpenClaw, it ensures your development environment remains uninterrupted by API rate limits or expired session tokens. The skill is built on Playwright, providing high-reliability browser automation to ensure that even complex web forms are handled accurately.
Installation
To use this skill, ensure you have Python installed and the OpenClaw environment ready. Execute the following installation command in your terminal:
clawhub install openclaw/skills/skills/2263648274/qwen-auto-register
After installing the package via the command above, you must also install the browser engine required for the automation tasks:
playwright install chromium
If you are operating from mainland China, network connectivity is critical. You must configure your environment to use a local proxy (usually on port 7890) by setting the HTTP_PROXY and HTTPS_PROXY environment variables or by placing them in a .env file within the auto-register project directory.
Use Cases
This skill is ideal for developers and AI researchers who rely on Qwen models for high-volume automated tasks. It is specifically designed to handle scenarios where API quotas are reached frequently, allowing users to switch seamlessly to a new account without manual intervention. It also serves as a recovery mechanism when current tokens become invalid, ensuring that background automated pipelines do not fail due to authentication errors.
Example Prompts
- "I'm hitting rate limits, please help me register a new Qwen account and swap the token."
- "Check the current status of my Qwen token and refresh it if it's nearing expiration."
- "Automate the process of checking and switching my Qwen account to ensure my pipeline keeps running smoothly."
Tips & Limitations
The registration process takes approximately 2-3 minutes per cycle. Please note that this skill performs an overwrite operation; your previous auth-profiles.json data will be replaced by the new token, and no backups are created automatically. The predictive switching feature is highly recommended as it proactively monitors request counts and error rates to initiate registration before you experience service downtime. Ensure your internet connection is stable throughout the process to prevent partial registration states.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-2263648274-qwen-auto-register": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, code-execution