Detalle del Skill
tiktok-marketing
Direct social-media marketing capability.
Revisar antes de usar
La revisión automática comprueba relevancia, no seguridad ni respaldo. Lee las instrucciones de la fuente antes de usar este Skill.
SKILL.md
Este extracto es una copia guardada durante la revisión. La fuente externa contiene la versión completa y actual.
---
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" │
└────────────────────────────Leer la fuente completa en GitHub (abre una página externa)