qwencloud-vision

qwencloud-vision is a skill for Claude Code, Codex from QwenCloud/qwencloud-ai. It costs 123 tokens per session (4,731 once invoked), scanned A, a copy of qianwen-vision, Apache-2.0.

A skill for analysing images and videos with Qwen visual-language models, which are AI models that interpret visual content. It also includes text recognition from images and visual-reasoning tools.

In plain words
What is it for?
For image and video analysis, reading text from images, comparing multiple images, and performing visual reasoning with Qwen VL and QVQ models.
Why use it?
It helps an agent inspect visual files and extract information from them when ordinary text-based analysis is not enough.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Claude Code.

Good fit For image and video analysis, reading text from images, comparing multiple images, and performing visual reasoning with Qwen VL and QVQ models.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/qwencloud/qwencloud-ai/qwencloud-vision
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add QwenCloud/qwencloud-ai --skill qwencloud-vision
Clone the repo
git clone --depth 1 https://github.com/QwenCloud/qwencloud-ai

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for qwencloud-vision

README.md
[![agentmods](https://agentmods.dev/badge/skills/qwencloud/qwencloud-ai/qwencloud-vision/github.svg)](https://agentmods.dev/skills/qwencloud/qwencloud-ai/qwencloud-vision)
Your own site
<a href="https://agentmods.dev/skills/qwencloud/qwencloud-ai/qwencloud-vision"><img src="https://agentmods.dev/badge/skills/qwencloud/qwencloud-ai/qwencloud-vision/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for qwencloud-vision

Your own site · 80×15
<a href="https://agentmods.dev/skills/qwencloud/qwencloud-ai/qwencloud-vision"><img src="https://agentmods.dev/badge/skills/qwencloud/qwencloud-ai/qwencloud-vision.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 123 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,731 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • Socket pass 30 Apr 2026
  • Snyk warn 30 Apr 2026
How audits are shown
Origin 88% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00123 $0.04731
Opus 5 $0.00062 $0.02365
Sonnet 5 $0.00025 $0.00946
Haiku 4.5 $0.00012 $0.00473

Measured 10d ago against content hash c208bd49d5af, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

qwencloud-vision scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

The scan reads SKILL.md. This mod also ships 6 executable files (scripts/analyze.py, scripts/gossamer.py, scripts/ocr.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

compatibility: "Requires Python 3.9+ and curl. Cursor: auto-loaded. Claude Code: read this skill's SKILL.md before first use."
Origin

This is a copy

88% identical to qianwen-vision — 126 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/vision/qwencloud-vision/SKILL.md · 278 lines

How it starts

The opening of the file, as written. The whole thing — 278 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Agent setup: If your agent doesn't auto-load skills (e.g. Claude Code), see agent-compatibility.md once per session.

Qwen Vision (Image & Video Understanding)

Analyze images and videos using Qwen VL and QVQ models. This skill is part of qwencloud/qwencloud-ai.

Skill directory

Use this skill's internal files to execute and learn. Load reference files on demand when the default path fails or you need details.

Location Purpose
scripts/analyze.py Image/video understanding, multi-image, thinking mode
scripts/reason.py Visual reasoning (QVQ, chain-of-thought, streaming)
scripts/ocr.py OCR text extraction
scripts/vision_lib.py Shared helpers (base64, upload, streaming)
references/execution-guide.md Fallback: curl, code generation
references/curl-examples.md Curl for base64, multi-image, video, OCR
references/visual-reasoning.md QVQ and thinking mode details
references/prompt-guide.md Query prompt templates by task, thinking mode decision
references/ocr.md OCR parameters and examples
references/sources.md Official documentation URLs
references/agent-compatibility.md Agent self-check: register skills in project config for agents that don't auto-load

Security

NEVER output any API key or credential in plaintext. Always use variable references ($DASHSCOPE_API_KEY in shell, os.environ["DASHSCOPE_API_KEY"] in Python). Any check or detection of credentials must be non-plaintext: report only status (e.g. "set" / "not set", "valid" / "invalid"), never the value. Never display contents of .env or config files that may contain secrets.

When the API key is not configured, NEVER ask the user to provide it directly. Instead, help create a .env file with a placeholder (DASHSCOPE_API_KEY=sk-your-key-here) and instruct the user to replace it with their actual key from the QwenCloud Console. Only write the actual key value if the user explicitly requests it.

Read the full file on GitHub · 278 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 278 lines · 123 tokens per session scan A c208bd49d5af

Subscribe to this mod's changes

qwencloud-vision is a skill published in the GitHub repository QwenCloud/qwencloud-ai (40 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 123 tokens to every session and 4,731 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). It is 88% identical to qianwen-vision, differing in 126 lines, and is treated as a copy.

Related

Other skills, from other repositories

stable-diffusion

Text-to-image generation, inpainting, and img2img.

NousResearch/hermes-agent · 18 tokens

huggingface-lora-space-builder

Build and publish a Gradio demo on Hugging Face Spaces for a user-provided LoRA. Use when someone asks to create, generate, ship, or publish a Space, demo, Gradio app, or playground for a LoRA — including LoRAs for Qwen-Image, Qwen-Image-Edit, LTX-Video, Wan, FLUX, SDXL, or other diffusion base models. Also triggers…

huggingface/skills · 187 tokens

seedance-antislop

This skill should be used when a Seedance 2.0 prompt contains generic AI filler, hollow superlatives, vague cinematic language, bloated adjectives, weak verbs, or needs sharper production-specific wording.

Emily2040/seedance-2.0 · 48 tokens

seedance-filter

This skill should be used when a Seedance 2.0 prompt is blocked or rejected, when moderation is a suspected cause of a problem, or when the user asks for a content-boundary review or safer alternative. Assess the actual request before offering a clarification.

Emily2040/seedance-2.0 · 57 tokens

seedance-vocab-en

This skill should be used when an English Seedance 2.0 prompt needs clearer production wording, less generic prose, or precise vocabulary for camera, lighting, motion, VFX, audio, and constraints. Route blocked prompts through seedance-filter for context and boundary review.

Emily2040/seedance-2.0 · 61 tokens

seedance-vocab-zh

This skill should be used when the user asks for Chinese Seedance 2.0 prompt wording, Mandarin cinematic vocabulary, Chinese prompt compression, or translation of camera, lighting, action, VFX, audio, and production terms into Chinese.

Emily2040/seedance-2.0 · 55 tokens