qwen-enhance

v1.0.0

增强通义千问 (Qwen) 模型的适配能力,特别是 Qwen-VL 多模态输入格式化。在处理视觉任务时使用。

0· 185·1 current·1 all-time
byTom Mcpherson@dnorris2926-0

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for dnorris2926-0/qwen-enhance.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "qwen-enhance" (dnorris2926-0/qwen-enhance) from ClawHub.
Skill page: https://clawhub.ai/dnorris2926-0/qwen-enhance
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install qwen-enhance

ClawHub CLI

Package manager switcher

npx clawhub@latest install qwen-enhance
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description promise (generate Qwen‑VL image+text prompts and optimize prompts) matches the included script and SKILL.md. The only minor mismatch is the example invocation path (SKILL.md shows .trae/skills/...), while the repository provides scripts/qwen_vl.py; this looks like a documentation/pathing inconsistency rather than functional overreach.
Instruction Scope
SKILL.md instructions are narrowly scoped to generating/formating prompts. They do not instruct reading system files, accessing environment variables, calling external endpoints, or collecting unrelated data. The example usage path differs from the manifest path (documentation note).
Install Mechanism
There is no install spec; this is instruction-only plus a tiny local script. Nothing is downloaded or written to disk by an installer.
Credentials
No environment variables, credentials, or config paths are required. The script does not read secrets or invoke network I/O.
Persistence & Privilege
Skill is not always-on, is user-invocable, and does not request persistent/system-wide changes or modify other skills' configurations.
Assessment
This skill is small and coherent: it simply formats text (and an optional image URL) into a Qwen‑VL prompt. Before installing, verify the script path referenced in SKILL.md matches where the skill will be placed (the example uses a .trae/ path while the file manifest shows scripts/qwen_vl.py). Inspect the included script if you want extra assurance (it contains no network calls or secret access). If you plan to run unmodified third‑party skills in sensitive environments, consider reviewing or sandboxing them first.

Like a lobster shell, security has layers — review code before you run it.

latestvk9755bsmcs1dzvmk8prc94xdm983gj3e
185downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

Qwen Enhance

此 Skill 专为阿里云通义千问(Qwen)系列模型设计,提供多模态输入(Qwen-VL)和长文本处理的辅助工具。

能力描述

  • 多模态适配:自动生成 Qwen-VL 的图片/文本混合 Prompt 格式(如 <img>url</img>)。
  • Prompt 优化:针对 Qwen 的指令遵循能力进行 Prompt 调优。

典型用法

  1. 生成视觉任务 Prompt
    python3 .trae/skills/qwen-enhance/scripts/qwen_vl.py "描述这张图片" "https://example.com/image.jpg"
    

输出示例

<img>https://example.com/image.jpg</img> 描述这张图片

Comments

Loading comments...