Token导航 LogoToken导航TokenDH.com
研究检索敏感数据github未标认证来源可访问许可证需确认审计通过

video-commerce-integration视频商务整合

Agent Skill

用于辅助视频生成、动画合成、脚本化剪辑或 Remotion 等视频项目开发。它适合让 Agent 组织镜头、生成素材说明、维护合成代码或排查渲染问题。使用时需要确认分辨率、时长、素材路径和导出格式;涉及外部素材、人物肖像或商业发布时,应先核对版权授权和内容审核要求。

总安装

582

周安装

25

GitHub Stars

19

下载量

204
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:video-commerce-integration(视频商务整合)
来源仓库:https://github.com/finsilabs/awesome-ecommerce-skills
仓库路径:skills/video-commerce-integration
安装命令:
npx skills add https://github.com/finsilabs/awesome-ecommerce-skills --skill video-commerce-integration
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/finsilabs/awesome-ecommerce-skills --skill video-commerce-integration

简介

用于辅助视频生成、动画合成、脚本化剪辑或 Remotion 等视频项目开发。

  • 适合让 Agent 组织镜头、生成素材说明、维护合成代码或排查渲染问题。
  • 使用时需要确认分辨率、时长、素材路径和导出格式。
  • 涉及外部素材、人物肖像或商业发布时,应先核对版权授权和内容审核要求。
  • video-commerce-integration 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Video Commerce Integration

Overview

Video commerce transforms passive video content into direct purchase experiences by embedding product links, interactive hotspots, and one-click checkout into video players and live streams. Shoppable video on-site increases product page conversion by up to 40% compared to static image PDPs. Live shopping events — popularized by TikTok and Instagram LIVE — create urgency and interactivity that no static page can replicate. Dedicated video commerce platforms (Tolstoy, Videowise, Firework) handle the embedding, hotspot authoring, and analytics without custom development for most stores.

When to Use This Skill

  • When wanting to add shoppable product hotspots to existing on-site video content
  • When planning live shopping events for product launches or flash sales
  • When TikTok Shop or Instagram Shopping LIVE is too limiting and you need a native on-site experience
  • When UGC video content needs to be shoppable on product pages
  • When measuring the contribution of video content to purchase conversion rates

Core Instructions

Step 1: Choose the right video commerce platform

PlatformBest ForShopifyWooCommerceBigCommercePrice
TolstoyShoppable video stories and feeds, Shopify-nativeApp StoreVia JS embedVia JS embedFree tier; $19+/mo
VideowiseHigh-performance shoppable video with LCP optimizationApp Store$99+/mo
FireworkEnterprise live shopping + shoppable short videoVia JSVia JSVia JSCustom pricing
YouTube ShoppingLink YouTube videos to product catalogGoogle & YouTube channelVia Google Listings & Ads pluginVia Channel ManagerFree
TikTok ShopNative TikTok LIVE shopping + video product tagsTikTok channelTikTok pluginVia TikTok channelFree (commission-based)

Recommendation: Use Tolstoy for Shopify if your goal is shoppable video stories and product page embeds — it requires no code and integrates with your Shopify catalog automatically. Use YouTube Shopping if you already have a YouTube channel with product review or tutorial content. For enterprise live shopping experiences, use Firework.

Step 2: Set up shoppable video on your store


Shopify with Tolstoy

  1. Install Tolstoy from the Shopify App Store
  2. Go to Tolstoy → Videos → Upload and upload your product videos or import from TikTok/Instagram
  3. In the video editor, click Tag Products → search your Shopify catalog → click the point in the video where the product appears to set the hotspot timestamp
  4. Go to Tolstoy → Widgets → Floating Button to add a shoppable video bubble to product pages (appears in the lower corner, auto-plays)
  5. Go to Tolstoy → Widgets → Video Carousel to add a horizontal scroll of shoppable videos above the product description
  6. In Shopify Theme Editor: search for "Tolstoy" in the app sections list and drag the widget to the desired position
  7. Go to Tolstoy → Analytics to track play rate, add-to-cart rate, and revenue attributed to each video

Shopify with YouTube Shopping

  1. Go to Shopify Admin → Sales Channels → + → Google & YouTube
  2. Connect your Google Merchant Center and YouTube channel
  3. Under YouTube Shopping, enable product tagging for your videos
  4. In YouTube Studio, go to Shopping and link your Merchant Center account
  5. Edit any YouTube video → click Products → search your catalog → tag the product
  6. Tagged products appear as a product shelf below your YouTube video and as clickable overlays during playback

