Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Use Qwen Code as a Code Agent for code understanding, project generation, features, bug fixes, refactoring, and various programming tasks
Use this skill when you need to:
npm install -g @qwen-code/qwen-code
For normal session reuse, prefer a global install over npx.
Check if authentication is already configured:
qwen auth status
If authentication exists, skip this section. If not authenticated, check if the BAILIAN_CODING_PLAN_API_KEY environment variable exists:
echo $BAILIAN_CODING_PLAN_API_KEY
If BAILIAN_CODING_PLAN_API_KEY exists, authenticate directly:
qwen auth coding-plan --region china --key $BAILIAN_CODING_PLAN_API_KEY
If the environment variable does not exist, interrupt and prompt the user to authenticate via qwen-oauth or coding-plan:
qwen auth
npx skills add QwenLM/qwen-code --skill qwen-code-clawHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Mostly clear, but there are still a few confusing or poorly structured parts.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Partially actionable with several concrete steps, but still missing important details.