nexscope-ai/nexscope-ecommerce-skills

ecommerce-temu-category-search

Search synced Temu category data in the local database by keyword to find category Chinese names, English names, and category IDs for use in product/store filtering. Triggered when users mention Temu categories, Temu category ID, Temu category tree, Temu backend categories, temu categories, syncTemuCategory (Temu category sync) followed by category queries, or Temu category search. Even if the user does not mention the tool name, this skill should be triggered whenever searching for category ID…

Installation

$ npx skills add nexscope-ai/nexscope-ecommerce-skills --skill ecommerce-temu-category-search

Summary

  • Search synced Temu category data in the local database by keyword to find category Chinese names, English names, and category IDs for use in product/store filtering.
  • Triggered when users mention Temu categories, Temu category ID, Temu category tree, Temu backend categories, temu categories, syncTemuCategory (Temu category sync) followed by category queries, or Temu category search.
  • Even if the user does not mention the tool name, this skill should be triggered whenever searching for category IDs by keyword in the locally synced Temu category database.

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,476 B
  • docs SUMMARY.md 595 B

History

  1. First recorded snapshot · 4 installs

SKILL.md

Temu Category Search

Quick Reference

  • Required: keyword (substring match against category Chinese name, English name, and category ID).
  • Pagination: page starts at 1; pageSize defaults to 50, max 200.
  • The returned id / categoryId can be used as category identifiers for Temu product queries (categoryHome/categoryBackend), store queries (category), etc. (as long as it matches the specific tool schema).

Script (Optional)

Command-line debugging: python scripts/temucategorysearch.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.