Firm Market Research Pack

v1.0.0

Market research and competitive intelligence pack. Competitive analysis, market sizing, financial benchmarking, web research, report generation, and competit...

0· 295·0 current·0 all-time
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
Purpose & Capability
The name, description, and listed tools align with a market-research pack. The only declared dependency is mcp-openclaw-extensions >= 3.1.0, which is plausible. However, the skill explicitly references integration with external data sources (Crunchbase, G2, LinkedIn) and continuous monitoring features that typically require API access, credentials, or an external service; those needs are not declared here.
Instruction Scope
SKILL.md contains high-level usage examples and instructs the agent to perform web research / OSINT and to set up continuous monitoring. It does not instruct the agent to read local files, environment variables, or system configuration, which is good, but the guidance is vague and grants broad discretion about how to perform web research and monitoring (e.g., which APIs, scraping vs. API calls, what endpoints are used). Vague, open‑ended instructions increase the risk the agent will perform unexpected network activity or attempt to use credentials at runtime.
Install Mechanism
Instruction-only skill with no install spec and no bundled code — lowest install risk. Nothing will be written to disk by an installer defined here.
!
Credentials
The skill declares no required environment variables or credentials, yet the examples call out services (crunchbase, g2, linkedin) and continuous monitoring which commonly require API keys or accounts. The absence of declared credentials is a mismatch: either the skill relies on platform-provided connectors (not documented) or it will prompt for/require secrets at runtime. The user should expect to need third‑party credentials or to permit web scraping and should verify what will be requested.
Persistence & Privilege
always:false and no config paths are requested. The skill mentions continuous monitoring conceptually, but there is no install/persistent agent component in the package itself. Clarify how monitoring is implemented on the platform before granting long‑term privileges.
What to consider before installing
This package looks like a legitimate market-research toolkit, but it's vague about how it accesses external sources and how monitoring runs. Before installing: 1) Ask the author which connectors/APIs are used and what exact credentials (API keys, accounts) are required; 2) Confirm whether the skill will perform scraping or use official APIs (scraping may violate terms of service and legal rules); 3) Verify how continuous monitoring is implemented and where collected data is stored; 4) Ensure you are comfortable providing any third‑party API keys or linking accounts to your agent; 5) If you need stronger assurances, request a version that documents required credentials and network endpoints, or test in an isolated environment first.

Like a lobster shell, security has layers — review code before you run it.

latestvk97bv7kh8tmhd8fse68qtwfxb582630x
295downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

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)

ToolDescriptionCategory
openclaw_market_competitive_analysisFull competitive landscape analysis with feature matrix, SWOT, and positioning mapstrategy
openclaw_market_sizingTAM/SAM/SOM calculation with top-down and bottom-up approachesstrategy
openclaw_market_financial_benchmarkFinancial benchmarking — unit economics, pricing analysis, revenue comparisonsfinance
openclaw_market_web_researchStructured web research and OSINT intelligence gatheringresearch
openclaw_market_report_generateGenerate a complete professional market research report (Markdown)export
openclaw_market_research_monitorContinuous competitive monitoring — track competitor moves and market shiftsstrategy

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

DepartmentWhat they getTool
CEOExecutive brief with strategic recommendationsreport_generate
CFOFinancial benchmarks, unit economics, pricing datafinancial_benchmark
CTOTech stack intelligence, feature comparisoncompetitive_analysis
MarketingPositioning map, ICP insights, messaging anglescompetitive_analysis + market_sizing
CommercialCompetitive battlecardscompetitive_analysis
LegalRegulatory landscape notesweb_research
HRSalary benchmarks, headcount trendsweb_research

Requirements

  • mcp-openclaw-extensions >= 3.1.0

Comments

Loading comments...