/ 目录 / 演练场 / claude-marketing-research-skill
● 社区 ishwarjha ⚡ 即开即用

claude-marketing-research-skill

作者 ishwarjha · ishwarjha/claude-marketing-research-skill

Structured marketing research workflows — competitor analysis, customer avatars, positioning, value props, and mental models in one skill.

Turns vague 'we need marketing research' into a structured pipeline: competitor teardown → avatar profile → positioning → value proposition → mental models. Outputs are artifacts you can use in campaigns, not generic consultant decks.

为什么要用

核心特性

实时演示

实际使用效果

claude-marketing-research-skill.replay ▶ 就绪
0/0

安装

选择你的客户端

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "claude-marketing-research-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/ishwarjha/claude-marketing-research-skill",
        "~/.claude/skills/claude-marketing-research-skill"
      ],
      "_inferred": true
    }
  }
}

打开 Claude Desktop → Settings → Developer → Edit Config。保存后重启应用。

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "claude-marketing-research-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/ishwarjha/claude-marketing-research-skill",
        "~/.claude/skills/claude-marketing-research-skill"
      ],
      "_inferred": true
    }
  }
}

Cursor 使用与 Claude Desktop 相同的 mcpServers 格式。项目级配置优先于全局。

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "claude-marketing-research-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/ishwarjha/claude-marketing-research-skill",
        "~/.claude/skills/claude-marketing-research-skill"
      ],
      "_inferred": true
    }
  }
}

点击 Cline 侧栏中的 MCP Servers 图标,然后选 "Edit Configuration"。

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "claude-marketing-research-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/ishwarjha/claude-marketing-research-skill",
        "~/.claude/skills/claude-marketing-research-skill"
      ],
      "_inferred": true
    }
  }
}

格式与 Claude Desktop 相同。重启 Windsurf 生效。

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "claude-marketing-research-skill",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/ishwarjha/claude-marketing-research-skill",
        "~/.claude/skills/claude-marketing-research-skill"
      ]
    }
  ]
}

Continue 使用服务器对象数组,而非映射。

~/.config/zed/settings.json
{
  "context_servers": {
    "claude-marketing-research-skill": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/ishwarjha/claude-marketing-research-skill",
          "~/.claude/skills/claude-marketing-research-skill"
        ]
      }
    }
  }
}

加入 context_servers。Zed 保存后热重载。

claude mcp add claude-marketing-research-skill -- git clone https://github.com/ishwarjha/claude-marketing-research-skill ~/.claude/skills/claude-marketing-research-skill

一行命令搞定。用 claude mcp list 验证,claude mcp remove 卸载。

使用场景

实战用法: claude-marketing-research-skill

Position a new product entering a crowded market

👤 Founders, PMMs launching into known categories ⏱ ~90 min intermediate

何时使用: You're about to launch and you don't know how to stand out.

前置条件
  • Skill installed — git clone https://github.com/ishwarjha/claude-marketing-research-skill ~/.claude/skills/claude-marketing-research-skill
步骤
  1. Competitor teardown
    Use claude-marketing-research-skill. Category: [X]. Map the top 5 competitors — messaging, target customer, price, weaknesses.✓ 已复制
    → Matrix with specific observations per competitor
  2. Avatar
    Profile our target avatar — demographics, pains, current alternatives they cope with.✓ 已复制
    → Rich avatar doc, not a Cosmo-poll persona
  3. Positioning
    Position us against the competitors for this avatar. What's the sharpest angle?✓ 已复制
    → Clear positioning statement + why
  4. Value prop
    Translate into a hero-section value prop.✓ 已复制
    → Headline + subhead that earn a click

结果: A positioning + message kit ready for the launch page.

注意事项
  • Generic positioning ('faster and easier') — Force a tradeoff — what are we NOT for?

Refresh stale messaging for an existing product

👤 Teams where the site copy is 2 years old ⏱ ~45 min intermediate

何时使用: Your market moved but your copy didn't.

步骤
  1. Audit current
    Use claude-marketing-research-skill. Audit our current hero/features/testimonials. What's stale or generic?✓ 已复制
    → Specific critique per section
  2. Rewrite
    Rewrite using the fresh avatar and positioning.✓ 已复制
    → Copy diff

结果: Copy that sounds like 2026, not 2023.

组合

与其他 MCP 搭配,撬动十倍杠杆

claude-marketing-research-skill + filesystem

Keep marketing research artifacts in a brand folder

Save outputs to brand/research/<date>/✓ 已复制
claude-marketing-research-skill + github-optimization-skill

Apply positioning to an open-source repo's README

Translate the positioning into a README hero.✓ 已复制

工具

此 MCP 暴露的能力

工具输入参数何时调用成本
competitor_teardown category, target set Early research 0
avatar_profile product + observed users Persona definition 0
position avatar + competitors After competitor + avatar done 0
value_prop positioning Before copy work 0

成本与限制

运行它的成本

API 配额
None
每次调用 Token 数
High — research tends to be verbose
费用
Free
提示
Save outputs — you'll reuse the avatar across campaigns.

安全

权限、密钥、影响范围

凭据存储: None
数据出站: None from skill

故障排查

常见错误与修复

Competitor data is wrong or outdated

Supplement with fresh site reads; LLM's competitor knowledge lags

Avatar is generic

Feed real user quotes and support tickets for grounding

替代方案

claude-marketing-research-skill 对比其他方案

替代方案何时用它替代权衡
Agency workshopYou have budget and timeSlower; higher quality human work
Raw LLM with a promptQuick one-offsNo structure; output varies wildly

更多

资源

📖 阅读 GitHub 上的官方 README

🐙 查看未解决的 issue

🔍 浏览全部 400+ MCP 服务器和 Skills