This is a Python wrapper around Qianwen's OpenAI-compatible text API. You get chat completions, function calling, and streaming responses for their model lineup, from the flagship qwen3.6-plus down to specialized variants for coding, translation, and role-playing. The skill checks for API keys without leaking them (good security defaults), warns you if you're trying to use a token plan key that won't work with the scripts, and includes execution guides for both Python and curl. It leans heavily on a model selector skill for picking the right variant, which makes sense given how many models they offer. Straightforward implementation, no surprises.
npx -y skills add qianwen-ai/qianwen-ai --skill qianwen-text --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
juliusbrussee/caveman
mattpocock/skills
obra/superpowers
forrestchang/andrej-karpathy-skills
vercel-labs/skills