GoogleCloudPlatform

video-description

Generates optimized descriptions for video platforms from transcripts and supplementary material. Use when the user asks for a video description or provides a transcript for video preparation.

GoogleCloudPlatform 356 172 Updated 6mo ago

Resources

4
GitHub

Install

npx skillscat add googlecloudplatform/devrel-demos/video-description

Install via the SkillsCat registry.

About this skill

Here's a thinking process: 1. **Analyze the Request:** - **Goal:** Write a 2-3 sentence plain-text summary in English - **Subject:** An AI agent skill for generating video descriptions - **Key Points to Cover:** What it does, what problem it solves, when to use it - **Constraints:** - Objective, factual tone only - No marketing language, superlatives, calls to action - Natural prose, no bullet points, no headings, no markdown - Do not wrap in quotes - At most 60 words - **Output:** ONLY the summary text 2.

SKILL.md

Video Description

This skill helps you create engaging, platform-optimized video descriptions. It synthesizes information from a video transcript and any provided supplementary context (like a blog post or technical specifications).

Sequential Workflow

Follow these steps to generate a high-quality description:

  1. Analyze Source Material: Read the video transcript and any supplementary documents. Identify key topics, keywords, and calls to action.
  2. Determine Platform: Identify the target platform (e.g., YouTube, Instagram, TikTok). If not specified, default to a general SEO-friendly format.
  3. Select Template: Choose an appropriate template from TEMPLATES.md based on the video type and platform.
  4. Draft Description: Create the description using the selected template.
    • Point of View: Always use first-person singular ("I", "my") instead of "we" or "our".
    • Relevance: Ensure the first few lines contain the most critical information and keywords.
  5. Add Metadata: Include timestamps (if identifiable in the transcript), relevant links, and social CTA.
    • Hashtags: Limit to exactly 5 of the most relevant ones with broad appeal.
  6. Validate: Run the scripts/validate.py script to ensure the description meets platform-agnostic formatting standards.

Reference Materials