← Back to Skills Marketplace
78
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install nm-conjure-qwen-delegation
Description
Qwen CLI delegation workflow implementing delegation-core for Alibaba's
Usage Guidance
This skill appears to do what it claims (delegate tasks to the Qwen CLI). Before installing or using it: (1) understand that any files you include (via @path or delegation_executor) will be sent to the remote Qwen service — avoid sending secrets or sensitive data; (2) verify you trust the qwen-cli package source if you run 'pip install qwen-cli'; (3) confirm the local path referenced (~/conjure/tools/delegation_executor.py) exists and review its code before executing; (4) check your Qwen API key, quotas, and usage logging since the skill references quota checks and centralized analytics; and (5) be aware the SKILL.md references shared delegation-core files that are not bundled here — review those shared components if you rely on this skill.
Capability Analysis
Type: OpenClaw Skill
Name: nm-conjure-qwen-delegation
Version: 1.0.0
The skill instructions (SKILL.md) direct the AI agent to execute an external Python script located at a hardcoded path (~/conjure/tools/delegation_executor.py) which is not included in the bundle, creating a significant security blind spot. It also instructs the agent to perform system-level modifications via 'pip install qwen-cli' and manage sensitive credentials like 'QWEN_API_KEY'. While these actions align with the stated purpose of delegating tasks to the Qwen CLI, the reliance on unverified external code and the handling of API keys without built-in safeguards are high-risk behaviors.
Capability Assessment
Purpose & Capability
Name/description state this is a Qwen CLI delegation implementation and the SKILL.md only references qwen-cli, Python, and the shared delegation-core; the declared required config path (night-market.delegation-core) matches the stated purpose.
Instruction Scope
Runtime instructions instruct the user/agent to install and run the qwen CLI and a local delegation_executor script (~/conjure/tools/delegation_executor.py), and to include files via the qwen @path mechanism. These actions are expected for delegating to a remote LLM, but they will send included file contents to the Qwen service — a potential data-exfiltration surface that is coherent with the skill's purpose but worth explicit user awareness. The skill also references shared delegation-core docs that are not bundled here.
Install Mechanism
No install spec is bundled (instruction-only). The SKILL.md recommends 'pip install qwen-cli' which is a standard package install instruction; nothing in the metadata forcibly downloads or writes code to disk during install.
Credentials
The skill declares no required environment variables, but the docs show optional use of QWEN_API_KEY or 'qwen auth login'. That is proportional for a CLI delegation plugin. Users should note that any files included via @path will be transmitted to the Qwen service, and API keys or auth present in the environment would be used by the qwen CLI.
Persistence & Privilege
Flags are default (always: false, user-invocable true). The skill does not request permanent presence or system-wide privilege changes and contains no install-time scripts that would alter other skills or system configuration.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install nm-conjure-qwen-delegation - After installation, invoke the skill by name or use
/nm-conjure-qwen-delegation - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Delegation workflow for Qwen CLI, implementing delegation-core for Alibaba models.
- Enables shared delegation patterns, including authentication, quota management, and logging for Qwen CLI.
- Supports batch processing, summarization, and large-context analysis via Qwen command-line interface.
- Integrates with delegation-core for model selection, smart delegation, and unified usage reporting.
- Includes setup instructions, CLI examples, and exit criteria for successful delegation runs.
Metadata
Frequently Asked Questions
What is Nm Conjure Qwen Delegation?
Qwen CLI delegation workflow implementing delegation-core for Alibaba's. It is an AI Agent Skill for Claude Code / OpenClaw, with 78 downloads so far.
How do I install Nm Conjure Qwen Delegation?
Run "/install nm-conjure-qwen-delegation" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Nm Conjure Qwen Delegation free?
Yes, Nm Conjure Qwen Delegation is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Nm Conjure Qwen Delegation support?
Nm Conjure Qwen Delegation is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Nm Conjure Qwen Delegation?
It is built and maintained by athola (@athola); the current version is v1.0.0.
More Skills