Token导航 LogoToken导航TokenDH.com
前端设计需要联网github未标认证来源可访问许可证需确认审计提醒

tiktok-ad-creative-generation抖音广告创意生成

Agent Skill

tiktok-ad-creative-generation 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

19,899

周安装

753

GitHub Stars

12

下载量

5,174
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:tiktok-ad-creative-generation(抖音广告创意生成)
来源仓库:https://github.com/eachlabs/skills
仓库路径:skills/tiktok-ad-creative-generation
安装命令:
npx skills add https://github.com/eachlabs/skills --skill 'TikTok Ad Creative Generation'
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/eachlabs/skills --skill 'TikTok Ad Creative Generation'

简介

用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息。

  • 适合在需要围绕仓库状态、代码变更或协作事项进行整理时使用。
  • 可结合来源仓库和原始 README 核验具体用法,支持 Codex、Claude 等宿主环境。
  • 安装命令:npx skills add https://github.com/eachlabs/skills --skill 'TikTok Ad Creative Generation'。
  • 安装前建议确认权限范围、维护状态及是否会触发联网或文件读写操作。

SKILL.md

TikTok Ad Creative Generation

Generate scroll-stopping TikTok ad creatives using the each::sense API. Create native-feeling vertical video content optimized for TikTok's unique format and audience expectations.

Overview

The each::sense API enables you to generate TikTok-optimized ad creatives that blend seamlessly with organic content:

  • TikTok-Native Vertical Video: 9:16 aspect ratio optimized for full-screen mobile experience
  • Spark Ads Style: Authentic, creator-driven aesthetics that feel native to the platform
  • Trending Formats: UGC-style, challenge videos, duets, transitions, and viral hooks
  • Sound-On Design: Visuals designed to complement trending audio and voiceovers
  • Fast Hooks: First-frame impact to capture attention in under 1 second

Quick Start

curl -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a TikTok ad video for a skincare brand. UGC style, girl doing her morning routine, showing the product naturally. Vertical 9:16, trendy aesthetic, soft morning light."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

TikTok Ad Formats & Sizes

FormatAspect RatioResolutionDurationDescription
In-Feed Ads9:161080x19205-60sNative video ads in For You feed
TopView9:161080x19205-60sFirst ad users see when opening app
Spark Ads9:161080x19205-60sBoosted organic-style content
Branded Effects9:161080x1920VariableAR filters and effects
Collection Ads9:161080x19205-60sShoppable product galleries
Branded Hashtag9:161080x1920VariableChallenge-based campaigns

Use Case Examples

1. UGC-Style Product Ad

Generate authentic user-generated content style ads that feel native to TikTok.

curl -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a UGC-style TikTok ad. A young woman in her bedroom talking directly to camera about her favorite new lip gloss. Natural lighting, casual outfit, authentic vibe. She holds up the product excitedly. Vertical 9:16 format, iPhone selfie camera angle."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

2. Product Showcase with Trending Transition

Create dynamic product reveals using popular TikTok transitions.

curl -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "TikTok product showcase video for wireless earbuds. Start with hand covering camera, transition reveal to the earbuds floating with dynamic lighting. Trendy purple and blue gradient background, tech aesthetic. 9:16 vertical, punchy and fast-paced."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

3. Trending Challenge Style

Capitalize on viral challenge formats for maximum engagement.

curl -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a TikTok challenge-style video for a fitness app. Person doing the popular dance trend but incorporating workout moves. Energetic, fun, gym setting with ring light. Caption space at top. Vertical 9:16, high energy vibe."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

4. Before/After Transformation

Showcase dramatic results with split-screen or transition reveals.

curl -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Before and after TikTok ad for a hair styling tool. Left side: messy bedhead hair. Right side: sleek, styled hair. Same person, dramatic transformation. Clean white bathroom background, good lighting. 9:16 vertical split screen style."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

5. Unboxing Experience

Create ASMR-friendly unboxing content that drives curiosity.

curl -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "TikTok unboxing video for a luxury subscription box. Hands slowly opening a beautiful pink box, revealing tissue paper, then premium beauty products. ASMR aesthetic, close-up shots, soft overhead lighting. Vertical 9:16, satisfying and aesthetic."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

6. Tutorial Style Ad

Educational content that provides value while showcasing products.

curl -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Quick tutorial TikTok ad for a cooking gadget. Hands demonstrating how to use a vegetable spiralizer in 3 easy steps. Bright kitchen, overhead angle, ingredients visible. Text overlay space for step numbers. 9:16 vertical, fast and informative."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

7. POV (Point of View) Format

Immersive first-person perspective that resonates with TikTok audiences.

curl -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "POV TikTok ad: you just received your online order. First-person view of hands opening a package, pulling out trendy sneakers, trying them on. Bedroom floor setting, excited energy, millennial aesthetic. Vertical 9:16 format."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

8. Reaction/Review Style

Authentic reaction content that builds trust and relatability.

curl -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "TikTok reaction-style ad for a snack brand. Person trying the new flavor for the first time, genuine surprised expression, then excited approval. Casual home setting, ring light, talking to camera. Space for text overlays. 9:16 vertical."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

9. Aesthetic Product Flat Lay

Visually pleasing arrangements perfect for beauty and lifestyle brands.

curl -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Aesthetic flat lay TikTok video for a stationery brand. Hands arranging pastel notebooks, pens, and washi tape on a marble desk. Satisfying organization, soft shadows, minimal aesthetic. Stop motion feel. 9:16 vertical format."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

10. Day-in-the-Life Integration

Seamlessly integrate products into lifestyle content.

