Find shopify store leads
Finds and prioritizes relevant Shopify stores using public app-review relationships, competitor dissatisfaction, geography, and app-stack signals from Applora MCP. Use for account research, competitor-user discovery, integration prospecting, partner targeting, or preparing respectful personalized outreach.From its SKILL.md
npx -y skills add applora/agent-skills --skill find-shopify-store-leadsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 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.
SKILL.md
2.7 KB, 510 tokens by cl100k_base, as published. Nobody here has run it
Find Shopify Store Leads
Turn public Shopify App Store review signals into a small, relevant research list. This skill identifies evidence for targeting; it does not send messages.
Required connection
Use the Applora MCP server at https://applora.ai/mcp:
get_app_reviews({ handle, rating?, usageDuration?, hasContent?, cursor?, limit? })search_stores({ search?, country?, cursor?, limit? })get_store({ id, appHandle?, maxRating?, limit? })search_apps({ query?, categoryHandles?, pricing?, builtForShopify?, minRating?, maxRating?, sort?, cursor?, limit? })get_app({ handle, includeCategoryRanks?, limit? })
Store relationships come from public reviews. They indicate that a store reviewed an app at some point, not a confirmed current installation.
Workflow
- Define the ideal customer profile, geography, relevant competitor or complementary app, and the problem your offer solves.
- Resolve exact competitor handles.
- Pull recent reviews with merchant IDs:
- 1–3 star for dissatisfaction-led targeting;
- 4–5 star for complementary integration or partnership targeting.
- Fetch store profiles only for candidates matching the research thesis. Filter by app and maximum rating where useful.
- Look for:
- an explicit complaint your product solves;
- relevant app-stack or category signals;
- geography fit;
- review recency and specificity;
- multiple signals rather than one vague review.
- Score fit, timing, evidence quality, and personalization potential.
- Produce a bounded shortlist with the public evidence and a respectful outreach angle.
Privacy and outreach guardrails
- Do not expose or use email, phone, or address fields returned by any source.
- Do not claim a current install, contract, budget, or buying intent.
- Do not automate outreach, scraping, or enrichment without separate user authorization and applicable consent.
- Avoid sensitive inference, spam tactics, and manipulative personalization.
- Cite public review evidence accurately and avoid quoting personal details.
Output
Return:
- targeting thesis and filters;
- prioritized shortlist with store name, country, evidence, and confidence;
- why each store is relevant now;
- a one-sentence, non-creepy personalization angle;
- limitations and suggested manual verification.
Prefer 10 strong candidates over hundreds of weak leads.
What ships with it: 1 file
456 B alongside SKILL.md
agents/
- openai.yaml456 B