# Send AI Brand Analyzer 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": "ai-brand-analyzer",
    "name": "AI Brand Analyzer",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/PauldeLavallaz/ai-brand-analyzer",
    "canonicalUrl": "https://clawhub.ai/PauldeLavallaz/ai-brand-analyzer",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/ai-brand-analyzer",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ai-brand-analyzer",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "scripts/analyze.py"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.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/ai-brand-analyzer"
    },
    "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/ai-brand-analyzer",
    "downloadUrl": "https://openagent3.xyz/downloads/ai-brand-analyzer",
    "agentUrl": "https://openagent3.xyz/skills/ai-brand-analyzer/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ai-brand-analyzer/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ai-brand-analyzer/agent.md"
  }
}
```
## Documentation

### Brand Analyzer: AI Brand Identity Profiler

Analyze any brand to generate a comprehensive brand identity JSON profile using Gemini Flash with Google Search grounding.

### Overview

Brand Analyzer creates structured brand identity profiles by:

Researching the brand via Google Search (official data, campaigns, visual identity)
Analyzing brand behavior, visual patterns, photography style, tone of voice
Generating a complete JSON profile following the standard template
Storing the profile for reuse across all creative workflows

### When to Use

User asks to "analyze a brand" or "create a brand profile"
Before running Ad-Ready when the brand isn't in the catalog
When the user mentions a brand that doesn't have a profile yet
To update/refresh an existing brand profile

### Analyze a brand and save to file

GEMINI_API_KEY="$KEY" uv run {baseDir}/scripts/analyze.py \\
  --brand "Brand Name" \\
  --output ./brands/Brand_Name.json

### Analyze and auto-save to Ad-Ready brands catalog

GEMINI_API_KEY="$KEY" uv run {baseDir}/scripts/analyze.py \\
  --brand "Heredero Gin" \\
  --auto-save

The --auto-save flag automatically saves to ~/clawd/ad-ready/configs/Brands/{Brand_Name}.json

### Print to stdout

GEMINI_API_KEY="$KEY" uv run {baseDir}/scripts/analyze.py --brand "Nike"

### Inputs

InputRequiredDescription--brand✅Brand name to analyze--outputOptionalOutput file path (default: stdout)--auto-saveOptionalAuto-save to Ad-Ready brands catalog--api-keyOptionalGemini API key (or set GEMINI_API_KEY env var)

### Output Format

The generated JSON follows the standard brand identity template used by Ad-Ready:

{
  "brand_info": { "name", "tagline", "category", "positioning", "vision", "mission", "origin_story" },
  "brand_values": { "core_values", "brand_promise", "differentiators", "non_negotiables" },
  "target_audience": { "demographics", "psychographics" },
  "tone_of_voice": { "personality_traits", "communication_style", "language_register", ... },
  "visual_identity": { "logo", "color_system", "typography", "layout_principles" },
  "photography": { "style", "technical" },
  "campaign_guidelines": { "visual_tone", "model_casting", "product_presentation", ... },
  "brand_behavior": { "do_dont", "immutability" },
  "channel_expression": { "retail", "digital", "print" },
  "compliance": { ... }
}

### Ad-Ready

Brand profiles are automatically available as brand_profile options when generating ads.

### Morpheus Fashion Design

Brand visual identity (colors, photography style, tone) can inform Morpheus campaigns.

### Custom Workflows

Load any brand profile JSON to extract visual identity, tone of voice, or campaign guidelines for any creative task.

### Analysis Methodology

The analyzer follows a 3-phase approach:

### Phase 1: Official Research (via Google Search)

Brand website, corporate pages, official communications
Locks canonical data: name, founding, positioning, vision, mission, tagline

### Phase 2: Campaign Research (via Google Search)

Google Images and Pinterest for advertising campaigns
Identifies 10+ distinct campaigns
Treats them as analytical reference material

### Phase 3: Deductive Visual Analysis

Cross-sectional analysis of visual patterns
Identifies recurring photography style, color systems, typography
Fills visual identity fields not covered by official data

### API Key

Uses Gemini API. Set via:

GEMINI_API_KEY environment variable
--api-key flag
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: PauldeLavallaz
- 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-23T16:43:11.935Z
- Expires at: 2026-04-30T16:43:11.935Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/ai-brand-analyzer)
- [Send to Agent page](https://openagent3.xyz/skills/ai-brand-analyzer/agent)
- [JSON manifest](https://openagent3.xyz/skills/ai-brand-analyzer/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/ai-brand-analyzer/agent.md)
- [Download page](https://openagent3.xyz/downloads/ai-brand-analyzer)