WooCommerce

  1. For shoppable video carousels: install VideoSuite or WP Video Popup from the WordPress plugin directory, then use shortcodes to embed videos on product pages
  2. For YouTube Shopping integration: install Google Listings & Ads plugin (official Google plugin) → connect your Google Merchant Center → enable product tagging in YouTube Studio (same process as above)
  3. For native live shopping: use TikTok for WooCommerce plugin and run TikTok LIVE events (see @tiktok-shop-integration for setup)
  4. For a full shoppable video experience without custom code: use Firework via their JavaScript embed — add the embed script to your WooCommerce theme's functions.php via wp_enqueue_script()

BigCommerce

  1. For YouTube Shopping: go to BigCommerce Admin → Channel Manager → Google & Meta and connect Google Merchant Center; then enable YouTube Shopping in YouTube Studio
  2. For shoppable video widgets: add the Tolstoy or Firework JavaScript snippet via BigCommerce → Storefront → Script Manager (Scripts section → Create Script → All pages or specific page)
  3. Configure product tagging from within the Tolstoy or Firework dashboard — both platforms connect to your BigCommerce catalog via API credentials generated in BigCommerce → Advanced Settings → API Accounts

Custom / Headless

For headless stores, build shoppable video with a custom player component and product hotspot overlay:

interface VideoHotspot {
  id:              string;
  productId:       string;
  timestamp:       number;     // seconds into video when hotspot appears
  displayDuration: number;     // how long it stays visible (seconds)
  position:        { x: number; y: number };  // % from top-left (0–100)
}

interface ShoppableVideo {
  id:           string;
  videoUrl:     string;        // HLS (.m3u8) or MP4 URL from CDN
  thumbnailUrl: string;
  hotspots:     VideoHotspot[];
  type:         'recorded' | 'live';
}
// React shoppable video player with time-based hotspot detection
import { useRef, useState, useEffect } from 'react';

function ShoppableVideoPlayer({ video }: { video: ShoppableVideo }) {
  const videoRef = useRef<HTMLVideoElement>(null);
  const [activeHotspot, setActiveHotspot] = useState<VideoHotspot | null>(null);
  const [hotspotProduct, setHotspotProduct] = useState<Product | null>(null);

  useEffect(() => {
    const el = videoRef.current;
    if (!el) return;

    const onTimeUpdate = () => {
      const t = el.currentTime;
      const active = video.hotspots.find(h =>
        t >= h.timestamp && t <= h.timestamp + h.displayDuration
      ) ?? null;

      if (active?.id !== activeHotspot?.id) {
        setActiveHotspot(active);
        if (active) {
          fetch(`/api/products/${active.productId}`)
            .then(r => r.json())
            .then(setHotspotProduct);
        } else {
          setHotspotProduct(null);
        }
      }
    };

    el.addEventListener('timeupdate', onTimeUpdate);
    return () => el.removeEventListener('timeupdate', onTimeUpdate);
  }, [video.hotspots, activeHotspot]);

  return (
    <div style={{ position: 'relative' }}>
      <video ref={videoRef} src={video.videoUrl} poster={video.thumbnailUrl}
             controls playsInline style={{ width: '100%' }} />
      {activeHotspot && hotspotProduct && (
        <div style={{
          position: 'absolute',
          left: `${activeHotspot.position.x}%`,
          top: `${activeHotspot.position.y}%`,
          transform: 'translate(-50%, -100%)',
          background: 'white',
          padding: '12px',
          borderRadius: '8px',
          boxShadow: '0 4px 12px rgba(0,0,0,0.15)',
          zIndex: 10,
          minWidth: '200px',
        }}>
          <p style={{ fontWeight: 600 }}>{hotspotProduct.name}</p>
          <p style={{ color: '#666' }}>${hotspotProduct.price.toFixed(2)}</p>
          <button onClick={() => addToCart(hotspotProduct.id)}>Add to cart</button>
        </div>
      )}
    </div>
  );
}

For LIVE shopping, use Mux for HLS stream creation and WebSockets to push the currently featured product to all viewers:

async function createLiveShoppingEvent(title: string, productIds: string[]) {
  const stream = await muxClient.Video.LiveStreams.create({
    playback_policy: 'public',
    new_asset_settings: { playback_policy: 'public' },
  });

  return db.liveShoppingEvents.create({
    title,
    streamKey:        stream.stream_key,   // configure in OBS/Restream
    playbackUrl:      `https://stream.mux.com/${stream.playback_ids[0].id}.m3u8`,
    featuredProducts: productIds,
    status:           'scheduled',
  });
}

// Broadcast the currently featured product to all live viewers
async function featureProductInLive(eventId: string, productId: string) {
  const product = await db.products.findById(productId);
  await wsServer.broadcast(`live:${eventId}`, {
    type:    'feature-product',
    product: { id: product.id, name: product.name, price: product.price,
               imageUrl: product.images[0]?.url },
  });
}

Step 3: Run a live shopping event (platform-native)

For stores already using TikTok Shop or Instagram Shopping, native LIVE is the lowest-friction path:

TikTok LIVE Shopping:

  1. Ensure all products you plan to feature are in Active status in TikTok Seller Center (review takes 24–48 hours)
  2. Open the TikTok app → tap + → Go LIVE → tap the shopping cart icon → select products to feature
  3. During the LIVE, pin and unpin products in real time — viewers tap the pinned product card to purchase without leaving the app
  4. See @tiktok-shop-integration for full TikTok Shop setup

Instagram Live Shopping:

  1. Connect your Meta product catalog via the Facebook & Instagram channel (see @social-commerce)
  2. Open Instagram → create a LIVE → tap the shopping bag icon → add products from your catalog
  3. Tag products during the LIVE; they appear as tappable links for viewers

On-site LIVE with Firework:

  1. Sign up for Firework and install the embed script on your storefront
  2. Go to Firework → Live Events → Schedule and create a new live event
  3. Connect your product catalog in Firework → Catalog → Import (supports Shopify, WooCommerce, and custom feeds)
  4. During the event, host controls the product spotlight from the Firework producer dashboard — viewers see the featured product card on your site in real time

Step 4: Measure video commerce performance

MetricWhere to Find
Video play rateTolstoy Analytics / Firework Dashboard
Hotspot click-through rateTolstoy Analytics → Interactions
Add-to-cart from videoTolstoy / Firework → Conversions
Revenue attributed to videoTolstoy → Revenue (uses UTM attribution)
LIVE shopping ordersTikTok Seller Center → Analytics / Firework → Live Reports

Best Practices

  • Trigger hotspots 1–2 seconds after a product appears on screen — premature hotspots feel random; delayed ones feel responsive and contextual
  • Keep hotspot cards compact — a card covering more than 20% of the video frame reduces watch time; use a minimal 200×120px card with product name, price, and add-to-cart
  • Pre-load product data for all hotspots on video load — avoids API latency mid-playback; fetch all hotspot products in one batch request when the video player initializes
  • Use HLS for all video delivery — adaptive bitrate streaming ensures smooth playback across all network conditions; upload MP4 source files and transcode to HLS via Mux or Cloudflare Stream
  • Run LIVE events at consistent times — Tuesday/Thursday evenings at 7pm in your primary timezone builds a returning audience; ad hoc live events get low attendance
  • Keep live shopping events under 60 minutes — attention drops sharply after 30–45 minutes; plan your product lineup and demo order in advance

Common Pitfalls

ProblemSolution
Hotspot position drifts on mobileUse percentage-based positioning (% from top-left), not pixel coordinates — percentages scale with the video element
Live stream delay causes product reveal mismatchUse low-latency RTMP settings in OBS (5s latency) or enable WHIP for sub-second latency
Video not loading on iOS SafariEnsure videos use H.264 codec and AAC audio; VP9 is not universally supported on iOS
Tolstoy video slowing page loadTolstoy lazy-loads by default — ensure you are using the Tolstoy Shopify app block, not a custom embed that bypasses their performance optimizations
LIVE shopping products not showingProducts must be in Active status before the event; for TikTok, review takes 24–48 hours — activate products the day before

Related Skills

  • @tiktok-shop-integration
  • @tiktok-ads-integration
  • @ugc-campaign-management
  • @product-launch-campaigns
  • @social-commerce

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.5%
按下载量换算70

Claude

31.48%
按下载量换算64

Cursor

17.83%
按下载量换算36

Gemini CLI

9.47%
按下载量换算19

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills