# Send Multimodal Asset Tagger to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "geo-multimodal-tagger",
    "name": "Multimodal Asset Tagger",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/geoly-geo/geo-multimodal-tagger",
    "canonicalUrl": "https://clawhub.ai/geoly-geo/geo-multimodal-tagger",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/geo-multimodal-tagger",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=geo-multimodal-tagger",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "scripts/optimize_asset.py",
      "references/asset-guide.md",
      "evals/evals.json"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/geo-multimodal-tagger"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/geo-multimodal-tagger",
    "downloadUrl": "https://openagent3.xyz/downloads/geo-multimodal-tagger",
    "agentUrl": "https://openagent3.xyz/skills/geo-multimodal-tagger/agent",
    "manifestUrl": "https://openagent3.xyz/skills/geo-multimodal-tagger/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/geo-multimodal-tagger/agent.md"
  }
}
```
## Documentation

### Multimodal 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:

PlatformVisual CapabilityCitation TypeGoogle LensImage searchDirect image citationChatGPT VisionImage understandingContextual referencePerplexityVideo transcriptsTranscript citationsGeminiNative image processingMultimodal answers

### 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"
}

### 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

FactorWeightBest PracticeDescriptiveness30%Specific, detailedKeyword presence25%Natural inclusionBrand mention20%When relevantContext15%Use case clearLength10%100-150 chars for Alt

Discoverability Score: 0-10

8-10: Excellent
6-7: Good
4-5: Fair
<4: Poor
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: geoly-geo
- Version: 1.0.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/geo-multimodal-tagger)
- [Send to Agent page](https://openagent3.xyz/skills/geo-multimodal-tagger/agent)
- [JSON manifest](https://openagent3.xyz/skills/geo-multimodal-tagger/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/geo-multimodal-tagger/agent.md)
- [Download page](https://openagent3.xyz/downloads/geo-multimodal-tagger)