curl -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Day in the life TikTok ad for a coffee brand. Morning routine montage - alarm, stretching, making coffee with the product featured naturally, sipping while checking phone. Cozy apartment, golden hour light, lo-fi aesthetic. 9:16 vertical."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

Using Reference Images

Provide product images or brand references to guide the generation.

curl -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a TikTok ad featuring this product. UGC style, young creator showing it off in their room. Trendy, authentic, vertical 9:16 format."}],
    "model": "eachsense/beta",
    "stream": true,
    "image_urls": ["https://example.com/product-image.jpg"],
    "mode": "max"
  }'

Best Practices for TikTok Ads

Hook in the First Second

TikTok users scroll fast. Your opening frame must grab attention immediately.

  • Start with movement or action
  • Use bold visuals or unexpected elements
  • Avoid slow intros or logo reveals
  • Lead with the most compelling moment

Native Feel Over Polished Production

TikTok audiences respond better to authentic content than traditional ads.

  • Use natural lighting when possible
  • Embrace imperfection and rawness
  • Mimic creator content, not TV commercials
  • Keep the energy casual and relatable

Sound-On Design

TikTok is a sound-on platform - design visuals that complement audio.

  • Leave space for trending sounds
  • Consider lip-sync moments
  • Use visual cues that match beat drops
  • Design for both sound-on and sound-off viewing

Follow Trends (But Stay Relevant)

Leverage trending formats while maintaining brand relevance.

  • Reference current TikTok trends in prompts
  • Adapt viral formats to your product
  • Keep content timely and fresh
  • Avoid outdated or overused trends

Mobile-First Composition

Design for vertical, full-screen mobile viewing.

  • Keep important elements in the center
  • Leave space for captions and UI elements
  • Use close-ups for product details
  • Ensure text is readable on small screens

Prompt Tips for TikTok Aesthetic

Include These Elements

  • Format: Always specify "9:16 vertical" or "TikTok format"
  • Style: UGC, authentic, native, creator-style, casual
  • Lighting: Natural, ring light, golden hour, soft
  • Setting: Bedroom, bathroom, kitchen, everyday spaces
  • Energy: Fast-paced, punchy, dynamic, engaging
  • Camera angle: Selfie, handheld, POV, overhead

Effective Prompt Structure

[Content type] + [Subject/Action] + [Setting] + [Aesthetic] + [Format] + [Special elements]

Example:

"UGC-style TikTok ad + girl applying skincare + bathroom mirror + clean girl aesthetic + 9:16 vertical + morning light, text overlay space"

Style Keywords That Work

CategoryKeywords
AestheticClean girl, that girl, dark academia, cottagecore, Y2K, minimal
EnergyChaotic, chill, energetic, cozy, satisfying, dramatic
CameraSelfie angle, overhead, close-up, wide, tracking, shaky
LightingGolden hour, ring light, natural, moody, soft, harsh
Edit styleJump cuts, transitions, slow-mo, speed ramp, split screen

Mode Selection

Max Mode

Use for high-quality ad creatives requiring detailed visuals.

curl -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Premium TikTok TopView ad for a luxury perfume. Cinematic close-up of the bottle, light refracting through glass, elegant hands reaching for it. High-end aesthetic, 9:16 vertical."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

Eco Mode

Use for rapid iteration and concept exploration.

curl -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Quick TikTok ad concept for a snack brand. Person snacking while scrolling phone. Casual, relatable. 9:16."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "eco"
  }'

Multi-Turn Iteration with Session ID

Refine your TikTok ad creatives through conversation.

Initial Generation

curl -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a TikTok ad for a new energy drink. Young person at the gym, taking a sip, then crushing their workout. High energy, motivational. 9:16 vertical."}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "tiktok-ad-energy-001",
    "mode": "max"
  }'

Iterate on Style

curl -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Make it more UGC style, less polished. Like someone filming themselves with their phone propped up."}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "tiktok-ad-energy-001",
    "mode": "max"
  }'

Adjust for Brand Guidelines

curl -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Add more neon green accents to match our brand colors. Keep the can prominently visible."}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "tiktok-ad-energy-001",
    "mode": "max"
  }'

Error Handling

Rate Limiting

# Implement retry with exponential backoff
for i in 1 2 3; do
  response=$(curl -s -w "\n%{http_code}" -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
    -H "Content-Type: application/json" \
    -H "X-API-Key: $EACHLABS_API_KEY" \
    -H "Accept: text/event-stream" \
    -d '{
      "messages": [{"role": "user", "content": "TikTok ad for a fashion brand, trendy outfit reveal. 9:16 vertical."}],
      "model": "eachsense/beta",
    "stream": true,
      "mode": "max"
    }')

  http_code=$(echo "$response" | tail -n1)

  if [ "$http_code" -eq 200 ]; then
    echo "$response" | head -n -1
    break
  elif [ "$http_code" -eq 429 ]; then
    echo "Rate limited, retrying in $((i * 5)) seconds..."
    sleep $((i * 5))
  else
    echo "Error: HTTP $http_code"
    break
  fi
done

Validation

# Validate required parameters before sending
if [ -z "$EACHLABS_API_KEY" ]; then
  echo "Error: EACHLABS_API_KEY environment variable is not set"
  exit 1
fi

curl -X POST "https://eachsense-agent.core.eachlabs.run/v1/chat/completions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "TikTok in-feed ad for headphones. 9:16 vertical format."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

Related Skills

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

35.77%
按下载量换算1,851

Claude

28.42%
按下载量换算1,470

Cursor

18.1%
按下载量换算936

Gemini CLI

9.83%
按下载量换算509

安全审计

Gen Agent Trust Hub

通过

Socket

可疑

Snyk

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills