Agent skill · Content & Marketing

tiktok-targeted-analysis

Analyzes user-provided TikTok URLs to generate comprehensive video breakdowns, 1 replication script (100% structure copy), and AI video generation prompts for Veo 3.1/Sora in copy-paste ready markdown code blocks

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill tiktok-targeted-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: 12 KB
Bundled scripts: none
Version: 1.0.0
Declared author: Claude Code
Path: skills/analysis/tiktok-targeted-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.

From the SKILL.md

# TikTok Targeted Video Analysis Skill **PURPOSE:** Deep analysis of competitor/inspiration TikTok videos for exact structural replication **KEY DISTINCTION:** Unlike the product-based workflow (scrape → top 5 videos → 3 different scripts), this skill analyzes specific user-provided URLs to generate 1 exact replica script with AI-ready video generation prompts. --- ## What This Skill Does ### Input - **CSV file** with TikTok URLs or **single URL** via command line - CSV columns: `url`, `product_name`, `campaign_id` (optional) ### Output (per video) ``` targeted_analysis/YYYYMMDD/{video_id}/ ├── metadata.json # Creator, views, likes, duration ├── video.mp4 # Downloaded video ├── frames/ (every 2s) # Keyframes for analysis ├── audio.mp3 # Extracted audio ├── transcript.json # Hybrid transcription ├── analysis.md # Combined 3-part analysis ├── character_descriptions.md # Detailed casting guide ├── replication_script.md # Obsidian-ready script ├── ai_video_prompts.md # Shot-by-shot Veo/Sora prompts ├── processing_status.json # Phase completion tracking └── analysis.log # Debug log ``` --- ## 5-Phase Pipeline ### Phase 1: Metadata Extraction - Extract video ID from URL (regex + yt-dlp f

What's inside
Steps it walks through
  1. What This Skill Does
  2. Input
  3. Output (per video)
  4. 5-Phase Pipeline
  5. Phase 1: Metadata Extraction
  6. Phase 2: Frame + Audio Extraction + Transcription
  7. Phase 3: Comprehensive Analysis (4 Sub-Phases)
  8. Phase 4: Replication Script Generation
  9. Phase 5: AI Video Prompts Generation
  10. Integration with Existing Workflow
  11. Key Technical Decisions
  12. 1. Frame Interval: 2s vs 3s
  13. 2. Three-Phase Gemini Analysis
  14. 3. AI Prompt Format
Ships with 1 file
  • metadata.json
Commands it runs
Ensure you're at repo root
cd /Users/lxt/Movies/TikTok/WZ/lukas_9688
Virtual environment with dependencies
cd scripts
source venv/bin/activate
Required tools
which yt-dlp    # Video downloading
which ffmpeg    # Frame/audio extraction
which gemini    # Analysis
python -c "from faster_whisper import WhisperModel" # Transcription
More from claude-skill-registry
All skills →
About this skill
What does the tiktok-targeted-analysis skill do?

Analyzes user-provided TikTok URLs to generate comprehensive video breakdowns, 1 replication script (100% structure copy), and AI video generation prompts for Veo 3.1/Sora in copy-paste ready markdown code blocks

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill tiktok-targeted-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