geo-multimodal-tagger
Generate AI-optimized Alt Text, file names, captions, and Schema markup for images, videos, and audio assets. Improves AI discoverability on Google Lens, ChatGPT Vision, and Perplexity. Use whenever the user mentions optimizing images for AI, writing Alt Text, generating video Schema, tagging assets for AI discoverability, or making images visible in ChatGPT Vision and Google Lens.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/geoly-geo/geo-multimodal-taggerMultimodal Asset Tagger
Methodology by GEOly AI (geoly.ai) — every image and video is a citation opportunity AI can either read or miss.
Generate optimized metadata for images, videos, and audio files for AI platforms.
Quick Start
python scripts/optimize_asset.py --type image --description "dashboard showing metrics" --output optimized.md
Why Multimodal Matters
AI platforms increasingly read visual content:
| Platform | Visual Capability | Citation Type |
|---|---|---|
| Google Lens | Image search | Direct image citation |
| ChatGPT Vision | Image understanding | Contextual reference |
| Perplexity | Video transcripts | Transcript citations |
| Gemini | Native image processing | Multimodal answers |
Image Optimization
Alt Text Formula
[Descriptive subject] + [Brand if relevant] + [Context/use case]
Examples:
❌ alt="image1.jpg"
❌ alt="product photo"
✅ alt="GEOly AI dashboard showing AIGVR score trend over 30 days"
✅ alt="Brand visibility comparison chart across ChatGPT and Perplexity — GEOly AI"
Filename Formula
[primary-keyword]-[secondary-keyword]-[brand]-[descriptor].jpg
Examples:
❌ IMG_3847.jpg
✅ geo-brand-visibility-dashboard-geoly-ai.png
✅ aigvr-score-chart-ai-search-monitoring.jpg
ImageObject Schema
{
"@context": "https://schema.org",
"@type": "ImageObject",
"name": "AIGVR Score Dashboard",
"description": "Dashboard showing brand visibility scores across AI platforms",
"contentUrl": "https://example.com/images/dashboard.jpg",
"author": {
"@type": "Organization",
"name": "GEOly AI"
},
"keywords": "AIGVR, brand visibility, AI search, dashboard"
}
Video Optimization
Checklist
- Title contains primary keyword
- Description: first 150 chars = keyword + brand
- Transcript/captions attached (SRT/VTT)
- Chapters/timestamps for long videos
- Thumbnail: keyword-rich filename
- VideoObject Schema added
VideoObject Schema
{
"@context": "https://schema.org",
"@type": "VideoObject",
"name": "How to Optimize for AI Search",
"description": "Complete guide to GEO strategies...",
"thumbnailUrl": "https://example.com/thumbs/geo-guide.jpg",
"uploadDate": "2024-01-15",
"duration": "PT12M30S",
"contentUrl": "https://example.com/videos/geo-guide.mp4"
}
Audio/Podcast Optimization
- Descriptive episode titles (not "Episode 47")
- 150+ word descriptions, keyword-rich
- Full transcript as page content
- Guest names and topics as entities
Asset Optimization Tool
python scripts/optimize_asset.py \
--type [image|video|audio] \
--description "Asset description" \
--brand "BrandName" \
--keywords "keyword1,keyword2"
Output:
- Optimized Alt Text
- Recommended filename
- Schema markup
- Discoverability score (Before/After)
Scoring
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-geoly-geo-geo-multimodal-tagger": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
geo-human-editor
Audit and rewrite content to remove AI-generated feel by stripping markdown artifacts, eliminating AI vocabulary patterns, flagging hallucination risks, and restoring natural human voice. Use whenever the user mentions content sounding like AI, removing AI tone, making content more human, checking for AI feel, fixing mechanical writing patterns, or scanning for hallucinations and unverified claims in content.
geo-competitor-scanner
Analyze competitor GEO (Generative Engine Optimization) strategies by examining their content structure, Schema markup, llms.txt, and AI citation signals. Benchmark your brand against competitors and identify strategic gaps and opportunities. Use whenever the user mentions scanning competitor GEO strategies, comparing AI search performance, analyzing competitor content for AI citations, finding GEO gaps, or wants to understand how competitors win AI citations.
geo-report-builder
Build comprehensive GEO performance reports with executive summaries, platform breakdowns, competitive analysis, and strategic action plans. Use whenever the user mentions creating GEO reports, analyzing AI search performance, building performance dashboards, or generating insights from GEO metrics.
geo-studio
Master GEO content orchestrator that understands user goals and intelligently routes tasks across specialized GEO skills. Automatically selects the right workflow from strategy and audit to content creation, optimization, and human editing. Use as the default starting point for any GEO-related task including creating GEO content, ranking in AI search, auditing content for AI visibility, building GEO strategies, writing AI-citable articles, or when unsure which specific GEO skill to use.
geo-schema-gen
Generate complete, validated Schema.org JSON-LD markup for any content type to boost AI citation rates. Creates structured data for Organization, FAQPage, Article, BlogPosting, Product, HowTo, BreadcrumbList, WebSite, VideoObject, and ImageObject schemas. Use whenever the user mentions adding schema markup, generating structured data, creating JSON-LD, implementing Schema.org, optimizing for rich snippets, or wants to improve how AI understands and cites their content. Also trigger for requests about Organization schema, FAQ schema, Article markup, Product schema, or any structured data implementation.