Video Thumbnail Check
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.
Run in terminal (recommended)
claude mcp add video-thumbnail-check npx -- -y @trustedskills/video-thumbnail-check
Or manually add to ~/.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
- "Does video URL 'https://www.youtube.com/watch?v=dQw4w9WgXcQ' have a thumbnail?"
- "Check if this YouTube video has a thumbnail: 'https://www.youtube.com/shorts/abcdefg123'"
- "Is there a thumbnail for the video at 'https://m.youtube.com/watch?v=xyz789'?"
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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.