deepseek-vision

deepseek-vision is a skill for Codex from reF0o0/deepseek-vision-skill. It costs 108 tokens per session (4,370 once invoked), scanned A, original, no licence file.

A set of instructions for sending images, screenshots, audio, video, and mixed-media documents to specific Xiaomi MiMo models for interpretation.

In plain words
What is it for?
Reading text in images, interpreting pictures or screenshots, and transcribing audio or video.
Why use it?
It provides a defined route for reading or transcribing media instead of handling those files with unsupported methods.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Reading text in images, interpreting pictures or screenshots, and transcribing audio or video.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ref0o0/deepseek-vision-skill/deepseek-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 reF0o0/deepseek-vision-skill --skill deepseek-vision
Clone the repo
git clone --depth 1 https://github.com/reF0o0/deepseek-vision-skill

Made for: 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 deepseek-vision

README.md
[![agentmods](https://agentmods.dev/badge/skills/ref0o0/deepseek-vision-skill/deepseek-vision.svg)](https://agentmods.dev/skills/ref0o0/deepseek-vision-skill/deepseek-vision)
Your own site
<a href="https://agentmods.dev/skills/ref0o0/deepseek-vision-skill/deepseek-vision"><img src="https://agentmods.dev/badge/skills/ref0o0/deepseek-vision-skill/deepseek-vision.svg" alt="Measured on agentmods" height="20"></a>
Per session 108 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,370 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.
Origin unknown No closer match found 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.00108 $0.04370
Opus 5 $0.00054 $0.02185
Sonnet 5 $0.00022 $0.00874
Haiku 4.5 $0.00011 $0.00437

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

Security

Grade A, and why

deepseek-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 8d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/mimo.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.

- 默认请求走 Python 标准库,API Key 不进入进程参数;若默认通道被服务商以 HTTP 403 拒绝(如 Cloudflare 指纹拦截),脚本会自动改用 curl 重试,无需手动干预;也可显式设置 `MIMO_USE_CURL=1` 强制走 curl,此时 key 通过临时配置文件传递,仍不会出现在命令行。
deepseek-vision/SKILL.md · 196 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 8d ago First seen · 196 lines · 108 tokens per session scan A 0f83418d7f8b

Subscribe to this mod's changes

deepseek-vision is a skill published in the GitHub repository reF0o0/deepseek-vision-skill (5 stars, last pushed 21d ago), with no licence file. It adds 108 tokens to every session and 4,370 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

vision-skills

Local vision CLIs: glance (describe/ask/OCR an image), ground (locate a target, pixel box), detect (element inventory), trace (image to SVG geometry), crop (cut a pixel box to a file), and scripts/htmlshot.py (HTML file to image). Use for any task involving an image — questions, text, splitting and transcribing long…

Anionex/agent-vision-toolkit · 132 tokens

multimodal-llm

Vision, audio, video generation, and multimodal LLM integration patterns. Use when processing images, transcribing audio, generating speech, generating AI video (Kling v3, Sora 2, Veo 3.1 std/lite/fast, Runway Gen-4.5 via gen4turbo), or building multimodal AI pipelines.

yonatangross/orchestkit · 82 tokens

vision

Call vision models (Doubao, Qwen, DeepSeek, OpenAI) to analyze images. Use when you need to understand screenshots, UI layouts, diagrams, or any image content. Supports png/jpg/webp/gif.

xiincs/claude-code-vision-skill · 49 tokens

vision-multimodal

A skill that adds image, video, audio, document, and screenshot understanding to a text-only model. It includes tasks such as reading text from images, locating objects, transcribing speech, and analyzing media.

Yts1919/dsh-vision-complete · 112 tokens

paper-image-extractor

Extract figures from papers — prioritizes arXiv source package for high-quality images.

LigphiDonk/Oh-my--paper · 21 tokens

glmv-prd-to-app

Build a complete, production-ready full-stack web application from PRD documents, prototype images, and resource files. Handles the entire pipeline: system design, database schema, seed data, backend API, frontend UI, visual verification against prototypes, and deployment script generation. Use this skill whenever the…

zai-org/GLM-skills · 188 tokens