crow-show-image

crow-show-image is a skill for Claude Code, Codex from corveil/crow. It costs 44 tokens per session (318 once invoked), scanned A, original, Apache-2.0.

A helper for showing a generated image in Crow's Images panel. Crow is the coding workspace this add-on is designed to run in.

In plain words
What is it for?
Use it after creating a visual that the user should inspect, such as a diagram, chart, screenshot, or rendered image.
Why use it?
A file path alone may not make a diagram, chart, screenshot, or rendered figure easy to see in the session.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/corveil/crow/crow-show-image
Any agent
npx skills add corveil/crow --skill crow-show-image
Clone the repo
git clone --depth 1 https://github.com/corveil/crow

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 crow-show-image

README.md
[![agentmods](https://agentmods.dev/badge/skills/corveil/crow/crow-show-image.svg)](https://agentmods.dev/skills/corveil/crow/crow-show-image)
Your own site
<a href="https://agentmods.dev/skills/corveil/crow/crow-show-image"><img src="https://agentmods.dev/badge/skills/corveil/crow/crow-show-image.svg" alt="Measured on agentmods" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 318 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00044 $0.00318
Opus 5 $0.00022 $0.00159
Sonnet 5 $0.00009 $0.00064
Haiku 4.5 $0.00004 $0.00032

Measured 5d ago against content hash 6f9c722280ae, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

crow-show-image 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 5d 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.

skills/crow-show-image/SKILL.md · 37 lines

What it actually says

Crow: Show Image

Make an image you've generated visible in Crow's Images panel (in the session detail), so the user sees it inline instead of just a file path.

When to use

Use this when you've produced an image the user should see — a diagram you drew, a chart, a screenshot, a rendered figure. Skip it for throwaway or intermediate images the user didn't ask about.

Only works inside a Crow session, where CROW_ARTIFACTS_DIR is set.

How

  1. Confirm you're in a Crow session — CROW_ARTIFACTS_DIR must be non-empty. If it's unset, there's no Crow panel to show it in; skip this.

  2. Copy the image into that directory (create it if needed), with a clear name:

    mkdir -p "$CROW_ARTIFACTS_DIR" && cp <image> "$CROW_ARTIFACTS_DIR/<name>.png"
    
  3. Tell the user it's viewable in Crow's Images panel.

Supported: PNG, JPG, GIF, WEBP, SVG. The directory is ephemeral (cleared on restart) and lives outside the git worktree, so it never pollutes commits.

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. 5d ago First seen · 37 lines · 44 tokens per session scan A 6f9c722280ae

Subscribe to this mod's changes

crow-show-image is a skill published in the GitHub repository corveil/crow (18 stars, last pushed today), licensed Apache-2.0. It adds 44 tokens to every session and 318 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.

Related

Other skills, from other repositories

orchestrate-monitor

/orchestrate のワーカー監視レシピ(capture 解析・状態判定・介入判断・完了検証)を、bash 3.2 互換の実行可能スクリプトと fixture ベーステストとして資産化したもの。並列ワーカーを監督するときに使う。.

Kewton/CommandMate · 78 tokens

demo-video

CommandMate の 30 秒デモ動画(日本語版・英語版)を隔離環境で全自動生成する。絵コンテ駆動のシーン録画・テロップ焼き込み・ffmpeg 合成・尺検証まで。「デモ動画」「demo video」「デモを録画」等の指示で使う。.

Kewton/CommandMate · 84 tokens

catalog-reconcile

組み込みスラッシュコマンドのカタログを各 CLI の権威ソースへリコンサイルする(--check で規模把握 → --write → 人手レビュー → attestation の採り直し → 検証).

Kewton/CommandMate · 62 tokens

cmate-verify

リポジトリの検証ゲート(lint / typecheck / test / build 等)を .commandmate/verify.yaml に宣言し、worktree の cwd で逐次実行して exit code で合否を判定する。verify.yaml が無いリポジトリでは CI 定義から起案する。作業完了を主張する前の検証や、並列ワーカーの完了判定に使う。.

Kewton/CommandMate · 106 tokens

release

Skill "release" from Kewton/CommandMate, covering リリーススキル, 使用方法, 前提条件, 全体の流れ and この手順が「なぜこの形か」.

Kewton/CommandMate · 36 tokens

video-to-gif

録画済みの mp4 / webm / mov を、GitHub の markdown ビューアが実際に再生できる GIF に変換する。バイト予算を指定すると解像度・fps・パレットを段階的に落として収まるまで再試行し、収まらなければ書かずに落ちる。「GIF を作って」「GIF 化」「mp4 を GIF に」「README に貼れる動画」等の指示で使う。.

Kewton/CommandMate · 113 tokens