用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/HashWarlock/clawdi-plugins --skill competitive-brief命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Draft an offer letter with compensation details and terms
Create structured interview plans with competency-based questions and scorecards. Triggers on "interview plan for [role]", "interview questions for [role]", "scorecard for [role]"
Headcount planning, org design, and team structure optimization. Triggers on "org planning", "headcount plan", "team structure", "reorg", "who should we hire next"
基于 SOC 职业分类
正在显示 SKILL.md
| name | competitive_brief |
| description | Research competitors and generate a structured competitive intelligence brief |
| metadata | {"openclaw":{"tags":["product-management","competitive-intelligence","research","strategy"]}} |
Research one or more competitors and generate a structured competitive intelligence brief. This skill combines web research with internal knowledge to produce a comprehensive view of the competitive landscape.
Activate this skill when the user wants to:
Clarify the brief's focus:
If the user names one competitor, produce a focused single-competitor brief. If they ask for a landscape view, cover 3-5 competitors in comparison format.
For each competitor, use capability_execute with the following parameters:
research.web_searchproduct-managementquery: "{competitor name} product features pricing news {current year}"maxResults: 15Then perform a second search focused on recent developments:
research.web_searchproduct-managementquery: "{competitor name} announcement launch update"maxResults: 10recency: "last 90 days"From the results, extract:
Use capability_execute with the following parameters:
docs.search_filesproduct-managementquery: competitor names and "competitive" or "comparison"maxResults: 15Look for:
Use capability_execute with the following parameters:
chat.search_messagesproduct-managementquery: competitor namesmaxResults: 15dateRange: last 90 daysLook for:
This capability is optional. Proceed without chat data if unavailable.
Use capability_execute with the following parameters:
mail.read_inboxproduct-managementquery: competitor namesmaxResults: 10dateRange: last 90 daysLook for:
This capability is optional. Proceed without email data if unavailable.
For a single-competitor brief:
## Competitive Brief: {Competitor Name}
**Date:** {current date}
**Analyst:** {user or "Product Team"}
**Confidence:** {high / medium / low based on data availability}
---
### Company Overview
| Attribute | Details |
|-----------|---------|
| Company | {name} |
| Founded | {year} |
| Headquarters | {location} |
| Funding / Revenue | {known info} |
| Employees | {estimate} |
| Target Market | {description} |
### Product Overview
{2-3 paragraphs describing the competitor's product, positioning,
and value proposition.}
**Core Features:**
- {feature 1}: {brief description}
- {feature 2}: {brief description}
- {feature 3}: {brief description}
**Recent Releases (last 90 days):**
- {date}: {release or announcement}
- {date}: {release or announcement}
### Pricing
| Tier | Price | Key Features |
|------|-------|-------------|
| {tier} | {price} | {features} |
| {tier} | {price} | {features} |
### Feature Comparison
| Capability | Our Product | {Competitor} | Notes |
|-----------|-------------|-------------|-------|
| {capability} | {status} | {status} | {notes} |
| {capability} | {status} | {status} | {notes} |
| {capability} | {status} | {status} | {notes} |
### Strengths
1. {strength 1}: {explanation}
2. {strength 2}: {explanation}
3. {strength 3}: {explanation}
### Weaknesses
1. {weakness 1}: {explanation}
2. {weakness 2}: {explanation}
3. {weakness 3}: {explanation}
### Market Positioning
{2-3 paragraphs on how the competitor positions themselves, who they
target, and how their messaging compares to ours.}
### Internal Intelligence
{Summary of what the organization already knows about this competitor
from internal docs, sales interactions, and team discussions.}
### Threats
- {threat 1}: {description and potential impact}
- {threat 2}: {description}
### Opportunities
- {opportunity 1}: {description and how to capitalize}
- {opportunity 2}: {description}
### Recommended Actions
1. {action}: {rationale}
2. {action}: {rationale}
3. {action}: {rationale}
---
*Sources: {count} web sources, {count} internal docs, {count} internal discussions.*
*Data gaps: {note what could not be determined}.*
For a landscape comparison covering multiple competitors, use a matrix format with competitors as columns, and include a separate section for each competitor's strengths and weaknesses. Add a "Positioning Map" section that describes where each competitor sits relative to key dimensions (e.g., enterprise vs. SMB, feature-rich vs. simple).