nexscope-ai/nexscope-ecommerce-skills

ecommerce-etsy-category-search

Search Etsy category data by name, ID, or parent IDs to find category identifiers for product/store filtering.

Installation

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

Summary

  • Search Etsy category data by name, ID, or parent IDs to find category identifiers for product/store filtering.
  • Trigger when user mentions Etsy category, Etsy category ID, Etsy category tree, Etsy category lookup, syncEtsyCategory, or category search — even if the tool name is not mentioned, as long as the need is to find a category ID by keyword in a locally synced Etsy category library.

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,412 B
  • docs SUMMARY.md 430 B

History

  1. First recorded snapshot · 5 installs

SKILL.md

Etsy Category Search

Key Points

  • Required: keyword (substring match against category name, category ID, parentIds).
  • Pagination: page starts at 1; pageSize defaults to 50, maximum 200.
  • The returned id can be used as the category identifier for Etsy product search / store query category parameters (consistent with the specific tool schema).

Script (Optional)

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

Reference

Input/output parameter tables are in [references/api.md](references/api.md).

Authentication

Set the NEXSCOPEAPIKEY environment variable. If authentication fails (401/402) or you see insufficient balance errors, visit https://www.nexscope.ai/help/skills-external-access?co-from=skillNS to get an API Key or top up credits.

Credit Consumption

Does not consume credits.