Video Thumbnail Check

🌐Community
by alchaincyf · vlatest · Repository

Analyzes video thumbnails for clickability, clarity, and brand consistency using Alchaincyf's AI models.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add video-thumbnail-check npx -- -y @trustedskills/video-thumbnail-check
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "video-thumbnail-check": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/video-thumbnail-check"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill checks if a given YouTube video has a thumbnail. It determines whether a thumbnail exists for the provided URL and returns a boolean value indicating its presence or absence. This allows agents to verify video metadata before proceeding with tasks that rely on thumbnails.

When to use it

  • Automated Video Processing: Before downloading or processing videos, ensure they have thumbnails for consistent handling.
  • Content Moderation: Verify if uploaded videos have thumbnails as part of a content review process.
  • Video Metadata Validation: Confirm the presence of thumbnails during video data ingestion and quality checks.
  • Scripted Video Workflows: Use this skill to control the flow of automated tasks based on thumbnail availability.

Key capabilities

  • YouTube Thumbnail Existence Check
  • Boolean Result (True/False)
  • URL Input

Example prompts

Tips & gotchas

The skill requires a valid YouTube URL as input. Invalid or malformed URLs will likely result in an error response.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
alchaincyf
Installs
12

🌐 Community

Passed automated security scans.