{"skill":{"slug":"nm-conjure-qwen-delegation","displayName":"Nm Conjure Qwen Delegation","summary":"Delegates tasks to Qwen CLI via delegation-core for Alibaba's models","description":"---\nname: qwen-delegation\ndescription: Delegates tasks to Qwen CLI via delegation-core for Alibaba's models\nversion: 1.9.8\ntriggers:\n  - qwen\n  - cli\n  - delegation\n  - alibaba\n  - large-context\n  - delegation-core selects Qwen or large-context batch processing is needed\nmetadata: {\"openclaw\": {\"homepage\": \"https://github.com/athola/claude-night-market/tree/master/plugins/conjure\", \"emoji\": \"\\ud83e\\udd9e\", \"requires\": {\"config\": [\"night-market.delegation-core\"]}}}\nsource: claude-night-market\nsource_plugin: conjure\n---\n\n> **Night Market Skill** — ported from [claude-night-market/conjure](https://github.com/athola/claude-night-market/tree/master/plugins/conjure). For the full experience with agents, hooks, and commands, install the Claude Code plugin.\n\n\n## Table of Contents\n\n- [Overview](#overview)\n- [When to Use](#when-to-use)\n- [Prerequisites](#prerequisites)\n- [Quick Start](#quick-start)\n- [Smart Delegation](#smart-delegation)\n- [Qwen-Specific Details](#qwen-specific-details)\n\n\n# Qwen CLI Delegation\n\n## Overview\n\nThis skill implements `conjure:delegation-core` for the Qwen CLI.\nIt provides Qwen-specific authentication, quota management,\nand command construction.\n\nFor shared delegation patterns, see `Skill(conjure:delegation-core)`.\n\n## When To Use\n\n- After `Skill(conjure:delegation-core)` determines Qwen is suitable\n- When you need Qwen's large context window (100K+ tokens)\n- For batch processing, summarization, or multi-file analysis\n- If the `qwen` CLI is installed and configured\n\n## Prerequisites\n\n**Installation:**\n```bash\n# Install Qwen CLI\npip install qwen-cli\n\n# Verify installation\nqwen --version\n\n# Check authentication\nqwen auth status\n\n# Login if needed\nqwen auth login\n\n# Or set API key\nexport QWEN_API_KEY=\"your-key\"\n```\n**Verification:** Run `python --version` to verify Python environment.\n\n## Quick Start\n\n### Using Shared Delegation Executor\n```bash\n# Basic file analysis\npython ~/conjure/tools/delegation_executor.py qwen \"Analyze this code\" --files src/main.py\n\n# With specific model\npython ~/conjure/tools/delegation_executor.py qwen \"Summarize\" --files src/**/*.py --model qwen-max\n\n# With output format\npython ~/conjure/tools/delegation_executor.py qwen \"Extract functions\" --files src/main.py --format json\n```\n\n### Direct CLI Usage\n```bash\n# Basic command\nqwen -p \"@path/to/file Analyze this code\"\n\n# Multiple files\nqwen -p \"@src/**/*.py Summarize these files\"\n\n# Specific model\nqwen --model qwen-max -p \"...\"\n```\n\n### Save Output\n```bash\nqwen -p \"...\" > delegations/qwen/$(date +%Y%m%d_%H%M%S).md\n```\n\n## Smart Delegation\n\nThe shared delegation executor can auto-select the best service:\n```bash\n# Auto-select based on requirements\npython ~/conjure/tools/delegation_executor.py auto \"Analyze large codebase\" \\\n  --files src/**/* --requirement large_context\n```\n\n## Qwen-Specific Details\n\nFor Qwen-specific models, CLI options, cost reference,\nand troubleshooting, see `modules/qwen-specifics.md`.\n","tags":{"latest":"1.0.3"},"stats":{"comments":0,"downloads":457,"installsAllTime":1,"installsCurrent":1,"stars":0,"versions":4},"createdAt":1775894510964,"updatedAt":1780867466907},"latestVersion":{"version":"1.0.3","createdAt":1780867466907,"changelog":"Release v1.9.11","license":"MIT-0"},"metadata":{"setup":[{"key":"night-market.delegation-core","required":true}],"os":null,"systems":null},"owner":{"handle":"athola","userId":"s17emme0e2m3cpf7k2jvp3a84984b8z9","displayName":"athola","image":"https://avatars.githubusercontent.com/u/9769290?v=4"},"moderation":null}