kimicode-vision-bridge

kimicode-vision-bridge is a skill for Claude Code, Codex from Dqz00116/skill-lib. It costs 43 tokens per session (2,053 once invoked), scanned A, original, MIT.

A bridge that sends an image and a question to Kimi, an AI model that can understand images, then returns a text description.

In plain words
What is it for?
Use it to describe or analyze images from scripts through the KimiCode command-line tool.
Why use it?
It lets an agent that cannot view images directly use visual information through a separate model.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to describe or analyze images from scripts through the KimiCode command-line tool.

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

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 kimicode-vision-bridge

README.md
[![agentmods](https://agentmods.dev/badge/skills/dqz00116/skill-lib/kimicode-vision-bridge/github.svg)](https://agentmods.dev/skills/dqz00116/skill-lib/kimicode-vision-bridge)
Your own site
<a href="https://agentmods.dev/skills/dqz00116/skill-lib/kimicode-vision-bridge"><img src="https://agentmods.dev/badge/skills/dqz00116/skill-lib/kimicode-vision-bridge/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 kimicode-vision-bridge

Your own site · 80×15
<a href="https://agentmods.dev/skills/dqz00116/skill-lib/kimicode-vision-bridge"><img src="https://agentmods.dev/badge/skills/dqz00116/skill-lib/kimicode-vision-bridge.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,053 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original 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.00043 $0.02053
Opus 5 $0.00022 $0.01026
Sonnet 5 $0.00009 $0.00411
Haiku 4.5 $0.00004 $0.00205

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

Security

Grade A, and why

kimicode-vision-bridge 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 9d 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.

kimicode-vision-bridge/SKILL.md · 191 lines

How it starts

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

KimiCode Vision Bridge

Overview

Routes images through KimiCode CLI's print mode (kimi --print) to give a non-vision Agent LLM visual understanding. Kimi is a multimodal model; print mode provides a non-interactive, programmatic pipe — the Agent submits an image + question via CLI, Kimi returns a text description on stdout.

Agent (no vision)                KimiCode CLI                  Kimi multimodal model
     │                                │                              │
     │  image + question              │                              │
     ├───────────────────────────────→│                              │
     │  kimi --print -p "..."         │                              │
     │                                ├─────────────────────────────→│
     │                                │     API call with image      │
     │                                │←─────────────────────────────┤
     │                                │     text response            │
     │←───────────────────────────────┤                              │
     │  text on stdout                │                              │
     ▼                                ▼                              ▼

Print mode docs: https://www.kimi-cli.com/en/customization/print-mode.html

When to Use

Use this skill when:

  • The current Agent LLM cannot process images directly (no vision capability)
  • An image needs to be read or analyzed — screenshots, photos, diagrams, charts, document scans, UI mockups
  • KimiCode CLI is installed and configured with a vision-capable model on the system

Do NOT use when:

  • The Agent already has native image input — this skill adds an unnecessary hop
  • The task is pure text analysis with no visual component
  • KimiCode is not installed or lacks a vision model

Prerequisites (MUST verify before proceeding)

Both checks must pass. If either fails, stop and report the failure.

Check 1: KimiCode CLI (kimi) is installed

Windows (PowerShell):

Get-Command kimi -ErrorAction SilentlyContinue | Select-Object -ExpandProperty Source

Read the full file on GitHub · 191 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. 9d ago First seen · 191 lines · 43 tokens per session scan A 708bc02977e1

Subscribe to this mod's changes

kimicode-vision-bridge is a skill published in the GitHub repository Dqz00116/skill-lib (22 stars, last pushed 3mo ago), licensed MIT. It adds 43 tokens to every session and 2,053 once invoked, about $0.0002 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-30.