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.
git clone --depth 1 https://github.com/kirillbrsnkv/give-claude-eyesWrote 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.
[](https://agentmods.dev/commands/kirillbrsnkv/give-claude-eyes/qwen-setup)<a href="https://agentmods.dev/commands/kirillbrsnkv/give-claude-eyes/qwen-setup"><img src="https://agentmods.dev/badge/commands/kirillbrsnkv/give-claude-eyes/qwen-setup/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.
<a href="https://agentmods.dev/commands/kirillbrsnkv/give-claude-eyes/qwen-setup"><img src="https://agentmods.dev/badge/commands/kirillbrsnkv/give-claude-eyes/qwen-setup.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00013 | $0.00548 |
| Opus 5 | $0.00006 | $0.00274 |
| Sonnet 5 | $0.00003 | $0.00110 |
| Haiku 4.5 | $0.00001 | $0.00055 |
Grade A, and why
qwen-setup scanned grade A with 0 findings 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 12d ago.
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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Walk the user through setting up the Qwen Video Bridge plugin.
Step 1: Check Python
python3 --version
Require Python 3.9+. If not available, tell the user to install Python first.
Step 2: Install dashscope
pip install dashscope --break-system-packages 2>&1 | tail -3
If pip is not available, try pip3. If neither works, suggest python3 -m pip install dashscope.
Step 3: Check API key
echo "${DASHSCOPE_API_KEY:-NOT_SET}" | head -c 10
If NOT_SET, guide the user:
- Go to https://modelstudio.console.alibabacloud.com/ (international) or https://dashscope.console.aliyun.com/ (China)
- Sign up / log in
- Go to API Keys section
- Create a new key
- Set it as an environment variable:
- macOS/Linux: Add
export DASHSCOPE_API_KEY=sk-your-key-hereto~/.bashrcor~/.zshrc - Windows: Add it to System Environment Variables, or in PowerShell:
$env:DASHSCOPE_API_KEY = "sk-your-key-here"
- macOS/Linux: Add
Step 4: Verify
Run a quick test with a simple prompt (no video needed — test the connection):
python3 -c "
import dashscope
dashscope.base_http_api_url = 'https://dashscope-intl.aliyuncs.com/api/v1'
import os
from dashscope import MultiModalConversation
r = MultiModalConversation.call(
api_key=os.environ['DASHSCOPE_API_KEY'],
model='qwen-omni-plus-latest',
messages=[{'role':'user','content':[{'text':'Say OK if you can hear me.'}]}]
)
if r.status_code == 200:
print('SUCCESS: Qwen API is working!')
else:
print(f'ERROR: {r.status_code} — {r.message}')
"
If successful, tell the user they're all set and can use /analyze-video or just describe a video in conversation.
If it fails, help troubleshoot:
- 401 → invalid API key
- 429 → rate limit, wait and retry
- Connection error → check network, might need to switch to CN endpoint
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.
- 12d ago First seen · 71 lines · 13 tokens per session scan A 661a93dcb553
qwen-setup is a command published in the GitHub repository kirillbrsnkv/give-claude-eyes (8 stars, last pushed 5mo ago), licensed MIT. It adds 13 tokens to every session and 548 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other commands, from other repositories
uw-cmd-polish
Apply "juice" to a working feature using the Game Feel Document's Feedback Matrix.
next
Read the active sprint’s current status. Refresh stale compilation using grainulator compile --dir or grainulator.compile. Use the resulting nextactions with the user’s current scope and authorization. Output only the two Auto and Manual lists below, with no recap, status counters or offer to continue. Continue useful…
brand-generate
Generate an on-brand document from a saved Brand Profile.
post
Post the current OCR review to a GitHub PR.
show
Display a past OCR review session.
share
Command "share" from theclaymethod/artifacture, covering share an artifact, select the backend, setup, output and limits and troubleshoot.