← 返回
未分类 Key

Global Video Title Generator

Global Video Title Generator - AI-powered title generation for YouTube and TikTok international. Optimized for SEO, click-through rates, and viral potential....
全球视频标题生成器——AI驱动,为YouTube和TikTok国际版生成标题。SEO优化,提升点击率和病毒传播潜力。
shi-lipai
未分类 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 264
下载
💾 1
安装
1
版本
#latest

概述

Global Video Title Generator 🎬

Professional title generation tool for YouTube and TikTok international creators. Generate high-CTR, SEO-optimized titles in multiple languages.

Features

  • Dual Platform Support: YouTube & TikTok International
  • Multi-language: English, Spanish, Portuguese, French, German, Japanese, Korean
  • SEO Optimization: YouTube search algorithm optimized
  • Trend Analysis: Real-time trending topics integration
  • Viral Potential: Titles designed for maximum shareability
  • Free Tier: 5 free generations daily
  • Affordable Pricing: Starting at $0.02 per generation

Use Cases

Use this skill when:

  • "Generate YouTube titles for tech reviews"
  • "Create TikTok titles for cooking videos"
  • "Need SEO-optimized titles in Spanish"
  • "Want viral potential titles"
  • "Generate titles for trending topics"

Don't use this skill when:

  • Need titles for Chinese platforms (use xiaohongshu-title-generator)
  • Need complete video scripts
  • Need free unlimited generations

Quick Start

1. Free Usage (No Registration Required)

from scripts.main import GlobalVideoTitleGenerator

generator = GlobalVideoTitleGenerator()
result = generator.generate(
    platform="youtube",
    category="tech",
    language="en",
    count=3
)

2. Paid Usage (With API Key)

generator = GlobalVideoTitleGenerator(api_key="your_api_key")
result = generator.generate(
    platform="tiktok",
    category="cooking",
    language="en",
    keywords="quick recipes",
    count=5
)

Supported Platforms & Categories

YouTube Categories

  • Tech & Gadgets: Reviews, tutorials, comparisons
  • Gaming: Gameplay, reviews, esports
  • Education: Tutorials, courses, explanations
  • Entertainment: Comedy, reactions, vlogs
  • Lifestyle: Fashion, beauty, travel
  • Finance: Investing, personal finance, crypto
  • Health & Fitness: Workouts, nutrition, wellness
  • Music: Reviews, reactions, covers
  • Sports: Highlights, analysis, tutorials
  • News & Politics: Analysis, commentary, updates

TikTok Categories

  • Dance & Challenges: Viral dances, challenges
  • Comedy & Skits: Funny videos, sketches
  • Educational: Life hacks, tips, facts
  • Beauty & Fashion: Makeup, outfits, trends
  • Cooking & Food: Recipes, food hacks, reviews
  • Fitness & Wellness: Workouts, health tips
  • Gaming: Game clips, tips, funny moments
  • Travel: Destinations, tips, experiences
  • DIY & Crafts: Projects, tutorials, ideas
  • Animals & Pets: Funny pets, care tips

Pricing & Plans

Free Tier

  • Daily Limit: 5 generations
  • Languages: English only
  • Platforms: YouTube & TikTok
  • No Registration: Anonymous usage allowed

Basic Plan - $9.99/month

  • Generations: 500/month
  • Languages: All supported languages
  • Platforms: YouTube & TikTok
  • Features: SEO optimization, trend analysis
  • Cost per generation: $0.02

Pro Plan - $29.99/month

  • Generations: 2000/month
  • Languages: All supported languages + custom
  • Platforms: YouTube, TikTok + API access
  • Features: Advanced SEO, viral score, batch generation
  • Cost per generation: $0.015

Enterprise Plan - $99.99/month

  • Generations: Unlimited
  • Languages: All languages + priority support
  • Platforms: All platforms + custom integrations
  • Features: Custom templates, analytics dashboard, API
  • Priority Support: 24/7 email & chat support

Integration Examples

Python SDK

from global_video_title_generator import GlobalVideoTitleGenerator

# Initialize
generator = GlobalVideoTitleGenerator(api_key="your_api_key")

# Generate YouTube titles
youtube_titles = generator.generate(
    platform="youtube",
    category="tech",
    language="en",
    keywords="iPhone review",
    count=5,
    seo_optimized=True,
    include_hashtags=True
)

