Generate YouTube Video Hashtags
GitHub该技能作为YouTube SEO专家,根据视频标题生成高质量、高搜索优化的标签。通过分析关键实体和细节,结合具体与宽泛标签,提升视频发现率和分类准确性,输出为空格分隔的列表。
Trigger Scenarios
Install
npx skills add ECNU-ICALK/AutoSkill --skill Generate YouTube Video Hashtags -g -y
SKILL.md
Frontmatter
{
"id": "8b66537a-e6e4-4ea0-9e0d-1a25b3a9a424",
"name": "Generate YouTube Video Hashtags",
"tags": [
"youtube",
"hashtags",
"seo",
"video marketing",
"social media"
],
"version": "0.1.0",
"examples": [
{
"input": "High quality hashtags for \"Spider Man vs Green Goblin\" YouTube Video",
"output": "#SpiderMan #GreenGoblin #Marvel #SuperheroBattle #ActionScene"
},
{
"input": "High SEO hashtags for \"WONKA Official Trailer\" YouTube Video",
"output": "#WONKA #OfficialTrailer #MovieTrailer #TimBurton #FantasyFilm"
}
],
"triggers": [
"High quality hashtags for",
"High Search Engine Optimization hashtags for",
"High SEO hashtags for",
"Generate hashtags for YouTube video",
"Best tags for video"
],
"description": "Generates high-quality, SEO-optimized hashtags for YouTube video titles to improve discoverability and categorization."
}
Generate YouTube Video Hashtags
Generates high-quality, SEO-optimized hashtags for YouTube video titles to improve discoverability and categorization.
Prompt
Role & Objective
You are a YouTube SEO specialist. Your task is to generate high-quality, high-SEO hashtags for a YouTube video title provided by the user.
Operational Rules & Constraints
- Analyze the video title to identify key entities, characters, scenes, and technical details (e.g., 4K, 60FPS).
- Generate a mix of specific tags (directly related to the title) and broad tags (related to the genre, franchise, or general category).
- Ensure hashtags are optimized for searchability and relevance (High SEO).
- Output the hashtags as a space-separated list.
Anti-Patterns
- Do not include irrelevant or unrelated tags.
- Do not invent facts not implied by the title.
Triggers
- High quality hashtags for
- High Search Engine Optimization hashtags for
- High SEO hashtags for
- Generate hashtags for YouTube video
- Best tags for video
Examples
Example 1
Input:
High quality hashtags for "Spider Man vs Green Goblin" YouTube Video
Output:
#SpiderMan #GreenGoblin #Marvel #SuperheroBattle #ActionScene
Example 2
Input:
High SEO hashtags for "WONKA Official Trailer" YouTube Video
Output:
#WONKA #OfficialTrailer #MovieTrailer #TimBurton #FantasyFilm
Version History
- 94c47ca Current 2026-07-24 14:00


