qwen-delegation
Delegates tasks to Qwen CLI via delegation-core for Alibaba's models. Use when delegation-core selects Qwen or large-context batch processing is needed.
Profile →npx skills add majiayu000/claude-skill-registry --skill qwen-delegation --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
## Table of Contents - [Overview](#overview) - [When to Use](#when-to-use) - [Prerequisites](#prerequisites) - [Quick Start](#quick-start) - [Smart Delegation](#smart-delegation) - [Qwen-Specific Details](#qwen-specific-details) # Qwen CLI Delegation ## Overview This skill implements `conjure:delegation-core` for the Qwen CLI. It provides Qwen-specific authentication, quota management, and command construction. For shared delegation patterns, see `Skill(conjure:delegation-core)`. ## When To Use - After `Skill(conjure:delegation-core)` determines Qwen is suitable - When you need Qwen's large context window (100K+ tokens) - For batch processing, summarization, or multi-file analysis - If the `qwen` CLI is installed and configured ## Prerequisites **Installation:** ```bash # Install Qwen CLI pip install qwen-cli # Verify installation qwen --version # Check authentication qwen auth status # Login if needed qwen auth login # Or set API key export QWEN_API_KEY="your-key" ``` **Verification:** Run `python --version` to verify Python environment. ## Quick Start ### Using Shared Delegation Executor ```bash # Basic file analysis python ~/conjure/tools/delegation_executor.py qwen "Analyze thi
- Table of Contents
- Overview
- When To Use
- Prerequisites
- Quick Start
- Using Shared Delegation Executor
- Direct CLI Usage
- Save Output
- Smart Delegation
- Qwen-Specific Details
Install Qwen CLI pip install qwen-cli Verify installation qwen --version Check authentication qwen auth status Login if needed qwen auth login Or set API key export QWEN_API_KEY="your-key"
What does the qwen-delegation skill do?
Delegates tasks to Qwen CLI via delegation-core for Alibaba's models. Use when delegation-core selects Qwen or large-context batch processing is needed.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill qwen-delegation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.