# Generate TikTok titles
tiktok_titles = generator.generate(
    platform="tiktok",
    category="comedy",
    language="en",
    style="viral",
    count=3,
    max_length=100  # Character limit
)

Command Line

# List supported categories
python scripts/main.py --platform youtube --list-categories

# Generate titles
python scripts/main.py \
  --platform youtube \
  --category tech \
  --language en \
  --keywords "smartphone review" \
  --count 5 \
  --api-key your_api_key

# Free usage
python scripts/main.py \
  --platform tiktok \
  --category dance \
  --language en \
  --count 3

OpenClaw Integration

skills:
  global-video-title-generator:
    enabled: true
    config:
      api_key: "your_api_key"
      default_platform: "youtube"
      default_language: "en"
      free_tier_enabled: true

Success Stories

Case 1: Tech YouTuber @TechReviewPro

  • Before: 2-3 hours writing titles, 5% CTR
  • After: 5 minutes for 10 titles, 12% CTR
  • Plan: Pro Plan ($29.99/month)
  • Result: 140% increase in views, 2x subscriber growth

Case 2: TikTok Creator @QuickRecipes

  • Before: Generic titles, low virality
  • After: Viral-optimized titles, trending topics
  • Plan: Basic Plan ($9.99/month)
  • Result: 3 videos over 1M views, brand deals

Case 3: Multilingual Channel @GlobalTravel

  • Before: Manual translation, inconsistent quality
  • After: AI-optimized titles in 5 languages
  • Plan: Enterprise Plan ($99.99/month)
  • Result: 300% international audience growth

Technical Specifications

API Endpoints

POST /api/v1/generate
GET  /api/v1/categories
GET  /api/v1/languages
GET  /api/v1/trends
POST /api/v1/analyze

Response Format

{
  "success": true,
  "titles": [
    {
      "text": "iPhone 15 Review: Worth the Upgrade?",
      "platform": "youtube",
      "language": "en",
      "seo_score": 85,
      "viral_score": 72,
      "character_count": 32,
      "hashtags": ["#iPhone15", "#TechReview", "#Apple"]
    }
  ],
  "usage": {
    "remaining": 495,
    "total_used": 5,
    "is_free": false
  }
}

Rate Limits

  • Free Tier: 5 requests/day, 1 request/second
  • Basic Plan: 500 requests/month, 5 requests/second
  • Pro Plan: 2000 requests/month, 10 requests/second
  • Enterprise: Unlimited, 50 requests/second

Security & Privacy

Data Protection

  • Encryption: All data encrypted in transit and at rest
  • No Storage: Generated titles not stored permanently
  • GDPR Compliant: Full compliance with data protection regulations
  • CCPA Ready: California Consumer Privacy Act compliance

Payment Security

  • Stripe Integration: Secure payment processing
  • PCI DSS Compliant: Payment card industry standards
  • No Card Storage: We don't store payment information
  • Refund Policy: 30-day money-back guarantee

Support & Community

Documentation

  • API Documentation: https://docs.videotitlegen.com
  • Tutorial Videos: YouTube channel
  • Code Examples: GitHub repository
  • FAQ: Comprehensive knowledge base

Community

  • Discord: Live community support
  • Twitter: Updates and tips
  • YouTube: Tutorials and case studies
  • Blog: Best practices and trends

Support Channels

  • Email: support@videotitlegen.com
  • Chat: In-app live chat (Pro & Enterprise)
  • Phone: +1-800-VIDEO-TITLE (Enterprise only)
  • Response Time: < 4 hours for paid plans

Roadmap

Q2 2026

  • [ ] Instagram Reels support
  • [ ] Twitter/X video titles
  • [ ] Advanced analytics dashboard
  • [ ] Browser extension

Q3 2026

  • [ ] AI thumbnail suggestions
  • [ ] Video description generation
  • [ ] Competitor analysis
  • [ ] Bulk upload feature

Q4 2026

  • [ ] Voiceover script generation
  • [ ] Video editing suggestions
  • [ ] Channel growth analytics
  • [ ] Creator marketplace

Start generating viral titles today!

Free tier available - no credit card required.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 21:37 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

security-compliance

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,222 📥 267,236
ai-intelligence

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,070 📥 804,012
ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,369 📥 319,537