Skill 详情
tiktok-marketing
Direct social-media marketing capability.
使用前先检查
自动化审核只检查相关性,不代表安全审查或推荐。使用前请阅读来源中的说明。
SKILL.md
这段内容是审核时保存的快照。外部来源才是完整且最新的版本。
---
name: tiktok-marketing
description: "TikTok content strategy, video creation workflows, posting optimization, and analytics. Based on n8n automation templates."
version: "1.0.0"
author: claude-office-skills
license: MIT
category: marketing
tags:
- tiktok
- social-media
- video-marketing
- content-strategy
- automation
department: Marketing
models:
recommended:
- claude-sonnet-4
- claude-opus-4
compatible:
- gpt-4
- gpt-4o
mcp:
server: social-media-mcp
tools:
- tiktok_upload
- tiktok_analytics
- video_generate
- caption_generate
- hashtag_research
capabilities:
- content_strategy
- video_scripting
- posting_schedule
- hashtag_optimization
- analytics_tracking
languages:
- en
- zh
related_skills:
- social-publisher
- ads-copywriter
- image-generation
- content-writer
---
# TikTok Marketing
Comprehensive TikTok marketing skill covering content strategy, video creation workflows, posting optimization, and analytics tracking. Integrates with n8n automation for scalable content production.
## Overview
This skill enables:
- Content strategy development for TikTok
- AI-powered video script generation
- Automated posting workflows
- Hashtag and trend optimization
- Performance analytics and reporting
---
## Content Strategy Framework
### 1. Content Pillars (4-6 pillars recommended)
```yaml
content_pillars:
- name: "Educational"
ratio: 40%
formats: [tutorials, tips, how-tos, explainers]
goal: build_authority
- name: "Entertainment"
ratio: 30%
formats: [trends, challenges, humor, behind-scenes]
goal: increase_reach
- name: "Promotional"
ratio: 15%
formats: [product_demos, launches, offers]
goal: drive_conversions
- name: "Community"
ratio: 15%
formats: [UGC, duets, Q&A, polls]
goal: build_engagement
```
### 2. Content Calendar Template
| Day | Pillar | Format | Hook Type | CTA |
|-----|--------|--------|-----------|-----|
| Mon | Educational | Tutorial | Question | Follow for more |
| Tue | Entertainment | Trend | Shock | Like if you agree |
| Wed | Community | Q&A | Direct | Comment below |
| Thu | Educational | Tips | List | Save this |
| Fri | Entertainment | Behind-scenes | Story | Share with friend |
| Sat | Promotional | Demo | Problem | Link in bio |
| Sun | Community | UGC Repost | Gratitude | Tag us |
---
## Video Script Framework
### The Hook-Content-CTA Structure
```
┌─────────────────────────────────────────────────────────┐
│ HOOK (0-3 seconds) │
│ • Question: "Did you know...?" │
│ • Statement: "This changed everything" │
│ • Shock: "I can't believe this works" │
│ • List: "3 things you need to know" │
│ Must stop the scroll immediately │
└─────────────────────────────────────────────────────────┘
│
▼
┌─────────────────────────────────────────────────────────┐
│ CONTENT (3-50 seconds) │
│ • Deliver on the hook promise │
│ • One clear message per video │
│ • Visual demonstrations > talking │
│ • Pattern interrupts every 3-5 seconds │
│ • Text overlays for key points │
└─────────────────────────────────────────────────────────┘
│
▼
┌─────────────────────────────────────────────────────────┐
│ CTA (last 2-3 seconds) │
│ • Follow: "Follow for more tips" │
│ • Engage: "Comment your experience" │
│ • Share: "Send to someone who needs this" │
│ • Save: "Save for later" │
│ • Convert: "Link in bio" │
└────────────────────────────在 GitHub 阅读完整来源 (打开外部页面)