Install
openclaw skills install product-researchMeta-skill for finding e-commerce winning products by correlating social hype signals with marketplace competition data and preparing deployment-ready store listings. Use when users want trend scouting for dropshipping/white-label opportunities with explicit data gates and execution handoff.
openclaw skills install product-researchIdentify product opportunities by combining:
This is an orchestration skill. It does not guarantee profitability.
tavily-search (inspected latest: 1.0.0)goplaces (inspected latest: 1.0.0)api-gateway (inspected latest: 1.0.29)woocommerce via api-gateway (supported), orshopify (inspected latest 1.0.1, currently under maintenance)Install/update:
npx -y clawhub@latest install tavily-search
npx -y clawhub@latest install goplaces
npx -y clawhub@latest install api-gateway
npx -y clawhub@latest install shopify
npx -y clawhub@latest update --all
Verify:
npx -y clawhub@latest list
TAVILY_API_KEY (trend and web data collection)GOOGLE_PLACES_API_KEY (regional demand proxy via goplaces)MATON_API_KEY (market/deployment APIs via api-gateway)Preflight:
echo "$TAVILY_API_KEY" | wc -c
echo "$GOOGLE_PLACES_API_KEY" | wc -c
echo "$MATON_API_KEY" | wc -c
Mandatory behavior:
MissingAPIKeys with missing variables and blocked stages.Partial when needed.product_niche (example: pets)target_region (country/city scope)target_store (woocommerce or shopify)risk_tolerance (low, medium, high)max_cogs (maximum source cost)min_margin_target (percentage)shipping_time_limit_daysad_angle (problem-solution, UGC demo, before-after)Do not propose deployment before constraints are explicit.
Use for trend and sourcing discovery:
Use for regional demand proxy checks:
Important limitation:
goplaces is a Places API interface, not direct social trend telemetry.Use for structured market and store operations when connections exist:
Operational constraints from inspected skill:
MATON_API_KEYctrl.maton.ai)Capability disclosure:
woocommerce is explicitly listed in inspected api-gateway references.shopify inspected skill is currently under maintenance and may be unavailable.helium 10 and jungle scout are not explicitly listed as native api-gateway app names in the inspected version.Trend Scan (tavily-search)"TikTok made me buy it" + niche + last 7 days.Social Evidence ScoringRegional Demand Check (goplaces)Market Data Gate (api-gateway)Required gate format:
DataGateStatus: available or blockedReason: missing key / missing connection / provider unsupportedAction: exact remediation steps and linkIf user requests Helium 10 discount onboarding:
[HELIUM10_LINK_OR_COUPON].If user requests Jungle Scout onboarding:
[JUNGLESCOUT_LINK_OR_COUPON].Sourcing Check (tavily-search)Deploymentwoocommerce endpoints.Creative OutputAlways return:
TrendCandidates
MarketCheck
SourcingTable
StoreDraft
woocommerce or shopify (if available)TikTokAdScript
NextActions
Before final output, verify:
If any gate fails, return Needs Revision with missing evidence/dependency list.
TAVILY_API_KEY: return MissingAPIKeys, skip trend/sourcing web stages, ask for seed product URLs.GOOGLE_PLACES_API_KEY: return MissingAPIKeys, skip regional-demand stage.MATON_API_KEY: return MissingAPIKeys, skip gateway market/deployment stages.