Market research
Skill spiralcrew-ou/profilespider-agent-skills/market-research
24 free SKILL.md skills for Claude Code & compatible agents: qualify leads, research companies, clean lists.
npx -y skills add spiralcrew-ou/profilespider-agent-skills --skill market-researchAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 6 stars6 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Analyzes a dataset of companies or profiles to identify market patterns. Use when the user provides a larger dataset and wants segments, dominant categories, gaps, and emerging patterns.
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.9 KB, as published. Nobody here has run it
Market Research
Purpose
Analyze a dataset of companies or profiles to identify market segments and patterns.
When to use this skill
- Understanding a scraped market dataset
- Finding natural segments in a large list
- Spotting dominant and underserved categories
- Sizing where the opportunity concentrates
When not to use this skill
- The dataset is too small to show patterns
- You need statistically rigorous market sizing
- You want per-record actions (use Lead List Analysis)
Required inputs
- A dataset of companies or profiles
Optional inputs
- Dimensions of interest (industry, size, geography)
- A hypothesis to test
Rules
- Analyze the whole dataset, not a convenient subset.
- Report counts and proportions where possible.
- Do not over-generalize beyond what the data supports.
- State source skew and limitations.
- Separate observed patterns from speculation.
Process
- Profile the dataset structure and fields.
- Identify recurring characteristics and categories.
- Derive natural segments.
- Identify gaps and emerging patterns.
- State limitations.
Output format
Return a market analysis with the following fields:
- market_segments
- recurring_characteristics
- dominant_categories
- gaps
- emerging_patterns
- research_limitations
Validation
- Confirm segment claims reflect the data distribution.
- Confirm limitations note any sampling skew.
- Confirm no invented statistics.
Limitations
- Findings describe the supplied dataset, not the whole market.
- Source bias in collection carries into the analysis.