firm-market-research-pack
⚠️ Contenu généré par IA — validation humaine requise avant utilisation.
Purpose
Provides a complete market research and competitive intelligence toolkit for the firm.
Enables structured competitive analysis, market sizing (TAM/SAM/SOM), financial
benchmarking, web-based intelligence gathering, professional report generation accessible
to all departments, and continuous competitive monitoring.
Designed to produce professional documents readable by every department:
CEO (strategic decisions), CFO (financial projections), CTO (tech landscape),
Marketing (positioning), Commercial (battlecards), Legal (regulatory landscape),
HR (salary benchmarks).
Tools (6)
| Tool |
Description |
Category |
openclaw_market_competitive_analysis |
Full competitive landscape analysis with feature matrix, SWOT, and positioning map |
strategy |
openclaw_market_sizing |
TAM/SAM/SOM calculation with top-down and bottom-up approaches |
strategy |
openclaw_market_financial_benchmark |
Financial benchmarking — unit economics, pricing analysis, revenue comparisons |
finance |
openclaw_market_web_research |
Structured web research and OSINT intelligence gathering |
research |
openclaw_market_report_generate |
Generate a complete professional market research report (Markdown) |
export |
openclaw_market_research_monitor |
Continuous competitive monitoring — track competitor moves and market shifts |
strategy |
Usage
skills:
- firm-market-research-pack
# Full competitive analysis:
openclaw_market_competitive_analysis sector="SaaS project management" geography="France" competitors='["Monday.com","Asana","Notion"]'
# Market sizing:
openclaw_market_sizing sector="SaaS project management" geography="France" target_segment="PME 10-250" horizon_years=5
# Financial benchmarking:
openclaw_market_financial_benchmark sector="SaaS project management" metrics='["CAC","LTV","churn","ARPU"]'
# Web research on a specific competitor:
openclaw_market_web_research query="Monday.com competitive analysis 2026" sources='["crunchbase","g2","linkedin"]'
# Generate full report from collected data:
openclaw_market_report_generate title="Étude de Marché SaaS Gestion de Projet France" sections='["executive_summary","market_overview","competitive_landscape","financial_analysis","segmentation","positioning","recommendations"]'
# Set up monitoring:
openclaw_market_research_monitor action="add" competitor="Monday.com" watch='["pricing","features","funding","headcount"]'
Cross-Department Integration
| Department |
What they get |
Tool |
| CEO |
Executive brief with strategic recommendations |
report_generate |
| CFO |
Financial benchmarks, unit economics, pricing data |
financial_benchmark |
| CTO |
Tech stack intelligence, feature comparison |
competitive_analysis |
| Marketing |
Positioning map, ICP insights, messaging angles |
competitive_analysis + market_sizing |
| Commercial |
Competitive battlecards |
competitive_analysis |
| Legal |
Regulatory landscape notes |
web_research |
| HR |
Salary benchmarks, headcount trends |
web_research |
Requirements
mcp-openclaw-extensions >= 3.1.0
1---2name: firm-market-research-pack3description: Market research and competitive intelligence pack. Competitive analysis, market sizing, financial benchmarking, web research, report generation, and competitive monitoring. 6 market research tools.4license: MIT5---6
7# firm-market-research-pack
8
9> ⚠️ Contenu généré par IA — validation humaine requise avant utilisation.
10
11## Purpose
12
13Provides a complete market research and competitive intelligence toolkit for the firm.
14Enables structured competitive analysis, market sizing (TAM/SAM/SOM), financial
15benchmarking, web-based intelligence gathering, professional report generation accessible
16to all departments, and continuous competitive monitoring.
17
18Designed to produce professional documents readable by every department:
19CEO (strategic decisions), CFO (financial projections), CTO (tech landscape),
20Marketing (positioning), Commercial (battlecards), Legal (regulatory landscape),
21HR (salary benchmarks).
22
23## Tools (6)
24
25| Tool | Description | Category |
26|------|-------------|----------|
27| `openclaw_market_competitive_analysis` | Full competitive landscape analysis with feature matrix, SWOT, and positioning map | strategy |
28| `openclaw_market_sizing` | TAM/SAM/SOM calculation with top-down and bottom-up approaches | strategy |
29| `openclaw_market_financial_benchmark` | Financial benchmarking — unit economics, pricing analysis, revenue comparisons | finance |
30| `openclaw_market_web_research` | Structured web research and OSINT intelligence gathering | research |
31| `openclaw_market_report_generate` | Generate a complete professional market research report (Markdown) | export |
32| `openclaw_market_research_monitor` | Continuous competitive monitoring — track competitor moves and market shifts | strategy |
33
34## Usage
35
36```yaml
37skills:
38 - firm-market-research-pack
39
40# Full competitive analysis:
41openclaw_market_competitive_analysis sector="SaaS project management" geography="France" competitors='["Monday.com","Asana","Notion"]'
42
43# Market sizing:
44openclaw_market_sizing sector="SaaS project management" geography="France" target_segment="PME 10-250" horizon_years=5
45
46# Financial benchmarking:
47openclaw_market_financial_benchmark sector="SaaS project management" metrics='["CAC","LTV","churn","ARPU"]'
48
49# Web research on a specific competitor:
50openclaw_market_web_research query="Monday.com competitive analysis 2026" sources='["crunchbase","g2","linkedin"]'
51
52# Generate full report from collected data:
53openclaw_market_report_generate title="Étude de Marché SaaS Gestion de Projet France" sections='["executive_summary","market_overview","competitive_landscape","financial_analysis","segmentation","positioning","recommendations"]'
54
55# Set up monitoring:
56openclaw_market_research_monitor action="add" competitor="Monday.com" watch='["pricing","features","funding","headcount"]'
57```
58
59## Cross-Department Integration
60
61| Department | What they get | Tool |
62|------------|--------------|------|
63| **CEO** | Executive brief with strategic recommendations | `report_generate` |
64| **CFO** | Financial benchmarks, unit economics, pricing data | `financial_benchmark` |
65| **CTO** | Tech stack intelligence, feature comparison | `competitive_analysis` |
66| **Marketing** | Positioning map, ICP insights, messaging angles | `competitive_analysis` + `market_sizing` |
67| **Commercial** | Competitive battlecards | `competitive_analysis` |
68| **Legal** | Regulatory landscape notes | `web_research` |
69| **HR** | Salary benchmarks, headcount trends | `web_research` |
70
71## Requirements
72
73- `mcp-openclaw-extensions >= 3.1.0`