Token导航 LogoToken导航TokenDH.com
前端设计需要联网github未标认证来源可访问许可证需确认审计提醒

twitch-overlay-generation抽搐叠加生成

Agent Skill

twitch-overlay-generation 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,858

周安装

79

GitHub Stars

12

下载量

651
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:twitch-overlay-generation(抽搐叠加生成)
来源仓库:https://github.com/eachlabs/skills
仓库路径:skills/twitch-overlay-generation
安装命令:
npx skills add https://github.com/eachlabs/skills --skill twitch-overlay-generation
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/eachlabs/skills --skill twitch-overlay-generation

简介

用于处理 GitHub 仓库、Issue 和 Pull Request 协作信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中整理代码变更和协作事项。
  • 可结合来源仓库和原始 README 核验具体用法。
  • 安装命令:npx skills add https://github.com/eachlabs/skills --skill twitch-overlay-generation
  • 安装前建议确认权限范围和是否会触发文件读写操作。

SKILL.md

Twitch Overlay Generation

Generate professional streaming overlays and graphics using each::sense. This skill creates images optimized for Twitch, YouTube Gaming, and other streaming platforms.

Features

  • Webcam Frames: Custom borders and frames for webcam placement
  • Starting Soon Screens: Countdown and pre-stream graphics
  • BRB Screens: Be right back intermission graphics
  • Stream Ending Screens: Outro and ending sequence graphics
  • Alert Graphics: Follow, subscribe, donation, and raid alerts
  • Chat Box Frames: Styled chat overlay containers
  • Twitch Panels: Channel panel graphics for about, schedule, rules, etc.
  • Emotes: Custom Twitch emotes for channel subscribers
  • Subscriber Badges: Tiered loyalty badges for subscribers
  • Channel Banners: Profile banners and offline screens

Quick Start

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a cyberpunk themed webcam frame with neon purple and blue colors, futuristic tech elements, transparent center for the webcam"}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

Streaming Overlay Formats & Sizes

Asset TypeSizeFormatUse Case
Webcam Frame1920x1080PNG (transparent)Overlay on stream layout
Starting Soon1920x1080PNG/MP4Pre-stream display
BRB Screen1920x1080PNG/MP4Break screen
Stream Ending1920x1080PNG/MP4End of stream
Alert Graphics400x400PNG (transparent)On-screen notifications
Chat Box Frame400x600PNG (transparent)Chat overlay container
Twitch Panel320x160PNGChannel info panels
Emote112x112, 56x56, 28x28PNG (transparent)Chat emotes
Sub Badge72x72, 36x36, 18x18PNG (transparent)Subscriber badges
Channel Banner1200x480PNGProfile banner
Offline Screen1920x1080PNGWhen stream is offline

Use Case Examples

1. Stream Overlay with Webcam Frame

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a 1920x1080 stream overlay with a webcam frame in the bottom right corner. Gaming theme with dark purple and gold accents. Include decorative borders, transparent center for webcam, and space for recent events on the left side. Modern esports aesthetic."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

2. Starting Soon Screen

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a 1920x1080 Starting Soon screen for a gaming stream. Neon synthwave theme with retro grid, glowing text area for STARTING SOON, animated feel with light rays and particles. Include space for social media handles at the bottom. Pink, purple, and cyan color scheme."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

3. BRB (Be Right Back) Screen

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a 1920x1080 BRB screen for Twitch. Cozy lo-fi aesthetic with warm colors, include a cute animated coffee cup or snack visual. Text space for BE RIGHT BACK in stylized font. Soft lighting, relaxing vibes. Include subtle chat reminder at bottom."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

4. Stream Ending Screen

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a 1920x1080 stream ending screen. Thanks for watching theme with space for STREAM ENDED or THANKS FOR WATCHING text. Include areas for social media icons/handles, next stream schedule, and a follow reminder. Dark elegant theme with gold accents and particle effects."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

5. Alert Graphics (Follow, Sub, Donation)

# Follow Alert
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a 400x400 transparent PNG follow alert graphic for Twitch. Cute anime-style character celebrating with confetti and sparkles. Include a heart icon and space for NEW FOLLOWER text. Vibrant colors, kawaii aesthetic."}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "alert-set-001",
    "mode": "max"
  }'

# Subscribe Alert (same session for consistency)
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a matching 400x400 subscribe alert. Same style as the follow alert but with a star icon and more elaborate celebration effects. Space for NEW SUB text."}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "alert-set-001",
    "mode": "max"
  }'

# Donation Alert
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a matching 400x400 donation/tip alert. Same style with coin or money effects, extra sparkle and celebration. Space for donation amount text."}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "alert-set-001",
    "mode": "max"
  }'

6. Chat Box Frame

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a 400x600 transparent chat box frame overlay. Cyberpunk tech theme with glowing border edges, circuit board patterns. Mostly transparent center where chat will display. Include a small CHAT header area at top. Neon green and black color scheme."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

7. Twitch Panel Graphics

# About Panel
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a 320x160 Twitch panel graphic for an ABOUT ME section. Clean modern design with the text ABOUT ME. Dark background with gradient accent, gaming controller or headset icon. Professional streamer aesthetic."}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "panel-set-001",
    "mode": "max"
  }'

# Schedule Panel
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a matching 320x160 SCHEDULE panel. Same style as previous with calendar icon. Text says SCHEDULE."}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "panel-set-001",
    "mode": "max"
  }'

# Rules Panel
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a matching 320x160 RULES panel. Same style with a book or list icon."}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "panel-set-001",
    "mode": "max"
  }'

8. Twitch Emote Generation

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a 112x112 Twitch emote. A cute cat face with heart eyes, chibi/kawaii style. Expressive, bold lines, vibrant colors that pop against dark backgrounds. Transparent background. The emote should be readable at small sizes."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

# Emote variations
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a set of 3 Twitch emotes at 112x112 each: 1) Pog/excited face, 2) Sad/cry face, 3) Laugh/LUL face. All featuring a cute frog character, consistent style across all three. Bold outlines, expressive features, transparent backgrounds."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

9. Subscriber Badges

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a set of 6 Twitch subscriber badges at 72x72 pixels each, tiered progression for 1 month, 3 months, 6 months, 1 year, 2 years, and 3 years. Theme: crystal/gem progression from small rough gem to elaborate crown jewel. Each tier more detailed and prestigious. Transparent backgrounds, clear at small sizes."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

# Alternative badge style
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create 6 subscriber loyalty badges, 72x72 pixels. Military rank progression theme: bronze star (1mo), silver star (3mo), gold star (6mo), bronze medal (1yr), silver medal (2yr), gold medal with laurels (3yr). Clear iconography, readable at 18x18 size, transparent backgrounds."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

10. Channel Banner

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a 1200x480 Twitch channel banner. Epic gaming scene with dramatic lighting, mountain landscape with fantasy elements. Space on the right side for channel name text. Color scheme: deep blues and purples with orange accent lighting. Cinematic, high quality."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

# Offline Screen
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a 1920x1080 Twitch offline screen. Cozy nighttime scene with a gaming setup, monitors off, ambient lighting from RGB peripherals. Text space for CURRENTLY OFFLINE and social media handles. Moody atmospheric lighting, lo-fi aesthetic."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

Best Practices

Overlay Design

  • Transparency: Request PNG with transparent backgrounds for overlays
  • Safe Zones: Keep important elements away from edges (Twitch UI covers corners)
  • Readability: Ensure text is readable on various game backgrounds
  • Consistency: Use session_id to maintain style across overlay sets
  • Color Contrast: Use colors that stand out but do not distract from gameplay

Emotes & Badges

  • Bold Lines: Use thick outlines for visibility at small sizes
  • Simple Designs: Less detail works better at 28x28 and 18x18 sizes
  • Test Sizes: Request all size variants or design for the smallest size
  • Expression First: Emotes should convey emotion instantly

Screen Graphics

  • Brand Consistency: Maintain colors and style across all screens
  • Text Hierarchy: Make primary text (Starting Soon, BRB) most prominent
  • Social Integration: Include space for social media handles
  • Animation-Ready: Design with potential animation in mind

Prompt Tips for Streaming Graphics

When creating streaming overlays, include these details:

  1. Dimensions: Specify exact pixel dimensions
  2. Theme: Gaming genre, aesthetic (cyberpunk, cozy, anime, etc.)
  3. Colors: Primary and accent colors that match your brand
  4. Transparency: Specify if you need transparent background
  5. Text Space: Where text/logos will be placed
  6. Style Reference: Esports, cozy, retro, minimal, etc.
  7. Platform: Twitch, YouTube, or multi-platform

Example Prompt Structure

"Create a [dimensions] [asset type] for [platform].
[Theme/aesthetic] with [color scheme].
Include [specific elements] and space for [text/overlays].
[Transparency requirements]. [Style reference]."

Mode Selection

Ask your users before generating:

"Do you want fast & cheap, or high quality?"

ModeBest ForSpeedQuality
maxFinal production overlays, emote sets, brand assetsSlowerHighest
ecoQuick concepts, drafts, style explorationFasterGood

Multi-Turn Overlay Set Creation

Use session_id to create cohesive overlay packages:

# Create base style
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a webcam frame with a Japanese cherry blossom theme, soft pink and white colors, elegant minimal design"}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "sakura-overlay-set"
  }'

# Create matching starting soon
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a matching Starting Soon screen in the same cherry blossom style"}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "sakura-overlay-set"
  }'

# Create matching BRB screen
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a matching BRB screen, same aesthetic with falling petals"}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "sakura-overlay-set"
  }'

# Create matching alerts
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create follow and subscribe alerts matching this cherry blossom theme"}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "sakura-overlay-set"
  }'

Complete Overlay Package Example

Generate a full streaming package in one session:

# Initialize the package style
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "I am creating a complete Twitch overlay package. Theme: Cyberpunk Neon City. Colors: Hot pink, electric blue, purple. Style: Futuristic, glowing edges, holographic elements. Start with the main webcam overlay frame at 1920x1080."}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "cyberpunk-package",
    "mode": "max"
  }'

Error Handling

ErrorCauseSolution
Failed to create prediction: HTTP 422Insufficient balanceTop up at eachlabs.ai
Content policy violationProhibited contentAdjust prompt to comply with platform guidelines
TimeoutComplex generationSet client timeout to minimum 10 minutes
Inconsistent styleNo session_idUse session_id for multi-asset generation

Related Skills

  • each-sense - Core API documentation
  • emote-generation - Specialized emote creation
  • brand-kit-generation - Complete brand identity packages
  • animated-overlay-generation - Animated/video overlays

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.24%
按下载量换算236

Claude

33.3%
按下载量换算217

Cursor

17.44%
按下载量换算114

Gemini CLI

9.61%
按下载量换算63

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills