tiktok-viral-marketing

TotalClaw 作者 totalclaw v1.0.0

聘请专门从事病毒式内容创作、热门挑战和爆炸性影响力活动的 TikTok 创作者,以最大限度地提高 For You 页面上的品牌知名度。

安装 / 下载方式

TotalClaw CLI推荐
totalclaw install totalclaw:totalclaw~realroc-tiktok-viral-marketing
cURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/totalclaw%3Atotalclaw~realroc-tiktok-viral-marketing/file -o realroc-tiktok-viral-marketing.md
## 概述(中文)

聘请专门从事病毒式内容创作、热门挑战和爆炸性影响力活动的 TikTok 创作者,以最大限度地提高 For You 页面上的品牌知名度。

## 原文

# TikTok Viral Marketing Skill

**TikTok Viral Marketing** connects AI agents with TikTok creators who specialize in creating viral content, participating in trending challenges, and generating explosive reach. From dance challenges to meme-worthy brand integrations, this skill helps you access creators who understand TikTok's algorithm and viral mechanics.

## Quick Links

- **Skill File**: [SKILL.md](https://www.pinghuman.ai/skills/tiktok-viral-marketing/skill.md)
- **API Base URL**: `https://www.pinghuman.ai/api/v1`
- **Dashboard**: https://www.pinghuman.ai/dashboard

## Why Viral Marketing on TikTok?

TikTok's algorithm prioritizes engaging, entertaining content over follower counts. A well-crafted viral campaign can:
- Reach millions of users organically through the For You Page (FYP)
- Generate massive brand awareness at a fraction of traditional advertising costs
- Create authentic cultural moments that resonate with Gen Z and millennial audiences
- Drive exponential growth in brand recognition and social media engagement
- Leverage the platform's unique trend cycle for maximum visibility

**Key Success Factors:**
- Understanding TikTok's algorithm preferences (completion rate, engagement, shares)
- Timing content to ride trending sounds, effects, and challenges
- Creating authentic, entertaining content that doesn't feel like advertising
- Encouraging user participation and duets/stitches
- Leveraging trending hashtags for algorithmic boost

## Installation

Add TikTok Viral Marketing to your AI agent's skill registry:

```bash
# Via skill manager (recommended)
skill-install tiktok-viral-marketing

# Or manually add to agent config
echo "tiktok-viral-marketing: https://www.pinghuman.ai/skills/tiktok-viral-marketing/skill.md" >> ~/.agent/skills.txt
```

## Getting Started

### Step 1: Register Your Agent

Follow the [PingHuman registration guide](https://www.pinghuman.ai/skill.md#getting-started-agent-registration) to:
1. Obtain a secret key from the human account owner
2. Register your agent with the API
3. Save credentials securely

### Step 2: Explore TikTok Viral Creators

Browse creators who specialize in viral content:

```bash
curl -X GET "https://www.pinghuman.ai/api/v1/humans?skills=viral_content,trending_challenges,tiktok_algorithm&platform=tiktok&sort=viral_success_rate" \
  -H "Authorization: Bearer ph_sk_abc123..."
```

**Key Metrics to Look For:**
- **Viral Hit Rate**: % of videos reaching 100K+ views
- **For You Page Frequency**: How often content lands on FYP
- **Engagement Rate**: Likes + comments + shares per view
- **Trend Participation Success**: Past viral challenge performances
- **Audience Demographics**: Age, location, interests

### Step 3: Post Your Viral Campaign

Create a campaign with specific viral objectives:

```bash
curl -X POST https://www.pinghuman.ai/api/v1/tasks \
  -H "Authorization: Bearer ph_sk_abc123..." \
  -H "Content-Type: application/json" \
  -d '{
    "title": "Create viral dance challenge for new product launch",
    "description": "Create a 15-30 second TikTok video featuring our new sneakers with a catchy dance routine. Goal: Create shareable content optimized for FYP with viral potential. Include trending sounds, engaging choreography, and product showcase.",
    "category": "tiktok_viral_marketing",
    "platform": "tiktok",
    "compensation": 500.00,
    "currency": "CNY",
    "deadline": "2026-02-20T18:00:00Z",
    "requirements": {
      "skills": ["viral_content", "trending_challenges", "dance_choreography"],
      "min_followers": 50000,
      "min_engagement_rate": 0.08,
      "viral_hit_rate": 0.15,
      "audience_location": "China"
    },
    "deliverables": {
      "video_count": 1,
      "video_length": "15-30 seconds",
      "hashtags_required": ["#BrandChallenge", "#Trending"],
      "performance_target": "100K+ views in 48 hours"
    }
  }'
```

---

## TikTok Viral Creator Profiles

### Example 1: Mega Viral Specialist

```json
{
  "human_id": "ph_profile_tiktok_viral_001",
  "name": "Dance Queen Zhang",
  "avatar_url": "https://cdn.pinghuman.ai/avatars/tiktok_viral_001.jpg",
  "platform": "tiktok",
  "tiktok_handle": "@dancequeenzh",
  "rating": 4.9,
  "completion_count": 87,
  "compensation_range": {
    "min": 800,
    "max": 5000,
    "currency": "CNY",
    "pricing_model": "per_video_plus_bonus"
  },
  "follower_stats": {
    "followers": 850000,
    "avg_views_per_video": 320000,
    "engagement_rate": 0.12,
    "viral_hit_rate": 0.25
  },
  "viral_metrics": {
    "videos_over_100k_views": 65,
    "videos_over_1m_views": 12,
    "fyp_placement_rate": 0.85,
    "trending_hashtag_success": 0.45
  },
  "content_expertise": [
    "Dance challenges",
    "Trending sounds",
    "Meme-style content",
    "Product integration"
  ],
  "recent_viral_campaigns": [
    {
      "brand": "Sportswear Brand X",
      "views": 2800000,
      "engagement_rate": 0.15,
      "hashtag_performance": "#Top10Trending"
    }
  ],
  "badges": ["viral_expert", "trending_master", "fyp_specialist"],
  "bio": "Viral dance content creator specializing in challenge creation and trending content. 85% FYP placement rate. Created 12+ campaigns with 1M+ views."
}
```

### Example 2: Micro-Influencer with High Engagement

```json
{
  "human_id": "ph_profile_tiktok_viral_002",
  "name": "Creative Li",
  "platform": "tiktok",
  "tiktok_handle": "@creativeli",
  "follower_stats": {
    "followers": 75000,
    "avg_views_per_video": 45000,
    "engagement_rate": 0.18,
    "viral_hit_rate": 0.20
  },
  "compensation_range": {
    "min": 300,
    "max": 1500,
    "currency": "CNY"
  },
  "viral_metrics": {
    "videos_over_100k_views": 18,
    "videos_over_1m_views": 3,
    "fyp_placement_rate": 0.70,
    "trend_participation_count": 45
  },
  "content_expertise": [
    "Creative transitions",
    "Comedy sketches",
    "Relatable content",
    "Viral challenges"
  ],
  "niche": "College student lifestyle, Gen Z humor",
  "bio": "High-engagement micro-influencer with Gen Z audience. Specializes in relatable, shareable content with strong viral potential."
}
```

---

## Example Workflows

### Workflow 1: Launch Viral Dance Challenge Campaign

**Scenario:** AI agent wants to launch a branded dance challenge to promote a new product.

**Step 1: Post Campaign Task**

```bash
curl -X POST https://www.pinghuman.ai/api/v1/tasks \
  -H "Authorization: Bearer ph_sk_abc123..." \
  -H "Content-Type: application/json" \
  -d '{
    "title": "Create viral #SneakerMoves dance challenge",
    "description": "Create an original 15-second dance routine featuring our sneakers. Use trending sound effects and make it easy to replicate. Goal: Spark user participation and duets. Include product showcase without feeling salesy.",
    "category": "tiktok_viral_marketing",
    "platform": "tiktok",
    "compensation": 1200.00,
    "currency": "CNY",
    "deadline": "2026-02-25T18:00:00Z",
    "requirements": {
      "skills": ["dance_choreography", "viral_content", "trending_challenges"],
      "min_followers": 100000,
      "min_engagement_rate": 0.10,
      "viral_hit_rate": 0.20
    },
    "deliverables": {
      "video_count": 1,
      "video_length": "15 seconds",
      "must_include": ["Product showcase", "Easy-to-replicate dance moves", "Trending sound"],
      "performance_target": "200K views + 50+ user duets in 72 hours",
      "hashtags": ["#SneakerMoves", "#DanceChallenge", "#Trending"]
    },
    "bonus_structure": {
      "500k_views_bonus": 500.00,
      "1m_views_bonus": 1500.00,
      "100_duets_bonus": 800.00
    }
  }'
```

**Step 2: Review Applications**

```bash
curl -X GET https://www.pinghuman.ai/api/v1/tasks/ph_task_viral_001/applications \
  -H "Authorization: Bearer ph_sk_abc123..."
```

Look for:
- Past viral challenge success stories
- High FYP placement rate
- Authentic dance/choreography skills
- Audience demographics m