Agent skill · AI & Agents

smolvlm

Local vision-language model for image analysis using SmolVLM-2B

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill smolvlm-tdimino-claude-code-minoan --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Version: 1.0.0
Path: skills/ai-ml/smolvlm-tdimino-claude-code-minoan/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# SmolVLM - Local Image Analysis Analyze images locally using SmolVLM-2B, a state-of-the-art compact vision-language model optimized for Apple Silicon via mlx-vlm. ## Quick Usage ### Describe an Image ```bash python ~/.claude/skills/smolvlm/scripts/view_image.py /path/to/image.png ``` ### Ask a Question About an Image ```bash python ~/.claude/skills/smolvlm/scripts/view_image.py /path/to/image.png "What text is visible?" ``` ### Specific Tasks ```bash # Extract text (OCR) python ~/.claude/skills/smolvlm/scripts/view_image.py screenshot.png "Extract all text" # UI analysis python ~/.claude/skills/smolvlm/scripts/view_image.py ui.png "Describe the UI elements" # Detailed description python ~/.claude/skills/smolvlm/scripts/view_image.py photo.jpg --detailed ``` ## Effective Prompts ### General Description - `"Describe this image"` - Basic description - `"Describe this image in detail, including colors, composition, and any text"` - Comprehensive ### Text Extraction (OCR) - `"Extract all visible text from this image"` - `"What text appears in this screenshot?"` - `"Read the text in this document"` ### UI/Screenshot Analysis - `"Describe the user interface elements"` - `"What buttons an

What's inside
Steps it walks through
  1. Quick Usage
  2. Describe an Image
  3. Ask a Question About an Image
  4. Specific Tasks
  5. Effective Prompts
  6. General Description
  7. Text Extraction (OCR)
  8. UI/Screenshot Analysis
  9. Visual Question Answering
  10. Code/Technical
  11. Model Details
  12. Requirements
  13. Troubleshooting
Ships with 1 file
  • metadata.json
Commands it runs
python ~/.claude/skills/smolvlm/scripts/view_image.py /path/to/image.png
python ~/.claude/skills/smolvlm/scripts/view_image.py /path/to/image.png "What text is visible?"
Extract text (OCR)
python ~/.claude/skills/smolvlm/scripts/view_image.py screenshot.png "Extract all text"
UI analysis
python ~/.claude/skills/smolvlm/scripts/view_image.py ui.png "Describe the UI elements"
Detailed description
python ~/.claude/skills/smolvlm/scripts/view_image.py photo.jpg --detailed
More from claude-skill-registry
All skills →
About this skill
What does the smolvlm skill do?

Local vision-language model for image analysis using SmolVLM-2B

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill smolvlm-tdimino-claude-code-minoan --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going