Customer Research Dv
Skill by clawdiri-ai
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/clawdiri-ai/customer-research-dvCustomer Research & Validation Skill
Trigger conditions:
- User asks to validate a product idea, persona, or market assumption
- User mentions "customer research", "validate assumption", "talk to users"
- User requests Reddit/forum mining, competitor analysis, or sentiment analysis
- User wants to generate surveys or interview scripts
- User asks about customer pain points, needs, or jobs-to-be-done
Purpose
Pre-pipeline validation for DaVinci Enterprises products. Ensures marketing strategy is built on real customer signal, not assumptions. Prevents building features nobody wants.
What It Does
- Reddit/Forum Mining — Extract threads, comments, sentiment from subreddits and forums
- Survey Generation — Convert research questions into structured surveys
- Interview Scripts — Generate customer interview guides with probing questions
- Persona Validation — Test persona assumptions against real user behavior
- Competitor Review Scraping — Aggregate reviews from G2, Trustpilot, Reddit
- Sentiment Analysis — Aggregate and score customer sentiment across sources
Usage
Quick Start
# Validate a product hypothesis via Reddit mining
scripts/reddit-miner.sh --subreddit "personalfinance" --query "FIRE calculator" --limit 50
# Generate a customer interview script
scripts/interview-generator.sh --persona "FIRE enthusiast" --problem "retirement planning tools"
# Scrape competitor reviews
scripts/competitor-scraper.sh --product "Personal Capital" --sources "g2,trustpilot,reddit"
Integration with Marketing Pipeline
This skill feeds into the content strategy workflow:
- Discovery → Run customer research to identify pain points
- Validation → Test persona assumptions against real data
- Strategy → Build content pillars around validated needs
- Execution → Ogilvy creates content targeting real customer language
Output format: JSON reports to data/research/ for downstream consumption.
Scripts
reddit-miner.sh
Fetch Reddit threads matching keywords, extract sentiment, output structured JSON.
Usage:
./scripts/reddit-miner.sh --subreddit SUBREDDIT --query "search terms" [--limit N] [--sentiment]
Output: data/research/reddit-{subreddit}-{timestamp}.json
interview-generator.sh
Generate customer interview script from persona + problem statement.
Usage:
./scripts/interview-generator.sh --persona "description" --problem "pain point"
Output: Markdown interview guide to stdout
competitor-scraper.sh
Aggregate reviews from multiple sources, extract themes and sentiment.
Usage:
./scripts/competitor-scraper.sh --product "Product Name" --sources "g2,trustpilot,reddit"
Output: data/research/competitor-{product}-{timestamp}.json
Output Schema
All scripts output to data/research/ with consistent JSON schema:
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-clawdiri-ai-customer-research-dv": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
Follow-Through Day (FTD) Detector
Detects Follow-Through Day (FTD) signals for market bottom confirmation using William O'Neil's methodology. Dual-index tracking (S&P 500 + NASDAQ) with state machine for rally attempt, FTD qualification, and post-FTD health monitoring. Use when user asks about market bottom signals, follow-through days, rally attempts, re-entry timing after corrections, or whether it's safe to increase equity exposure. Complementary to market-top-detector (defensive) - this skill is offensive (bottom confirmation).
Gumroad Page Generator
Generates Gumroad product page content from a simple spec.
Analytics Tracking
Track events and user behavior using Segment.
AutoSignals - Autonomous Trading Signal Optimization
Monitors and controls the AutoSignals autonomous research loop.
first-principles
Deep first-principles analysis of any topic, decision, strategy, or assumption. Strips inherited thinking, identifies what is provably true, and rebuilds from ground truth. Use when user asks for first principles analysis, wants to challenge assumptions, says "analyze this from scratch", "break this down", "what's really true here", or triggers with /firstprinciples. Also useful for strategic decisions, investment theses, product strategy, career moves, or any situation where conventional wisdom may be wrong.