nexscope-ai/nexscope-ecommerce-skills

ecommerce-shopify-product-query

Filter Shopify standalone store products by multiple dimensions (keyword/URL, price, weekly sales, listing date, Facebook ads, competitiveness, supplier availability, shipping country, etc.). Triggered when users mention Shopify products, Shopify product selection, standalone store product selection, Shopify bestsellers, Shopify dropshipping, standalone store sourcing, Facebook ad products, Shopify product query, or shopify items. Even if the user does not mention the tool name, this skill shou…

Installation

$ npx skills add nexscope-ai/nexscope-ecommerce-skills --skill ecommerce-shopify-product-query

Summary

  • Filter Shopify standalone store products by multiple dimensions (keyword/URL, price, weekly sales, listing date, Facebook ads, competitiveness, supplier availability, shipping country, etc.).
  • Triggered when users mention Shopify products, Shopify product selection, standalone store product selection, Shopify bestsellers, Shopify dropshipping, standalone store sourcing, Facebook ad products, Shopify product query, or shopify items.
  • Even if the user does not mention the tool name, this skill should be triggered whenever searching for products, viewing weekly sales/revenue/competitiveness, or filtering products on Shopify standalone stores.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from nexscope-ai/nexscope-ecommerce-skills · top by installs.

npx skills add nexscope-ai/nexscope-ecommerce-skills

Browse all from nexscope-ai/nexscope-ecommerce-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 66
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,822 B
  • docs SUMMARY.md 684 B

History

  1. First recorded snapshot · 4 installs

SKILL.md

Shopify Product Query

Quick Reference

  • Pagination: page starts at 1; pageSize defaults to 20, max 100 (recommended <= 50).
  • Range parameters: Min / Max come in pairs, forming upstream ranges; filling only one side means "from ~" or "up to ~".
  • Sorting: sortBy is an integer enum (default 14 = weekly sales descending; also includes price/ad count/competitiveness/revenue and many other values -- see references/api.md for details).
  • Boolean filters: facebookAd (1=has ads), hasSupplier (1=has supplier, 0=none), showDeleted (1=include delisted) -- all integer switches.
  • Shipping country: country takes a two-letter country code (e.g., US).

Script (Optional)

Command-line debugging: python scripts/shopifyproductquery.py '<JSON>' (requires NEXSCOPEAPIKEY). See [references/api.md](references/api.md) for details.

Reference

See [references/api.md](references/api.md) for input/output parameter tables.

Authentication

Set NEXSCOPEAPIKEY. Visit https://www.nexscope.ai/help/skills-external-access?co-from=skillNS to manage credits.