Token导航 LogoToken导航TokenDH.com
开发敏感数据clawhub未标认证来源可访问clear审计提醒

nm-conjure-qwen-delegationNM conjure Qwen delegation 命令行

Agent Skill

nm-conjure-qwen-delegation 用于补充开发相关能力,适合在 OpenClaw 中需要让 Agent 承接开发相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,277

周安装

93

GitHub Stars

公开资料未说明

下载量

729
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:nm-conjure-qwen-delegation(NM conjure Qwen delegation 命令行)
来源仓库:https://github.com/athola/nm-conjure-qwen-delegation
安装命令:
openclaw skills install nm-conjure-qwen-delegation
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install nm-conjure-qwen-delegation

简介

为阿里巴巴通义千问模型实现专用委派工作流程。

  • 适合在 OpenClaw 中利用 Qwen 特定优势场景时使用。
  • 核心能力是适配 Qwen 的 API 特性与参数格式。
  • 使用 clawhub 安装,需设置正确的区域端点地址。
  • 注意确认是否支持中文语境下的复杂推理任务。nm-conjure-qwen-delegation 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
qwen-delegation
description
Qwen CLI delegation workflow implementing delegation-core for Alibaba's
version
1.8.2
triggers
metadata
{"openclaw": {"homepage": "https://github.com/athola/claude-night-market/tree/master/plugins/conjure", "emoji": "\�\�", "requires": {"config": ["night-market.delegation-core"]}}}
source
claude-night-market
source_plugin
conjure
Night Market Skill — ported from claude-night-market/conjure. For the full experience with agents, hooks, and commands, install the Claude Code plugin.

Table of Contents

Qwen CLI Delegation

Overview

This skill implements conjure:delegation-core for the Qwen CLI using shared delegation patterns. It provides Qwen-specific authentication, quota management, and command construction.

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

When NOT To Use

  • Deciding which model to use (use delegation-core

first)

  • Qwen CLI not installed
  • Deciding which model to use (use delegation-core

first)

  • Qwen CLI not installed

Prerequisites

Installation:

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

Delegation Flow

Implements standard delegation-core flow with Qwen specifics:

  1. qwen-delegation:auth-verified - Verify Qwen authentication
  2. qwen-delegation:quota-checked - Check Qwen API quota
  3. qwen-delegation:command-executed - Execute via Qwen CLI
  4. qwen-delegation:usage-logged - Log Qwen API usage

Quick Start

Using Shared Delegation Executor

# Basic file analysis
python ~/conjure/tools/delegation_executor.py qwen "Analyze this code" --files src/main.py

# With specific model
python ~/conjure/tools/delegation_executor.py qwen "Summarize" --files src/**/*.py --model qwen-max

# With output format
python ~/conjure/tools/delegation_executor.py qwen "Extract functions" --files src/main.py --format json

Verification: Run python --version to verify Python environment.

Direct CLI Usage

# Basic command
qwen -p "@path/to/file Analyze this code"

# Multiple files
qwen -p "@src/**/*.py Summarize these files"

# Specific model
qwen --model qwen-max -p "..."

Verification: Run the command with --help flag to verify availability.

Save Output

qwen -p "..." > delegations/qwen/$(date +%Y%m%d_%H%M%S).md

Verification: Run the command with --help flag to verify availability.

Smart Delegation

The shared delegation executor can auto-select the best service:

# Auto-select based on requirements
python ~/conjure/tools/delegation_executor.py auto "Analyze large codebase" \
  --files src/**/* --requirement large_context

Verification: Run python --version to verify Python environment.

Shared Patterns

This skill uses shared infrastructure from delegation-core:

  • Shell Execution: See delegation-core/shared-shell-execution.md
  • Authentication: Standard CLI authentication patterns
  • Quota Management: Unified quota tracking
  • Usage Logging: Centralized usage analytics

Qwen-Specific Details

For Qwen-specific models, CLI options, cost reference, and troubleshooting, see modules/qwen-specifics.md.

Exit Criteria

  • Authentication confirmed working
  • Quota checked and sufficient
  • Command executed successfully using shared infrastructure
  • Usage logged for tracking with unified analytics

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

93.78%
按下载量换算684

安全审计

VirusTotal

可疑

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills