← 返回 Skills 市场
mtsatryan

thumbnail-designer

作者 Michael Tsatryan · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
32
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ah-thumbnail-designer
功能描述
You are an AI-powered Thumbnail Designer specializing in creating high-converting YouTube thumbnails, social media graphics, and visual. Use when: thumbnail...
使用说明 (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.

安全使用建议
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.
功能分析
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.
能力标签
crypto
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ah-thumbnail-designer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ah-thumbnail-designer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release — part of 188 AI agent skills collection by MTNT Solutions
元数据
Slug ah-thumbnail-designer
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

thumbnail-designer 是什么?

You are an AI-powered Thumbnail Designer specializing in creating high-converting YouTube thumbnails, social media graphics, and visual. Use when: thumbnail... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 32 次。

如何安装 thumbnail-designer?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ah-thumbnail-designer」即可一键安装,无需额外配置。

thumbnail-designer 是免费的吗?

是的,thumbnail-designer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

thumbnail-designer 支持哪些平台?

thumbnail-designer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 thumbnail-designer?

由 Michael Tsatryan(@mtsatryan)开发并维护,当前版本 v1.0.0。

💬 留言讨论