What problem does it solve? Manually managing products, categories, and images on Digikala's seller panel is slow and error-prone, especially when creating products through the multi-step pipeline of search, validation, image upload, and assignment. This Skill wraps the Digikala Marketplace Open API (274 endpoints) into ready-to-run bash scripts so sellers and developers can automate these workflows directly. ## Core Features & Use Cases - Product Creation Pipeline: Search existing products, validate categories and attributes, create drafts, generate AI titles, save products, and assign them to your seller account. - Category Navigation: Browse the category tree, search categories by keyword, and validate categories for product creation. - Image Management: Upload product, request, and brand logo images to Digikala temp storage and run AI quality checks on uploads. - Safety Controls: Operations are classified as read-only, write, or state-changing, with interactive y/N confirmation prompts before any live marketplace change. - Use Case: A seller wants to list a new smartwatch. They search for the product, validate the category, upload photos, run the AI image check, save the Persian title, and confirm the live product creation — all from the command line. ## Quick Start Set your DIGIKALA_ACCESS_TOKEN environment variable, then ask the agent to search Digikala products for a keyword like "iPhone 15" using the product-create script.