generated: '2026-08-02' method: generated source: https://docs.vizit.com/api notes: 'Packaged Agent Skills for the Vizit Public API. Vizit publishes no AGENTS.md or provider-authored skill files, so these are generated by API Evangelist. Every step is grounded in an operationId, path and error code Vizit publishes in its own API reference — nothing here is invented. Vizit serves no downloadable OpenAPI document, so the skills reference the published operation pages rather than a local spec file.' api: https://docs.vizit.com/api base_url: https://ext.vizit.com skills: - file: vizit-score-an-amazon-listing.md name: Score an Amazon listing by ASIN description: Authenticate, submit an Amazon ASIN for scrape-and-score, and poll until the listing score lands. operations: [createToken, upsertPdpByAsin, getPdpByAsin] - file: vizit-score-your-own-pdp.md name: Score a product detail page from your own images description: Resolve a Vizit category, upsert a PDP under your own identifier with hero and carousel image URLs, and poll for scores. operations: [createToken, listProductRetailers, listProductCategories, upsertPdpById, getPdpById] - file: vizit-improve-an-image-with-spark.md name: Score an image and request Spark improvements description: Score a standalone image, read its GS1 hero components and agent-ready flag, then request Spark Ideas and Spark Images for it. operations: [createToken, scoreImage, getImageScore, createSparkIdea, getSparkIdea, createSparkImagesBatch, getSparkImagesBatch] - file: vizit-export-scores.md name: Bulk export an organization's scores description: Queue a CSV export of PDP or image scores, poll to COMPLETED, and download the artifact before its 7-day retention expires. operations: [createToken, createExport, getExport, downloadExport]