analyzing-products

analyzing-products is a skill for Claude Code from SupercmoHQ/superCMO-skills. It costs 77 tokens per session (707 once invoked), scanned A, original, Apache-2.0.

A product-analysis workflow that turns an online product page or a product photo into clear facts for making images or videos. It can describe the product, select useful product images, and explain how the product is used and moves.

In plain words
What is it for?
Use it when a product URL or photo needs to become input for image or video generation.
Why use it?
It removes the need to manually turn incomplete product references into consistent information for later creative work.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the supercmo plugin — 23 skills, 1 MCP server shipped together

Good fit Use it when a product URL or photo needs to become input for image or video generation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/supercmohq/supercmo-skills/analyzing-products
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add SupercmoHQ/superCMO-skills --skill analyzing-products
Clone the repo
git clone --depth 1 https://github.com/SupercmoHQ/superCMO-skills

Made for: Claude Code.

Or install supercmo, the plugin that ships this one along with the rest of its 23 skills, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for analyzing-products

README.md
[![agentmods](https://agentmods.dev/badge/skills/supercmohq/supercmo-skills/analyzing-products/github.svg)](https://agentmods.dev/skills/supercmohq/supercmo-skills/analyzing-products)
Your own site
<a href="https://agentmods.dev/skills/supercmohq/supercmo-skills/analyzing-products"><img src="https://agentmods.dev/badge/skills/supercmohq/supercmo-skills/analyzing-products/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for analyzing-products

Your own site · 80×15
<a href="https://agentmods.dev/skills/supercmohq/supercmo-skills/analyzing-products"><img src="https://agentmods.dev/badge/skills/supercmohq/supercmo-skills/analyzing-products.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 77 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 707 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00077 $0.00707
Opus 5 $0.00039 $0.00353
Sonnet 5 $0.00015 $0.00141
Haiku 4.5 $0.00008 $0.00071

Measured 10d ago against content hash 72007eee87d8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

analyzing-products scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/analyzing-products/SKILL.md · 57 lines

How it starts

The opening of the file, as written. The whole thing — 57 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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.

Read the full file on GitHub · 57 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 57 lines · 77 tokens per session scan A 72007eee87d8

Subscribe to this mod's changes

analyzing-products is a skill published in the GitHub repository SupercmoHQ/superCMO-skills (37 stars, last pushed 13d ago), licensed Apache-2.0. It adds 77 tokens to every session and 707 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

beat-sync-reel

Generates Instagram Reels where product image cuts are synced to audio beats. Accepts audio as a local file, URL, or search query. Uses librosa for beat detection, FFmpeg Ken Burns for scene animation, and Pillow for text overlays. No AI video generation — fully free, fast, and scalable.

gooseworks-ai/goose-skills · 68 tokens

product-reel-generator

Generates Instagram-ready product reels from any e-commerce product page URL. Scrapes product images, classifies by type, generates AI-animated clips via Higgsfield API, creates text overlays with style presets, and composes a 15-20 second reel with music. Supports model-based and product-only reels.

gooseworks-ai/goose-skills · 68 tokens

product-photoshoot

Create faithful studio, lifestyle, and on-model product photography through the GooseWorks Product Photos workflow, then approve selected results for reuse in future creative work.

gooseworks-ai/goose-skills · 35 tokens

creative-scene

Generate realistic product-in-use lifestyle scenes. Places the product in believable contexts of use (who, where, when, doing what) with natural lighting and real texture, for lifestyle/editorial/ecommerce. Use when the user says "lifestyle shot", "product in use", "scene", "show it being used", "in-context…

DKeken/codex-skills-alternative · 88 tokens

creative-shot

Generate multiple angles and shot types of a single product for ecommerce-ready image sets. Produces a coherent set (hero 3/4, front, side, back, detail macro, scale, packaging, in-hand) keeping product identity consistent across shots. Use when the user says "different angles", "product shots", "ecommerce image set"…

DKeken/codex-skills-alternative · 99 tokens

extract-product-data-and-generate-listing-image

Extract product details from a supplier data sheet, then generate a branded e-commerce listing image with the product name, price, and key specs.

iterationlayer/skills · 38 tokens