Agent skill · Data & Analytics

tiktok-product-analysis

Parallel analysis pipeline for TikTok product campaigns. Handles image analysis, video analysis, and market synthesis using Gemini async MCP. Prepares all foundation data before script generation. Designed for batch processing multiple products simultaneously.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill tiktok-product-analysis --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 27 KB
Bundled scripts: none
Version: 1.0.0
Declared author: Claude
Path: skills/analysis/tiktok-product-analysis/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

Review
written from the skill's own SKILL.md · Aug 5, 2026

What it does

The skill orchestrates a parallel analysis pipeline for TikTok product campaigns. It handles image analysis, video analysis, and market synthesis, all to prepare foundation data before script generation. The executor is Gemini CLI MCP (async), enabling parallel tasks, and the output consists of analysis files that the script generator will reference (without duplicating content).

How it works

  • Execution uses Gemini CLI MCP (async) to run tasks in parallel where appropriate.
  • It processes TikTok product campaigns in a batch-oriented fashion, preparing analysis assets prior to any script generation step.
  • The skill emphasizes producing analysis files (e.g., image analysis, video analyses, and video synthesis) that will be consumed by downstream script generation processes.

When to use it

  • Use when you need to initialize analysis groundwork for multiple TikTok product campaigns and want to stage image analysis, video analysis, and market synthesis in parallel before generating scripts.
  • Applicable when analysis outputs are intended to be referenced by a separate script generator rather than embedded in the analysis itself.

What it can touch

  • Tools: claude-code
  • It references analysis prompts and synthesis prompts as part of the workflow, with outputs stored as analysis files for later use by the script generator.

Caveats

  • The skill relies on Gemini async MCP for parallelism and does not guarantee specific script content quality; outputs are foundation data for scripts.
  • No outcomes beyond producing analysis files are stated; success is defined as producing the required analysis files for review by downstream steps.
From the SKILL.md

# TikTok Product Analysis Skill **PURPOSE:** Prepare all analysis foundation before script generation **EXECUTOR:** Gemini CLI MCP (async for parallelism) **OUTPUT:** Analysis files that script generator will reference (not duplicate) --- ## Compliance & Policy Notes (DE Market) - ENHANCED ### Safety Matrix with Concrete Examples This skill should explicitly capture policy-sensitive claims so downstream scripts stay safe. | Risk Type | ❌ AVOID | ⚠️ USE CAREFULLY | ✅ SAFE | |:----------|:---------|:----------------|:--------| | **Price** | "nur €10!", "50% Rabatt" | "~€10" with disclaimer | "erschwinglich", "preiswert" | | **Waterproof** | "100% wasserdicht", "完全防水" | "IP67" (only if sourced) | "spritzwassergeschützt" | | **Medical** | "heilt", "Schmerzfreiheit" | "Entspannung" (no guarantees) | "angenehm", "komfortabel" | | **Tech Specs** | "4K Support" (ambiguous) | "4K Dekodierung" (if sourced) | "HD Qualität" | **Example format for analysis files:** ```markdown * **CRITICAL**: Das Produkt ist NICHT spülmaschinenfest. Darauf muss in Kommentaren hingewiesen werden. **关键**:该产品不可放入洗碗机。必须在评论中指出。 ``` Add these as explicit DO/DON'T bullets with concrete examples in the generated `ref_v

What's inside
Steps it walks through
  1. Compliance & Policy Notes (DE Market) - ENHANCED
  2. Safety Matrix with Concrete Examples
  3. Bilingual Output Standards | 双语输出标准
  4. Agent Assignment
  5. ⚠️ Concurrency Limits | 并发限制
  6. Model Policy (MANDATORY)
  7. German Market Intelligence (MANDATORY in videosynthesis.md)
  8. The Real Bottleneck: Videos Per Product
  9. Why This Matters
  10. Pipeline Strategy Per Product
  11. Time Impact (8 Products Example)
  12. Workflow Overview
  13. Phase 1: Sequential Product Analysis Pipeline
  14. Complete Implementation
Ships with 1 file
  • metadata.json
Commands it runs
verify_analysis.sh
echo "=== Analysis Verification: $product_id ==="
Check 1: Image analysis (if images exist)
if [ -d "$base/product_images" ]; then
if [ "$img_count" -gt 0 ]; then
if [ -f "$base/product_images/image_analysis.md" ]; then
if [ "$lines" -ge 200 ]; then
echo "✅ Image analysis: $lines lines"
else
echo "⚠️ Image analysis incomplete: $lines lines (need 200+)"
More from claude-skill-registry
All skills →
About this skill
What does the tiktok-product-analysis skill do?

Parallel analysis pipeline for TikTok product campaigns. Handles image analysis, video analysis, and market synthesis using Gemini async MCP. Prepares all foundation data before script generation. Designed for batch processing multiple products simultaneously.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill tiktok-product-analysis --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going