product-video-prompt

product-video-prompt is a skill for Claude Code, Codex from virgoC0der/awesome-claude-code. It costs 224 tokens per session (5,969 once invoked), scanned A, original, MIT.

A workflow that turns a Shopify product link into an English prompt for Seedance, a text-to-video model. It creates a 15-second vertical video concept for TikTok or Instagram Reels, usually in a casual, first-person user style.

In plain words
What is it for?
It helps create product video prompts from Shopify listings, including casual user-style videos or more polished brand videos.
Why use it?
It removes the need to collect product details, inspect images, identify selling points, and write a video prompt by hand.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It helps create product video prompts from Shopify listings, including casual user-style videos or more polished brand videos.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/virgoc0der/awesome-claude-code/product-video-prompt
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 virgoC0der/awesome-claude-code --skill product-video-prompt
Clone the repo
git clone --depth 1 https://github.com/virgoC0der/awesome-claude-code

Made for: Claude Code, Codex.

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 product-video-prompt

README.md
[![agentmods](https://agentmods.dev/badge/skills/virgoc0der/awesome-claude-code/product-video-prompt/github.svg)](https://agentmods.dev/skills/virgoc0der/awesome-claude-code/product-video-prompt)
Your own site
<a href="https://agentmods.dev/skills/virgoc0der/awesome-claude-code/product-video-prompt"><img src="https://agentmods.dev/badge/skills/virgoc0der/awesome-claude-code/product-video-prompt/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 product-video-prompt

Your own site · 80×15
<a href="https://agentmods.dev/skills/virgoc0der/awesome-claude-code/product-video-prompt"><img src="https://agentmods.dev/badge/skills/virgoc0der/awesome-claude-code/product-video-prompt.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 224 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,969 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.
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.00224 $0.05969
Opus 5 $0.00112 $0.02985
Sonnet 5 $0.00045 $0.01194
Haiku 4.5 $0.00022 $0.00597

Measured yesterday against content hash e0edffdd0d5b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-13, from the pricing page.

Security

Grade A, and why

product-video-prompt 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 yesterday.

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/product-video-prompt/SKILL.md · 458 lines

How it starts

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

Product Video Prompt Generator (Pseudo-UGC Default)

把 Shopify 商品链接变成一个伪 UGC 英文视频 prompt,目标模型:Seedance(字节跳动文生视频),发布平台:海外 TikTok / Instagram Reels

两种输出模式

模式 何时使用 风格特征
Pseudo-UGC(默认) 用户没特别要求 / 提到 UGC / TikTok / Reels / 达人 / "真实感" 第一人称 POV,对镜头讲述,手持感,生活化场景,真实质感
Brand Mode(可选) 用户明确说"品牌视频"、"高级感"、"brand"、"commercial"、"广告大片" 电影感镜头、精致场景、第三人称叙事、品牌调性

默认走 Pseudo-UGC。只有当用户明确要求品牌感时才切 Brand Mode。

两种模式的前 4 步(数据抓取、看图分析、亮点提炼、参考图选择)完全一样,区别只在 Step 5 生成 prompt 时的模板。


Workflow

Step 1: 获取商品数据

从用户提供的 Shopify 商品链接获取数据:

  1. 提取域名和 handlehttps://example.com/products/cool-shoeexample.com + cool-shoe
  2. 优先 products.json:请求 https://{domain}/products/{handle}.json,成功即解析 JSON
  3. Fallback:web_fetch 商品页 URL,从 HTML 提取

必需字段:title、description、images(所有 URL)、variants、price、tags、product_type、vendor。

视频资源(重要):很多 Shopify 商品页面带有官方产品视频,通常嵌在图片 gallery 里,格式是 .mp4 文件。获取视频 URL 的方式:

  • products.json 不返回视频——必须用 web_fetch 拿商品页 HTML
  • 在 HTML 里搜索 cdn/shop/videos/.mp4 关键字
  • 典型 URL 模式:https://{domain}/cdn/shop/videos/c/vp/{hash}/{hash}.HD-1080p-*.mp4

找到的视频要作为重要资产记录下来——它在 Step 5 生成 prompt 时可以作为 [MOTION REFERENCE] 提供给 Seedance(图生视频模式,或直接作为动作参考说明)。这对有复杂机械动作的产品(开合、折叠、变形)特别有用——参考视频比任何文字描述都准确。

如果没找到视频,记录为 "No official product video available",不影响流程继续。

Step 2: 看图(+ 看视频)分析 — 提取硬信息

看 3-5 张关键图,必须提取:

硬信息(给全局约束用)

  • 确切颜色("哑光黑"而不是"黑色")
  • 材质(仿皮革/网布/橡胶/金属/磨砂塑料等)
  • Logo 信息(位置、颜色、内容)
  • 结构部件(几条拉链、几个扣子、是否对称)
  • 关键图形元素(条纹/人字纹/图案,具体位置)

叙事信息

  • 产品品类(鞋类 / 服饰 / 3C / 美妆 / 家居 / 食品 / 运动 / 包袋配饰)
  • 可动部件
  • 目标人群画像(年龄、性别、生活方式、兴趣)
  • 使用场景

如果有产品视频,额外提取(用文字描述视频内容,不要求真的能播放视频):

  • 视频里产品如何被操作(动作顺序、节奏、方向)
  • 关键变形过程的分解(比如"0-2s 拉链从 A 拉到 B")
  • 手 / 脚 / 产品的相对位置和进入画面的角度
  • 操作的快慢节奏(是一气呵成还是分步停顿)

这些信息在 Step 5 写 [MOTION REFERENCE] 块时直接用,避免让模型"凭空想象"动作过程。

Step 3: 提炼商品亮点

3-5 个核心卖点。每个包含:

  • 亮点名称(简短)
  • 一句话描述(突出差异化)
  • 英文短 tagline(后续可能变叠字或台词碎片,不超过 8 英文字)

优先级:功能性 > 视觉/设计 > 情感/场景。

Step 4: 选择 UGC 人设(仅 Pseudo-UGC 模式)

Read the full file on GitHub · 458 lines

Files

What ships with it

1 file 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. yesterday First seen · 458 lines · 224 tokens per session scan A e0edffdd0d5b

Subscribe to this mod's changes

product-video-prompt is a skill published in the GitHub repository virgoC0der/awesome-claude-code (1 stars, last pushed 2d ago), licensed MIT. It adds 224 tokens to every session and 5,969 once invoked, about $0.0011 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-09-12.

Related

Other skills, from other repositories

amazon-reviews-api-skill

This skill helps users automatically extract Amazon product reviews via the Amazon Reviews API. Agent should proactively apply this skill when users express needs like getting reviews for Amazon product with ASIN B07TS6R1SF, analyzing customer feedback for a specific Amazon item, getting ratings and comments for a…

browser-act/skills · 124 tokens

amazon-competitor-analyzer

Scrapes Amazon product data from ASINs using browseract.com automation API and performs surgical competitive analysis. Compares specifications, pricing, review quality, and visual strategies to identify competitor moats and vulnerabilities.

browser-act/skills · 48 tokens

asc-subscription-localization

Bulk-localize subscription, subscription-group, and in-app purchase display names across App Store locales using asc, including API 4.4.1 version-scoped v2 resources. Use when filling or updating subscription/IAP names and descriptions without App Store Connect UI work.

rorkai/app-store-connect-cli-skills · 60 tokens

food-order

Reorder previous Foodora orders, preview cart contents, and track delivery ETA/status with ordercli. Use when the user wants to reorder food, check delivery status, or browse recent Foodora order history. Never confirm an order without explicit user approval.

Bitterbot-AI/bitterbot-desktop · 53 tokens

product-description-generator

E-commerce product description generator for any platform. Generates optimized titles, bullet points, descriptions, and backend keywords using competitor research + keyword scoring + FABE copywriting. Two modes: (A) Create — generate listing from product specs with optional competitor analysis, (B) Optimize — improve…

nexscope-ai/eCommerce-Skills · 126 tokens

cloudbase-wechat-integration

A guide for connecting CloudBase applications to WeChat services, including payments, official accounts, and user identity.

TencentCloudBase/CloudBase-AI-Toolkit · 94 tokens