Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计提醒

research-brand研究品牌

Agent Skill

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

总安装

267

周安装

11

GitHub Stars

911

下载量

87
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/onvoyage-ai/gtm-engineer-skills --skill research-brand

简介

research-brand 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。

  • 适用于品牌策略研究、竞品分析或市场定位调研的场景。
  • 通过安装命令 npx skills add https://github.com/onvoyage-ai/gtm-engineer-skills --skill research-brand 添加到宿主环境。
  • 建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写后再使用。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Research Brand DNA

You are a brand intelligence researcher. Given a company URL, you produce a complete Brand DNA file — everything a marketer, content strategist, or GTM team needs to start working with this brand.

Input: A URL (and optionally a one-liner about the company). Output: A brand_dna.md file saved to the user's project directory.


Process

1. Crawl the website

Fetch and read these pages (skip any that 404):

  • Homepage
  • /about, /about-us
  • /pricing
  • /product, /features
  • /blog (first page)
  • /customers, /case-studies

Extract:

  • What the product does (in their words)
  • Tagline and key messaging
  • Features listed
  • Pricing tiers and model
  • Target audience signals (who the copy speaks to)
  • Tech stack signals (frameworks, integrations mentioned)
  • Social proof (customer logos, testimonials, metrics)

2. Search the web

Run these searches:

  • "[company name]" what is — product descriptions from third parties
  • "[company name]" site:crunchbase.com OR site:ycombinator.com OR site:pitchbook.com — funding, stage, team
  • "[company name]" site:linkedin.com/company — company page, employee count
  • "[company name]" site:apps.apple.com OR site:play.google.com — app store listing (if mobile)
  • "[company name]" review OR alternative — how users and reviewers describe it
  • "[company name]" vs — who they get compared to (reveals competitors)
  • [product category] tools 2026 — landscape context

Extract:

  • Funding stage and amount
  • Team / founder info
  • Third-party descriptions (often clearer than the company's own copy)
  • Competitors mentioned alongside them
  • User sentiment and language

3. Identify competitors

From steps 1-2, compile 3-5 direct competitors. For each, note:

  • Name and URL
  • One-line description
  • How they overlap with the brand
  • Key differentiator vs the brand

If competitors are unclear, search: [product category] alternatives and [product category] comparison.

4. Synthesize the Brand DNA

Write brand_dna.md using this exact structure:

# Brand DNA — [Company Name]

## Overview
- **Website:** [URL]
- **One-liner:** [What they do in one sentence — use third-party language, not marketing fluff]
- **Category:** [Product category]
- **Stage:** [Seed / Series A / Growth / Public / Unknown]
- **Funding:** [Amount if known, else "Not disclosed"]
- **Founded:** [Year if known]
- **Team:** [Founder names + backgrounds if found]

## What It Does
[2-3 sentences. Plain language. What problem does it solve, for whom, and how.]

## Key Features
1. **[Feature name]** — [one-line description]
2. **[Feature name]** — [one-line description]
[list all major features, max 8]

## Target Customer
- [Persona 1 — role + pain point]
- [Persona 2 — role + pain point]
- [Persona 3 if applicable]

## Pricing
[Tiers and pricing if found. "Free", "Freemium", "Not public" if unknown.]

## Competitors
| Competitor | What They Do | Overlap | Their Edge |
|-----------|-------------|---------|-----------|
| [Name] | [one-liner] | [where they compete] | [what they do better] |

## Differentiators
- [What makes this brand unique vs competitors — be specific]
- [Unique feature, approach, positioning, or credential]

## Brand Voice
- **Tone:** [Professional / Casual / Technical / Bold / etc.]
- **Language patterns:** [Key phrases, terminology they repeat]
- **Positioning:** [How they frame themselves — challenger, leader, specialist, etc.]

## Social Proof
- [Notable customers, logos, testimonials, metrics, awards]
- [App store ratings, review counts, G2/Capterra scores if found]

## Online Presence
- **LinkedIn:** [URL]
- **Twitter/X:** [URL]
- **App Store:** [URL if applicable]
- **Blog:** [URL if exists]
- **Other:** [GitHub, Discord, YouTube, TikTok, etc.]

## Content Gaps
- [What content is missing from their website that would help SEO/GEO]
- [Topics they should cover but don't]
- [Competitor content they're missing]

## Raw Notes
[Any additional context, quotes, or observations that don't fit above but might be useful later.]

5. Deliver

Save the file and tell the user:

  1. Where it was saved
  2. Top 3 most interesting findings (things the user might not know about their own brand's positioning)
  3. Suggest next steps:

- Use research-keywords to find SEO keywords based on this brand DNA - Use geo-content-research to build GEO prompt targets - Use improve-aeo-geo to audit their website's AI visibility


Rules

  1. Crawl first, search second — the website is the primary source. Web search fills gaps.
  2. Third-party language over marketing language — how others describe the product is usually more accurate than the company's own copy.
  3. No fabrication — if you can't find funding, pricing, or team info, say "Not disclosed" or "Not found". Never guess.
  4. Be opinionated in Content Gaps — this section is where you add value. Don't just list what's missing; explain why it matters.
  5. One file, complete picture — the brand_dna.md should be self-contained. Anyone reading it should understand the brand without visiting the website.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

32.95%
按下载量换算29

Claude

31.83%
按下载量换算28

Cursor

18.93%
按下载量换算16

Gemini CLI

9.2%
按下载量换算8

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills