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.
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Claude CodeNot declared
CursorNot declared
CodexNot declared
GitHub CopilotNot declared
WindsurfNot declared
Gemini CLINot declared
ClineNot declared
OpenCodeNot declared
Repository health
Stars66
Default branchmain
Open issues0
Status
Active
Package contents
Files included with this skill beyond the listing page.
skill mdSKILL.md1,412 B
docsSUMMARY.md430 B
History
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).