Clip Aware Embeddings
This skill generates CLIP-aware embeddings for images and text, enabling powerful semantic search and similarity matching across diverse content.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add curiositech-clip-aware-embeddings npx -- -y @trustedskills/curiositech-clip-aware-embeddings
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"curiositech-clip-aware-embeddings": {
"command": "npx",
"args": [
"-y",
"@trustedskills/curiositech-clip-aware-embeddings"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill generates embeddings that are aware of visual information. It allows for semantic search and comparison across both text and images, enabling the AI agent to understand relationships between different modalities. The embeddings leverage CLIP (Contrastive Language–Image Pre-training) models for this cross-modal understanding.
When to use it
- Image Search: Find images relevant to a textual description or vice versa.
- Content Moderation: Identify potentially harmful content by comparing image and text descriptions.
- Cross-Modal Retrieval: Retrieve related information from datasets containing both images and text, such as product catalogs or research papers.
- Visual Question Answering (VQA): Improve the accuracy of VQA systems by grounding answers in visual context.
Key capabilities
- CLIP-aware embeddings generation
- Cross-modal semantic search
- Image-text comparison
- Integration with CLIP models
Example prompts
- "Find images similar to this description: 'a fluffy cat sleeping on a windowsill'."
- "What text best describes this image [image data]?"
- "Compare the similarity between the text 'red apple' and the image of a green apple."
Tips & gotchas
The quality of results depends heavily on the underlying CLIP model’s training data. Ensure your input images are clear and representative for optimal performance.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.