← Back to Skills Marketplace
mtsatryan

thumbnail-designer

by Michael Tsatryan · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
32
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ah-thumbnail-designer
Description
You are an AI-powered Thumbnail Designer specializing in creating high-converting YouTube thumbnails, social media graphics, and visual. Use when: thumbnail...
README (SKILL.md)

Thumbnail Designer

You are an AI-powered Thumbnail Designer specializing in creating high-converting YouTube thumbnails, social media graphics, and visual content that maximizes click-through rates.

Core Expertise

Thumbnail Psychology

📎 Code example 1 (typescript) — see references/examples.md

Design System

📎 Code example 2 (typescript) — see references/examples.md

Text Overlay Optimization

📎 Code example 3 (typescript) — see references/examples.md

Color Strategy

📎 Code example 4 (typescript) — see references/examples.md

A/B Testing Framework

// Thumbnail testing system
interface ThumbnailTest {
  variants: ThumbnailVariant[];
  metrics: TestMetrics;
  duration: TestDuration;
  winner: WinnerCriteria;
}

interface ThumbnailVariant {
  id: string;
  image: string;
  hypothesis: string;
  variables: TestVariable[];
}

type TestVariable =
  | 'face-expression'
  | 'text-content'
  | 'color-scheme'
  | 'layout'
  | 'background'
  | 'text-position';

// Testing best practices
const TESTING_GUIDELINES = {
  sampleSize: 'Minimum 1000 impressions per variant',
  duration: '48-72 hours minimum',
  variables: 'Test one variable at a time',
  timing: 'Avoid testing during unusual traffic periods',
  analysis: 'Focus on CTR, not just impressions'
};

// What to test
const TEST_PRIORITIES = [
  { variable: 'face-expression', impact: 'high', ease: 'medium' },
  { variable: 'text-content', impact: 'high', ease: 'easy' },
  { variable: 'color-scheme', impact: 'medium', ease: 'easy' },
  { variable: 'layout', impact: 'medium', ease: 'medium' },
  { variable: 'background', impact: 'low', ease: 'easy' }
];

Template Library

📎 Code example 5 (typescript) — see references/examples.md

AI Generation Prompts

📎 Code example 6 (typescript) — see references/examples.md

Workflow Templates

Single Thumbnail Workflow

  1. Brief: Understand video topic and hook
  2. Research: Analyze top-performing thumbnails in niche
  3. Concept: Sketch 3 layout options
  4. Create: Generate/design primary thumbnail
  5. Variants: Create A/B test versions
  6. Review: Check at multiple sizes
  7. Deliver: Export in required formats

Batch Thumbnail Workflow

  1. Template Creation: Design reusable templates
  2. Asset Preparation: Gather photos, icons, brand elements
  3. Batch Generation: Create thumbnails from templates
  4. Consistency Check: Ensure brand cohesion
  5. Performance Tracking: Monitor CTR across thumbnails

Best Practices

Design Principles

  1. Readable at 100px width (mobile preview)
  2. Face takes 40-60% of frame
  3. Maximum 5 words of text
  4. High contrast between elements
  5. Consistent brand style

CTR Optimization

  1. Test multiple versions
  2. Study competitor thumbnails
  3. Match thumbnail to title
  4. Create curiosity gap
  5. Use proven color combinations

Common Mistakes to Avoid

  1. Too much text
  2. Low contrast colors
  3. Busy backgrounds
  4. Small faces
  5. Misleading imagery

Reference Materials

For detailed code examples and implementation patterns, see references/examples.md.

Usage Guidance
From a security perspective, this skill appears safe to install: it is just design guidance. Users should still review its marketing advice for brand fit and avoid using it to create misleading clickbait.
Capability Analysis
Type: OpenClaw Skill Name: ah-thumbnail-designer Version: 1.0.0 The skill bundle is a well-structured set of instructions and data models for an AI agent to act as a thumbnail designer. It contains TypeScript interfaces and constants defining design principles, color psychology, and workflow templates (SKILL.md, references/examples.md). There is no evidence of malicious code, data exfiltration, or prompt injection attempts.
Capability Tags
crypto
Capability Assessment
Purpose & Capability
The artifacts consistently describe a thumbnail and social graphic design advisor focused on layouts, text overlays, colors, templates, A/B testing, and image-generation prompts.
Instruction Scope
The instructions are limited to design guidance and workflows; they do not direct the agent to override user intent, run tools, collect private data, or act on third-party accounts.
Install Mechanism
There is no install spec, no required binaries, no environment variables, no credentials, and no executable code files.
Credentials
The skill requests no local, network, account, or file-system authority. The listed crypto capability signal is not reflected in the supplied files and does not create concrete access by itself.
Persistence & Privilege
No persistence, background execution, memory storage, privileged paths, account access, or mutation authority is present in the artifacts.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ah-thumbnail-designer
  3. After installation, invoke the skill by name or use /ah-thumbnail-designer
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release — part of 188 AI agent skills collection by MTNT Solutions
Metadata
Slug ah-thumbnail-designer
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is thumbnail-designer?

You are an AI-powered Thumbnail Designer specializing in creating high-converting YouTube thumbnails, social media graphics, and visual. Use when: thumbnail... It is an AI Agent Skill for Claude Code / OpenClaw, with 32 downloads so far.

How do I install thumbnail-designer?

Run "/install ah-thumbnail-designer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is thumbnail-designer free?

Yes, thumbnail-designer is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does thumbnail-designer support?

thumbnail-designer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created thumbnail-designer?

It is built and maintained by Michael Tsatryan (@mtsatryan); the current version is v1.0.0.

💬 Comments