Crow Image banner
radiusmethod radiusmethod

Crow Image

Development community

Description

--- description: Show an image in Crow's Images panel — pass the file path as the argument --- Make the image at `$ARGUMENTS` visible in Crow's Images panel (in the session detail pane): 1. If the `CROW_ARTIFACTS_DIR` environment variable is empty, this isn't a Crow session — tell the user and stop. 2. Otherwise copy `$ARGUMENTS` into `$CROW_ARTIFACTS_DIR` (create the directory if needed), keeping a clear filename (e.g. `diagram.png`). 3. Confirm the filename and that it now shows in Cro

Installation

Installs to ~/.claude/skills/radiusmethod-crow-crow-image/SKILL.md

Terminal
mkdir -p ~/.claude/skills/radiusmethod-crow-crow-image && curl -fsSL https://raw.githubusercontent.com/radiusmethod/crow/HEAD/commands/crow-image.md -o ~/.claude/skills/radiusmethod-crow-crow-image/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository