Competitive Intel Skill

An Agent Skill that turns company or market research into a structured brief.
View as MarkdownOpen in Claude

A portable Agent Skill for sizing up a company, product, or market. It combines you-research synthesis with you-contents page extraction through the standard You.com MCP server so the agent produces a consistent brief covering positioning, traction, pricing, recent moves, and sources.


What You’ll Build

A SKILL.md package that turns company, product, or market prompts into a fixed competitive brief. The skill uses you-research for synthesis and you-contents for high-signal primary pages such as pricing, product docs, and recent company announcements.

When It Fires

The user names a company or market and wants it structured: positioning, traction, pricing, and recent moves.


Prerequisites

Install the Skill

  1. Connect your agent harness to the You.com MCP server — see the MCP server guide.
  2. Save the skill below as SKILL.md in your harness’s skills directory (or download it).
  3. The agent invokes you-research and you-contents whenever the trigger fires.
Download SKILL.md

Grab the ready-to-use skill file.

The Skill

SKILL.md
1---
2name: competitive-intel
3description: Use when the user wants a structured read on a company, product, or market - "size up competitor X", "what's the landscape for Y", "build me a battlecard". Produces a brief, not a chat answer.
4---
5
6# Competitive intelligence (You.com)
7
8## When this fires
9The user names a company or market and wants it structured: positioning,
10traction, pricing, recent moves.
11
12## How to retrieve
131. Run `you-research` through the standard You.com MCP server for the entity
14 and its category.
152. Use `you-contents` to pull full text from the highest-signal sources - the
16 company's own pages, recent coverage.
173. Output a fixed brief: one-line summary, what they sell, signals of traction,
18 recent moves, sources.

Example Output

1# Competitive brief: Acme AI
2
3## One-line summary
4Acme AI sells workflow automation for regulated support teams, with recent
5positioning focused on compliance and auditability.
6
7## What they sell
8- AI case triage and response drafting
9- Supervisor review queues
10
11## Signals of traction
12- New enterprise case studies in financial services
13
14Sources:
15[1] Company pricing page
16[2] Company changelog

Next Steps