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

competitive-intel-agent有竞争力的情报 Agent 人

Agent Skill

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

总安装

441

周安装

18

GitHub Stars

10

下载量

143
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/michaelboeding/skills --skill competitive-intel-agent

简介

competitive-intel-agent 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中根据关键词快速定位候选结果。

  • 适用于市场调研、竞品分析或商业情报收集场景。
  • 支持多源信息聚合和趋势预测分析。
  • 安装前建议确认权限范围和维护状态,以及是否会触发联网、命令执行或文件读写。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Competitive Intel Agent

Analyze competitors and develop strategies to win against them.

This skill uses 4 specialized agents that analyze competitors from different angles, then synthesizes into actionable intelligence.

What It Produces

OutputDescription
Competitive MatrixFeature-by-feature comparison
SWOT AnalysisStrengths, weaknesses, opportunities, threats
Gap AnalysisWhere you can differentiate
BattlecardQuick reference for sales/marketing
Strategy RecommendationsHow to position against each competitor
Visual ChartsPositioning matrix, feature comparison, pricing charts (optional)

Prerequisites

  • Web access for research
  • GOOGLE_API_KEY - For generating comparison charts (optional, uses image-generation skill)

Workflow

Step 1: Gather Requirements (REQUIRED)

⚠️ DO NOT skip this step. Use interactive questioning — ask ONE question at a time.

Question Flow

⚠️ Use the AskUserQuestion tool for each question below. Do not just print questions in your response — use the tool to create interactive prompts with the options shown.

Q1: Product

"I'll analyze your competitive landscape! First — what's your product or service? *(What you offer)*"

*Wait for response.*

Q2: Competitors

"Who are your main competitors? *(Company names or URLs — or say 'help me identify them' if unsure)*"

*Wait for response.*

Q3: Aspects

"What aspects should I compare? - Features and capabilities - Pricing and packaging - Market position - All of the above - Or specify"

*Wait for response.*

Q4: Goal

"What's your goal for this analysis? - Differentiate from competitors - Enter a new market - Win specific deals - Understand the landscape - Or describe"

*Wait for response.*

Q5: Visuals

"Do you want me to generate visual charts? - 📊 Yes — positioning matrix, feature comparison, pricing charts - 📝 No — text and tables only"

*Wait for response.*

Quick Reference

QuestionDetermines
ProductWhat we're positioning
CompetitorsWho to research
AspectsDepth of analysis
GoalFraming and recommendations
VisualsWhether to generate charts

Step 2: Run Specialized Analysis Agents in Parallel

Deploy 4 agents, each analyzing from a different perspective:

Agent 1: Feature Analyst

Focus: Product features and capabilities

Compare:
- Core features and functionality
- Feature depth vs breadth
- Unique capabilities
- Missing features
- Roadmap/recent launches
- Integrations and ecosystem

Agent 2: Pricing Analyst

Focus: Pricing and value proposition

Compare:
- Pricing models (subscription, usage, one-time)
- Price points and tiers
- Feature packaging
- Free tier/trial offerings
- Enterprise pricing
- Total cost of ownership

Agent 3: Positioning Analyst

Focus: Brand positioning and messaging

Compare:
- Target audience claims
- Key messaging themes
- Brand personality
- Thought leadership
- Customer testimonials
- Marketing channels

Agent 4: Market Position Analyst

Focus: Market share and business health

Compare:
- Estimated market share
- Company size/funding
- Growth trajectory
- Customer base
- Partnerships
- Public perception

Step 3: Synthesize into Competitive Intelligence

Combine all agent outputs into structured intelligence:

{
  "analysis_scope": {
    "your_product": "Your product/service",
    "competitors_analyzed": ["Competitor 1", "Competitor 2", "Competitor 3"],
    "analysis_date": "2026-01-04"
  },
  "competitive_matrix": {
    "features": {
      "Feature Category 1": {
        "your_product": "✅ Full",
        "competitor_1": "✅ Full",
        "competitor_2": "⚠️ Partial",
        "competitor_3": "❌ None"
      }
    },
    "pricing": {
      "your_product": "$XX/mo",
      "competitor_1": "$XX/mo",
      "competitor_2": "$XX/mo"
    }
  },
  "competitor_profiles": [
    {
      "name": "Competitor 1",
      "website": "https://competitor1.com",
      "positioning": "How they position themselves",
      "target_audience": "Who they target",
      "strengths": ["Strength 1", "Strength 2"],
      "weaknesses": ["Weakness 1", "Weakness 2"],
      "pricing": "$XX/mo for Pro tier",
      "differentiator": "What makes them unique",
      "threat_level": "High/Medium/Low"
    }
  ],
  "swot": {
    "strengths": ["Your strength vs competitors"],
    "weaknesses": ["Your weakness vs competitors"],
    "opportunities": ["Gaps to exploit"],
    "threats": ["Competitive threats to address"]
  },
  "gap_analysis": {
    "underserved_segments": ["Segment competitors ignore"],
    "missing_features": ["Features no one offers"],
    "pricing_gaps": ["Price point opportunities"],
    "positioning_gaps": ["Messaging white space"]
  },
  "battlecard": {
    "competitor_1": {
      "when_we_win": ["Scenario 1", "Scenario 2"],
      "when_they_win": ["Scenario 1", "Scenario 2"],
      "key_differentiators": ["What to emphasize"],
      "objection_handling": {
        "They're cheaper": "Response...",
        "They have feature X": "Response..."
      },
      "landmines": ["Questions to ask that expose their weakness"]
    }
  },
  "recommendations": {
    "positioning": "How to position against the field",
    "messaging": "Key messages to emphasize",
    "features_to_build": ["Feature gaps to close"],
    "segments_to_target": ["Where you can win"],
    "pricing_strategy": "How to price competitively"
  }
}

Step 4: Generate Comparison Charts (If Requested)

If user wants visual charts, generate using the image-generation skill.

Charts to generate:

Chart TypePurposeExample Prompt
Positioning MatrixShow competitive landscape"Competitive positioning 2x2 matrix, X-axis: Price (low to high), Y-axis: Features (basic to advanced), with company logos/names plotted, clean business style"
Feature ComparisonCompare capabilities"Feature comparison chart, [Your Product] vs [Comp A] vs [Comp B], checkmarks and X marks, clean table visualization"
Pricing ChartCompare price points"Bar chart comparing pricing, [Products] on X-axis, price on Y-axis, professional business colors"
Market ShareShow market positions"Pie chart showing market share, [Company names] with percentages, business presentation style"

Prompt template:

Professional competitive analysis chart,
[CHART TYPE] showing [COMPETITORS],
[DATA TO VISUALIZE],
clean business presentation style,
professional colors,
easy to read labels

Example generation:

python3 ${SKILL_PATH}/skills/image-generation/scripts/gemini.py \
  --prompt "Competitive positioning 2x2 matrix, X-axis labeled 'Price' from Low to High, Y-axis labeled 'Features' from Basic to Enterprise, showing Salesforce in top-right, HubSpot in middle, Pipedrive in bottom-left, clean business presentation style, professional blue colors, labeled quadrants" \
  --aspect-ratio "16:9" \
  --resolution "2K"

Save files as:

  • competitive_matrix.png - 2x2 positioning matrix
  • feature_comparison.png - Feature checkmark grid
  • pricing_comparison.png - Pricing bar chart

Step 5: Deliver Actionable Intelligence

Delivery message (with charts):

"✅ Competitive analysis complete!

You vs [# competitors analyzed]

Your Biggest Advantage: [Key differentiator] Biggest Threat: [Competitor] because [reason] Best Opportunity: [Gap or segment to exploit]

Generated Charts:

  • competitive_matrix.png (positioning 2x2)
  • feature_comparison.png
  • pricing_comparison.png

Quick Battlecard:

  • Against [Competitor 1]: Lead with [differentiator]
  • Against [Competitor 2]: Emphasize [strength]

Want me to:

  • Deep dive on any competitor?
  • Create detailed battlecards for sales?
  • Analyze additional competitors?
  • Research specific features?"

Delivery message (analysis only, no charts):

"✅ Competitive analysis complete!

You vs [# competitors analyzed]

Your Biggest Advantage: [Key differentiator] Biggest Threat: [Competitor] because [reason] Best Opportunity: [Gap or segment to exploit]

Quick Battlecard:

  • Against [Competitor 1]: Lead with [differentiator]
  • Against [Competitor 2]: Emphasize [strength]

Want me to:

  • Generate visual charts? (positioning matrix, comparisons)
  • Deep dive on any competitor?
  • Create detailed battlecards for sales?
  • Analyze additional competitors?"

Output Formats

Competitive Matrix (Visual)

Feature          | You  | Comp A | Comp B | Comp C
-----------------|------|--------|--------|-------
Feature 1        | ✅   | ✅     | ⚠️     | ❌
Feature 2        | ✅   | ❌     | ✅     | ✅
Feature 3        | ✅   | ✅     | ✅     | ❌
Pricing (Pro)    | $29  | $49    | $39    | $19
Free Tier        | ✅   | ❌     | ✅     | ✅

Sales Battlecard (Quick Reference)

## vs [Competitor Name]

WHEN WE WIN:
- Customer values X
- They need Y integration
- Budget is limited

WHEN THEY WIN:
- They're already using their ecosystem
- Need feature Z (we don't have)

OUR LANDMINES:
- "How do they handle [problem we solve better]?"
- "What's their uptime SLA?"

OBJECTION HANDLING:
- "They're the market leader" → "Size doesn't mean best fit..."
- "They have more features" → "More features = more complexity..."

Integration with Other Skills

SkillUse Case
image-generationGenerate comparison charts (positioning matrix, features, pricing)
brand-research-agentDeep dive on competitor's brand
market-researcher-agentMarket size and dynamics
product-engineer-agentDesign features to differentiate
copywriter-agentWrite competitive messaging
media-utilsGenerate PDF report from analysis

Generate PDF Report

After completing the analysis, offer to generate a PDF:

"Would you like me to generate a PDF report of this competitive analysis?"

To generate the PDF:

python3 ${CLAUDE_PLUGIN_ROOT}/skills/media-utils/scripts/report_to_pdf.py \
  --input competitive_analysis.md \
  --output competitive_analysis.pdf \
  --title "Competitive Intelligence Report" \
  --style business

Available styles: business (default), executive, technical, minimal


Agents

AgentFileFocus
Feature Analystfeature-analyst.mdProduct features
Pricing Analystpricing-analyst.mdPricing models
Positioning Analystpositioning-analyst.mdBrand/messaging
Market Position Analystmarket-position-analyst.mdMarket share

Example Prompts

Full analysis:

"Analyze our CRM competitors: Salesforce, HubSpot, and Pipedrive"

Specific competitor:

"Deep dive on Notion - find their weaknesses"

Find competitors:

"Who are the main competitors to our AI writing tool?"

Battlecard:

"Create a sales battlecard for when we compete against Slack"

Gap analysis:

"What features do our competitors have that we're missing?"

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

36.19%
按下载量换算52

Claude

30.63%
按下载量换算44

Cursor

17.13%
按下载量换算24

Gemini CLI

9.84%
按下载量换算14

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills