product-spy
Meta-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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/h4gen/product-researchPurpose
Identify product opportunities by combining:
- social momentum,
- regional demand checks,
- marketplace competition/sales signals,
- store deployment readiness.
This is an orchestration skill. It does not guarantee profitability.
Required Installed Skills
tavily-search(inspected latest:1.0.0)goplaces(inspected latest:1.0.0)api-gateway(inspected latest:1.0.29)- Deployment target:
woocommerceviaapi-gateway(supported), orshopify(inspected latest1.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
Required Credentials
TAVILY_API_KEY(trend and web data collection)GOOGLE_PLACES_API_KEY(regional demand proxy viagoplaces)MATON_API_KEY(market/deployment APIs viaapi-gateway)
Preflight:
echo "$TAVILY_API_KEY" | wc -c
echo "$GOOGLE_PLACES_API_KEY" | wc -c
echo "$MATON_API_KEY" | wc -c
Mandatory behavior:
- Never fail silently on missing keys.
- Always return
MissingAPIKeyswith missing variables and blocked stages. - Continue with non-blocked stages and mark output as
Partialwhen needed.
Inputs the LM Must Collect First
product_niche(example:pets)target_region(country/city scope)target_store(woocommerceorshopify)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.
Tool Responsibilities
tavily-search
Use for trend and sourcing discovery:
- find viral product mentions and trend lists,
- gather social evidence summaries,
- locate supplier listings (AliExpress/Alibaba/web catalogs),
- extract competitor storefront/product page signals.
goplaces
Use for regional demand proxy checks:
- query related local businesses/search entities,
- compare demand-like signals across cities/regions,
- support geo-prioritization for launch/testing.
Important limitation:
goplacesis a Places API interface, not direct social trend telemetry.- Treat it as location demand context, not a standalone trend oracle.
api-gateway
Use for structured market and store operations when connections exist:
- marketplace/analytics connectors if available in user account,
- WooCommerce product draft creation,
- optional Search Console-like enrichment if connected.
Operational constraints from inspected skill:
- requires
MATON_API_KEY - requires active per-app OAuth connections (
ctrl.maton.ai) - API key alone is not sufficient
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-h4gen-product-research": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
cold-outreach-hunter
Meta-skill for orchestrating Apollo API, LinkedIn API, YC Cold Outreach, and MachFive Cold Email into a complete B2B cold outreach pipeline. Use when the user wants end-to-end lead sourcing, enrichment, personalized copy strategy, and generation-ready outreach sequences with strict quality and safety gates.
skills-search-fts
Instantly find the best AI agent skills, tools, and capabilities from across the entire web.
seo-ranker
Meta-skill for end-to-end SEO auditing and on-page optimization by orchestrating brave-search, summarize, api-gateway, and markdown-converter. Use when users want to understand why a page is not ranking for a target keyword and need concrete rewrite actions plus backlink intelligence.
no-code-frontend-builder
Meta-skill for generating production-ready React UI for non-programmers by orchestrating frontend-design-ultimate, shadcn-ui, and react-expert. Use when users describe UI outcomes (for example dashboards, landing pages, admin screens) and need a single copy-pasteable TSX component with explicit setup and dependency instructions.
clawauth
Let agents request OAuth access from end users via short links, continue working asynchronously, and later claim reusable third-party API tokens from local keychain storage instead of a centralized SaaS token vault.