nexscope-ai/nexscope-ecommerce-skills

ecommerce-temu-product-source-query

Filter Temu products by multiple dimensions (keyword/product ID/store ID, front/backend categories, price, rating, reviews, total/weekly/daily sales, listing date, fully-managed/semi-managed, semi-managed regions, tags, etc.). Triggered when users mention Temu products, Temu product selection, Pinduoduo cross-border, Temu bestsellers, Temu semi-managed, fully-managed products, Temu product query, or temu items. Even if the user does not mention the tool name, this skill should be triggered when…

Installation

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

Summary

  • Filter Temu products by multiple dimensions (keyword/product ID/store ID, front/backend categories, price, rating, reviews, total/weekly/daily sales, listing date, fully-managed/semi-managed, semi-managed regions, tags, etc.).
  • Triggered when users mention Temu products, Temu product selection, Pinduoduo cross-border, Temu bestsellers, Temu semi-managed, fully-managed products, Temu product query, or temu items.
  • Even if the user does not mention the tool name, this skill should be triggered whenever searching for products, viewing sales/ratings/prices, or filtering products on Temu.

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,923 B
  • docs SUMMARY.md 631 B

History

  1. First recorded snapshot · 4 installs

SKILL.md

Temu Product Query

Quick Reference

  • Pagination: page starts at 1; pageSize defaults to 20, max 100 (recommended <= 50).
  • Range parameters: Begin / End come in pairs (price, rating, reviews, total/weekly/daily sales, listing date), forming upstream ranges.
  • Categories: categoryHome frontend category ID, categoryBackend backend category ID; use Temu Category Search first to get the ID.
  • Fulfillment mode: isLocal (0=fully-managed, 1=semi-managed); for semi-managed, use region to specify regions (multiple separated by commas).
  • Listing status: soldOut (0=active, 1=delisted).
  • Tags: tags / customTags -- multiple separated by commas.
  • Sorting: sortBy is a "field-direction" string, e.g., orderweek-0 (weekly sales descending, default), price-0, ordertotal-0, rating-0.

Script (Optional)

Command-line debugging: python scripts/temuproductsourcequery.py '<JSON>' (requires NEXSCOPEAPI_KEY). 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.