Armory
Source
Browse
Skills

llava

Large Language and Vision Assistant. Enables visual instruction tuning and image-based conversations. Combines CLIP vision encoder with Vicuna/LLaMA language models. Supports multi-turn image chat, visual question answering, and instruction following. Use for vision-language chatbots or image understanding tasks. Best for conversational image analysis.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install llava --cli claude

writes the skill into.claude/skills/llava/SKILL.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/skills/llava/SKILL.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

Large Language and Vision Assistant. Enables visual instruction tuning and image-based conversations. Combines CLIP vision encoder with Vicuna/LLaMA language models. Supports multi-turn image chat, visual question answering, and instruction following. Use for vision-language chatbots or image understanding tasks. Best for conversational image analysis.

When to use it

Large Language and Vision Assistant. Enables visual instruction tuning and image-based conversations. Combines CLIP vision encoder with Vicuna/LLaMA language models. Supports multi-turn image chat, visual question answering, and instruction following. Use for vision-language chatbots or image understanding tasks. Best for conversational image analysis.

How to install / invoke

# Copy the skill into your .claude/skills/ directory
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/skills/ai-research/multimodal-llava/SKILL.md -o .claude/skills/multimodal-llava/SKILL.md

Notes

Extracted from davila7/claude-code-templates, multimodal-llava category.