Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器github未标认证来源可访问许可证需确认审计提醒

brand-research-agent品牌研究 Agent

Agent Skill

brand-research-agent 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

490

周安装

20

GitHub Stars

10

下载量

158
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:brand-research-agent(品牌研究 Agent)
来源仓库:https://github.com/michaelboeding/skills
仓库路径:skills/brand-research-agent
安装命令:
npx skills add https://github.com/michaelboeding/skills --skill brand-research-agent
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/michaelboeding/skills --skill brand-research-agent

简介

brand-research-agent 并行分析品牌多维度特征,生成统一的品牌画像报告。

  • 适用于提取视觉色彩、语调风格、产品卖点与受众画像等关键元素。
  • 通过五类专项 Agent 协作,输出可用于内容创作与传播策略制定的综合洞察。
  • 依赖本地文件读取与并行处理能力,需确保输入内容完整性与权限许可。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Brand Research Skill

Analyze a brand's website to extract brand elements for content creation.

This skill uses 5 specialized agents that analyze different brand dimensions in parallel, then synthesizes into a unified brand profile.

What It Extracts

DimensionElementsUsed For
VisualColors, typography, logo, imagery styleImage prompts, video style
VoiceTone, messaging, taglines, copy styleVoiceover, scripts
ProductOfferings, features, USPs, pricingContent focus
AudienceDemographics, psychographics, pain pointsTone targeting
PositioningMarket position, competitors, differentiationMessaging strategy

Prerequisites

  • Browser access (uses web scraping)
  • No API keys required

Workflow

Step 1: Get the Website URL (REQUIRED)

FIRST, always ask for the website URL. Do not proceed without it.

Say this to the user:

"I'll analyze that brand for you! What's the website URL? (e.g., https://nike.com) Optional: Any specific pages to focus on? Any known competitors?"

Wait for the user to provide the URL before proceeding.

If the user just says "analyze Nike's brand", ask:

"I'll analyze Nike for you. Just to confirm - should I use https://nike.com?"

Step 2: Navigate and Capture Website Data

Use browser tools to navigate the website and capture:

1. Homepage - Overall impression, hero messaging, colors
2. About page - Company story, values, team
3. Products/Services page - Offerings, features, pricing
4. Blog/Resources - Voice, content style
5. Footer - Social links, taglines

Capture for each page:

  • Screenshot for visual analysis
  • HTML/CSS for colors and fonts
  • Text content for voice analysis
  • Images for style analysis

Step 3: Run Specialized Agents in Parallel

Deploy 5 agents, each analyzing a different dimension:

Agent 1: Visual Analyst

Focus: Colors, typography, logo, imagery style

Analyze:
- Primary, secondary, accent colors from CSS/design
- Font families for headings and body
- Logo usage and placement
- Photography/illustration style
- Overall visual mood (minimal, bold, playful, etc.)

Agent 2: Voice Analyst

Focus: Tone, messaging, taglines, copy style

Analyze:
- Headlines and how they're written
- Body copy style (formal vs casual)
- CTAs and their tone
- Taglines and slogans
- Emotional appeals used

Agent 3: Product Analyst

Focus: Offerings, features, USPs, pricing

Analyze:
- What products/services they offer
- Key features highlighted
- Unique selling propositions
- Pricing model and tiers
- Value propositions

Agent 4: Audience Analyst

Focus: Demographics, psychographics, pain points

Analyze:
- Who the messaging targets
- Pain points addressed
- Aspirations appealed to
- Language level and jargon
- Testimonials and case studies

Agent 5: Competitive Analyst

Focus: Market position, competitors, differentiation

Analyze:
- Market/industry category
- Implied competitors
- How they differentiate
- Unique market position
- Competitive advantages claimed

Step 4: Synthesize into Brand Profile

Combine all agent outputs into a unified brand_profile.json:

{
  "brand": {
    "name": "Company Name",
    "website": "https://example.com",
    "tagline": "Their main tagline",
    "analyzed_date": "2026-01-04"
  },
  "visual": {
    "colors": {
      "primary": "#1E40AF",
      "secondary": "#F59E0B",
      "accent": "#10B981",
      "background": "#FFFFFF",
      "text": "#1F2937"
    },
    "typography": {
      "headings": "Montserrat Bold",
      "body": "Open Sans",
      "style": "Modern, clean"
    },
    "logo": {
      "description": "Abstract geometric mark + wordmark",
      "usage": "Typically on white/dark backgrounds"
    },
    "imagery_style": {
      "type": "Photography",
      "mood": "Professional, aspirational",
      "subjects": "People using product, office settings",
      "treatment": "Bright, high contrast, natural lighting"
    }
  },
  "voice": {
    "tone": ["Confident", "Approachable", "Expert"],
    "personality": "Like a smart friend who knows their stuff",
    "formality": "Professional casual",
    "style_notes": [
      "Short, punchy sentences",
      "Active voice preferred",
      "Benefit-focused over feature-focused",
      "Uses 'you' and 'your' frequently"
    ],
    "example_headlines": [
      "Built for builders",
      "Simple. Powerful. Yours."
    ],
    "words_to_use": ["Simple", "Powerful", "Fast", "Seamless"],
    "words_to_avoid": ["Cheap", "Basic", "Just"]
  },
  "products": {
    "category": "SaaS / Developer Tools",
    "offerings": [
      {
        "name": "Core Platform",
        "description": "Main product offering",
        "key_features": ["Feature 1", "Feature 2", "Feature 3"]
      }
    ],
    "usps": [
      "10x faster than alternatives",
      "No-code setup in 5 minutes",
      "Enterprise-grade security"
    ],
    "pricing_model": "Freemium with usage-based scaling",
    "value_proposition": "Get to market faster without sacrificing quality"
  },
  "audience": {
    "primary": {
      "who": "Technical founders and developers",
      "demographics": "25-45, tech-savvy, startup/scale-up",
      "psychographics": "Move fast, value efficiency, quality-conscious"
    },
    "secondary": {
      "who": "Enterprise DevOps teams",
      "demographics": "Large companies, IT departments"
    },
    "pain_points": [
      "Complex setup processes",
      "Slow iteration cycles",
      "Scaling costs out of control"
    ],
    "aspirations": [
      "Ship faster",
      "Look professional",
      "Scale effortlessly"
    ]
  },
  "positioning": {
    "market": "Developer tools / Infrastructure",
    "competitors": ["Competitor A", "Competitor B", "Competitor C"],
    "differentiation": "Simplicity + Enterprise power in one package",
    "market_position": "Premium but accessible",
    "competitive_advantages": [
      "Easiest setup in category",
      "Best-in-class performance",
      "Loved by developers"
    ]
  },
  "content_guidelines": {
    "for_video_producer": {
      "music_style": "Modern, upbeat, confident but not aggressive",
      "voiceover_tone": "Confident, clear, approachable expert",
      "visual_style": "Clean, minimal, bold accents, professional"
    },
    "for_podcast_producer": {
      "host_personality": "Smart, curious, enthusiastic about tech",
      "conversation_style": "Educational but engaging, not dry"
    },
    "for_audio_producer": {
      "voiceover_direction": "Professional but warm, not corporate robot",
      "music_mood": "Inspiring, forward-moving, modern"
    },
    "for_social_producer": {
      "image_style": "Clean product shots, lifestyle use cases",
      "video_style": "Quick, punchy, value-first",
      "copy_style": "Short, benefit-focused, emoji-light"
    }
  }
}

Step 5: Save and Deliver

Save the brand profile:

# Save to current directory
brand_profile.json

# Or to a specific location
/path/to/project/brand_profile.json

Delivery message:

"✅ Brand analysis complete!

Brand Profile saved to: brand_profile.json

Summary:

  • Brand: Acme Corp
  • Colors: Blue (#1E40AF) + Orange (#F59E0B)
  • Voice: Confident, approachable, expert
  • Audience: Technical founders, 25-45
  • Position: Simplicity + Power

Use this profile with:

  • video-producer --brand brand_profile.json
  • podcast-producer --brand brand_profile.json
  • social-producer --brand brand_profile.json

Want me to:

  • Analyze additional pages?
  • Deep dive on any dimension?
  • Create content using this profile?"

Using the Brand Profile with Producers

Once you have a brand_profile.json, reference it when creating content:

Example workflow:

USER: "Create a product video using our brand profile"

PRODUCER:
1. Reads brand_profile.json
2. Uses colors for visual prompts: "Color scheme: blue (#1E40AF) and orange (#F59E0B)"
3. Uses voice for TTS: "Tone: Confident, approachable, professional"
4. Uses music style: "Modern, upbeat, confident"
5. Uses imagery style: "Clean, minimal, professional photography"

RESULT: On-brand video that matches company's existing presence

Manual Brand Profile

If you can't scrape or prefer manual input, create brand_profile.yaml:

brand:
  name: "My Company"
  tagline: "Innovation for everyone"

visual:
  colors:
    primary: "#1E40AF"
    secondary: "#F59E0B"
  typography:
    headings: "Montserrat"
    body: "Open Sans"

voice:
  tone: ["Friendly", "Expert", "Approachable"]
  formality: "Professional casual"

audience:
  primary: "Small business owners, 30-50"
  pain_points: ["Too complex", "Too expensive"]

# ... etc

Agents

This skill uses 5 specialized agents defined in agents/:

AgentFileFocus
Visual Analystvisual-analyst.mdColors, fonts, imagery
Voice Analystvoice-analyst.mdTone, messaging, copy
Product Analystproduct-analyst.mdOfferings, USPs
Audience Analystaudience-analyst.mdWho they target
Competitive Analystcompetitive-analyst.mdMarket position

Limitations

  • Dynamic content: May miss JavaScript-rendered content
  • Accuracy: Analysis is interpretation, not definitive
  • Access: Some sites may block scraping
  • Currency: Brands evolve; re-analyze periodically

Example Prompts

Basic:

"Analyze Nike's brand from their website"

With specifics:

"Research the Apple brand, focusing on their product pages and About section"

For content creation:

"Before creating our marketing video, analyze our competitor's brand: https://competitor.com"

Update existing:

"Re-analyze our brand profile, we've updated our website"

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

37.56%
按下载量换算59

Claude

29.29%
按下载量换算46

Cursor

17.43%
按下载量换算28

Gemini CLI

9.95%
按下载量换算16

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills