AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified Apache-2.0 Self-run

Analyzing Products

skill-supercmohq-supercmo-skills-analyzing-products · by SupercmoHQ

Normalizes a product into generation-ready facts — from an e-commerce URL (a clean description plus curated product images) or from a photo alone (category, how it's used, its moving/opening parts, and key visual details). Use when a product URL or photo needs turning into inputs for image/video generation, or when another skill needs product facts before generating.

No reviews yet
0 installs
20 views
0.0% view→install

Install

$ agentstack add skill-supercmohq-supercmo-skills-analyzing-products

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-supercmohq-supercmo-skills-analyzing-products)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Analyzing Products? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Product Analysis

Turn a product — an e-commerce URL or a bare photo — into clean, reusable facts for downstream image/video generation: a tight description, curated product images, and how the product is physically used. It's a building block: other skills call it at the input stage, before any generation.

Workflow

Step 1: Pick the mode and run it

| Input | Reference | What you produce | | ----- | --------- | ---------------- | | An e-commerce URL (Amazon, Shopify, AliExpress, any product page) | references/url-extract.md | A two-paragraph description + up to 5 downloaded, filtered product images | | A product photo only (no URL, no description) | references/photo-analysis.md | Category + how it's used + moving/opening parts + key visual details |

Read only the matching reference and follow it end to end. If both a URL and a photo are given, run the URL mode (richer) and keep the photo as one more reference image; if neither is given, there's nothing to analyze — ask for one. Don't pause for confirmation — a URL (or photo) plus generation intent means extract and proceed.

Step 2: Hand off

Return the result to whoever called you, ready to drop into generation:

  • URL mode → the description and the kept image files (local paths, usable as reference images).
  • Photo mode → the category, how it's used, any moving or opening parts, and the key visual details.

Don't rank the product's market position — the calling skill decides that from packaging cues. Your job is the objective facts.

Edge cases

  • The URL can't be extracted (no result, or the extractor isn't set up) → ask for a product photo

instead and switch to photo mode.

  • Every image fails the filter (faces, wrong variant, not a product shot) → keep the single

cleanest, or hand off the description alone and say plainly that no clean image survived.

  • A supplied photo is too unclear to read (blurry, cropped, ambiguous) → say what you can't

determine and ask for a clearer shot rather than guessing the mechanic.

  • Neither a URL nor a photo → ask for one; there is nothing to analyze.

Reference

  • references/url-extract.md — the URL pipeline: url_extraction → download the images → filter them

with image_analysis → write the description.

  • references/photo-analysis.md — the photo pipeline: category, how it's used, moving/opening parts,

and the visual details to preserve.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.