Armory
Source
Browse
Skills

clip

OpenAI's model connecting vision and language. Enables zero-shot image classification, image-text matching, and cross-modal retrieval. Trained on 400M image-text pairs. Use for image search, content moderation, or vision-language tasks without fine-tuning. Best for general-purpose image understanding.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install clip --cli claude

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

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

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

What it is

OpenAI's model connecting vision and language. Enables zero-shot image classification, image-text matching, and cross-modal retrieval. Trained on 400M image-text pairs. Use for image search, content moderation, or vision-language tasks without fine-tuning. Best for general-purpose image understanding.

When to use it

OpenAI's model connecting vision and language. Enables zero-shot image classification, image-text matching, and cross-modal retrieval. Trained on 400M image-text pairs. Use for image search, content moderation, or vision-language tasks without fine-tuning. Best for general-purpose image understanding.

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-clip/SKILL.md -o .claude/skills/multimodal-clip/SKILL.md

Notes

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