Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计提醒

global-video-title-generator全局视频标题生成器

Agent Skill

用于辅助视频生成、动画合成、脚本化剪辑或 Remotion 等视频项目开发。它适合让 Agent 组织镜头、生成素材说明、维护合成代码或排查渲染问题。使用时需要确认分辨率、时长、素材路径和导出格式;涉及外部素材、人物肖像或商业发布时,应先核对版权授权和内容审核要求。

总安装

2,303

周安装

95

GitHub Stars

公开资料未说明

下载量

752
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:global-video-title-generator(全局视频标题生成器)
来源仓库:https://github.com/shi-lipai/global-video-title-generator
安装命令:
openclaw skills install global-video-title-generator
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

ClawHubOpenClaw
openclaw skills install global-video-title-generator

简介

生成 YouTube 与 TikTok 国际版视频标题,优化 SEO 与点击率。

  • 适用于短视频运营、内容创作者与营销团队应用场景。
  • 通过 clawhub 安装,需确认关键词库与趋势数据接入权限。
  • 支持多语言标题生成与文化语境适配。global-video-title-generator 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 建议结合平台算法规则测试不同标题变体效果。

SKILL.md

name
global-video-title-generator
description
Global Video Title Generator - AI-powered title generation for YouTube and TikTok international. Optimized for SEO, click-through rates, and viral potential. Supports multiple languages and trending topics.

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.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

能力 5

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

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

平台分布

OpenClaw

89.91%
按下载量换算676

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

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

来源信息

继续浏览同类 Skills