Agent skill

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.

majiayu000534★ · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill qwen-delegation --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/ai-llm/qwen-delegation/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

## 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

What's inside
Steps it walks through
  1. Table of Contents
  2. Overview
  3. When To Use
  4. Prerequisites
  5. Quick Start
  6. Using Shared Delegation Executor
  7. Direct CLI Usage
  8. Save Output
  9. Smart Delegation
  10. Qwen-Specific Details
Ships with 1 file
  • metadata.json
Commands it runs
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"
More from claude-skill-registry
All skills →
About this skill
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.

Keep going