Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
nexu-io avatar

Frame Liquid Bg Hero

  • 1.6k installs
  • 82k repo stars
  • Updated July 28, 2026
  • nexu-io/open-design

frame-liquid-bg-hero is an agent skill that webgl-style fluid displacement background with a quote overlay, suited to video intros, landing heroes, or posters.

About

frame-liquid-bg-hero is an agent skill from nexu-io/open-design that webgl-style fluid displacement background with a quote overlay, suited to video intros, landing heroes, or posters. 【模板: 流体背景 Hero】 【意图】可作为视频片头帧、SaaS landing 顶部 hero、海报底图。WebGL 流体感, 但用 CSS / canvas 退化绘制, 确保单文件可双击打开。Inspired by hyperframes vfx-liquid-background。 【画布】1920×1080 (横) 或 1080×1920 (竖), 二选一。背景占满。 【流体背景 — 3 种实现, 按用户偏好选】 1. **CSS 多层 radial-gradient 错位呼吸** (最稳, 默认推荐): - 3-5 个大椭圆 `radial-gradient(...)`, 颜色取自调色板。 - 每个椭圆套 `@keyframes` 平移 + scale + hue Developers invoke frame-liquid-bg-hero during operate/infra work for cloud & infrastructure tasks. The skill documents triggers, prerequisites, and step-by-step workflows grounded in SKILL.md. Compatible with Claude Code, Cursor, and Codex agent runtimes that load marketplace skills. Review the Security Audits panel on this listing before installing in production environments.

  • 【意图】可作为视频片头帧、SaaS landing 顶部 hero、海报底图。WebGL 流体感, 但用 CSS / canvas 退化绘制, 确保单文件可双击打开。Inspired by hyperframes vfx-liquid-ba
  • 【画布】1920×1080 (横) 或 1080×1920 (竖), 二选一。背景占满。
  • 1. **CSS 多层 radial-gradient 错位呼吸** (最稳, 默认推荐):
  • 3-5 个大椭圆 `radial-gradient(...)`, 颜色取自调色板。
  • 每个椭圆套 `@keyframes` 平移 + scale + hue-rotate, 周期 8-14s, 错峰; 整个画面叠 `mix-blend-mode: screen` 或 `overlay`。

Frame Liquid Bg Hero by the numbers

  • 1,629 all-time installs (skills.sh)
  • +126 installs in the week ending Jul 28, 2026 (Skillselion tracking)
  • Ranked #236 of 1,041 Cloud & Infrastructure skills by installs in the Skillselion catalog
  • Security screen: LOW risk (skills.sh audit)
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

frame-liquid-bg-hero capabilities & compatibility

Capabilities
【意图】可作为视频片头帧、saas landing 顶部 hero、海报底图。webgl 流体感 · 【画布】1920×1080 (横) 或 1080×1920 (竖), 二选一。背景占满。 · 1. **css 多层 radial gradient 错位呼吸** (最稳, 默认推荐): · 3 5 个大椭圆 `radial gradient(...)`, 颜色取自调色板。 · 每个椭圆套 `@keyframes` 平移 + scale + hue rotate, 周期 8
Use cases
orchestration
From the docs

What frame-liquid-bg-hero says it does

【意图】可作为视频片头帧、SaaS landing 顶部 hero、海报底图。WebGL 流体感, 但用 CSS / canvas 退化绘制, 确保单文件可双击打开。Inspired by hyperframes vfx-liquid-background。
SKILL.md
【画布】1920×1080 (横) 或 1080×1920 (竖), 二选一。背景占满。
SKILL.md
1. **CSS 多层 radial-gradient 错位呼吸** (最稳, 默认推荐):
SKILL.md
npx skills add https://github.com/nexu-io/open-design --skill frame-liquid-bg-hero

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1.6k
repo stars82k
Security audit3 / 3 scanners passed
Last updatedJuly 28, 2026
Repositorynexu-io/open-design

What it does

WebGL-style fluid displacement background with a quote overlay, suited to video intros, landing heroes, or posters.

Who is it for?

Developers working on cloud & infrastructure during operate tasks.

Skip if: Tasks outside Cloud & Infrastructure scope described in SKILL.md.

When should I use this skill?

WebGL-style fluid displacement background with a quote overlay, suited to video intros, landing heroes, or posters.

What you get

Completed cloud & infrastructure workflow aligned with SKILL.md steps.

  • hero frame markdown spec
  • liquid background composition
  • overlaid headline layout

By the numbers

  • Supports 2 aspect ratios: 1920×1080 (16:9) and 1080×1920 (9:16)
  • Tags 6 visual domains: liquid, fluid, background, hero, html-in-canvas, vfx

Files

SKILL.mdMarkdownGitHub ↗

【模板: 流体背景 Hero】 【意图】可作为视频片头帧、SaaS landing 顶部 hero、海报底图。WebGL 流体感, 但用 CSS / canvas 退化绘制, 确保单文件可双击打开。Inspired by hyperframes vfx-liquid-background。

【画布】1920×1080 (横) 或 1080×1920 (竖), 二选一。背景占满。

【流体背景 — 3 种实现, 按用户偏好选】 1. CSS 多层 radial-gradient 错位呼吸 (最稳, 默认推荐):

  • 3-5 个大椭圆 radial-gradient(...), 颜色取自调色板。
  • 每个椭圆套 @keyframes 平移 + scale + hue-rotate, 周期 8-14s, 错峰; 整个画面叠 mix-blend-mode: screenoverlay
  • 顶层加 1 层 backdrop-filter: blur(80px) 让边缘更糊。

2. Canvas + simple perlin noise (中阶):

  • 80 行 inline JS, 用 requestAnimationFrame 画 metaballs 或 simplex noise field。
  • 性能允许时启用, prefers-reduced-motion 时降回静态截图。

3. WebGL fragment shader (高阶, 慎用):

  • 用 jsdelivr CDN 引 regl 或 inline plain WebGL。
  • shader 写 domain-warp noise; 单个 quad, 一个 uniform u_time

【顶层文字层】

  • 居中或左下: 一句巨型金句 (5-7vw, 衬线或粗 sans), 字体: Source Serif Pro / Inter Tight / Manrope Black
  • 文字色用 paper white #fafaf8 或 ink, 取决于背景明暗; 加 mix-blend-mode: difference 让它在任何流体颜色上都可读。
  • 副标 (小 sans, opacity 0.7) 一行。
  • 底部可选 CTA chip 或 hairline + 元数据 row。

【调色 — 4 选 1, 不要彩虹】

  • 🌅 Solar Peach#ffb18a + #f78b4c + #d97757, 暖橙桃。
  • 🌊 Ocean Aqua#5ac8fa + #0a84ff + #1e3a8a, 海蓝。
  • 🌌 Aurora Violet#a78bfa + #7c5cff + #1e1b4b, 极光紫。
  • 🌿 Forest Mint#86efac + #34d399 + #065f46, 苔森林。

【设计细节】

  • 严禁: 多色彩虹 (>4 个色相)、PowerPoint 渐变、霓虹荧光叠加。
  • 字体: 中文用 Noto Serif SC (display) / Noto Sans SC (副标)。
  • 严禁外链图片; 全部 CSS + SVG + 可选 canvas。
  • 必须用用户提供的金句 / 标题; 如果用户输入是数据 → 提炼一句 ≤ 18 字的金句。
  • 单文件 HTML, 可被 prefers-reduced-motion 关动效。

Related skills

Forks & variants (1)

Frame Liquid Bg Hero has 1 known copy in the catalog totaling 1 installs. They canonicalize to this original listing.

How it compares

Choose frame-liquid-bg-hero over generic CSS gradient skills when you need catalog-structured liquid VFX hero frames with video and poster export intent.

FAQ

What does frame-liquid-bg-hero do?

WebGL-style fluid displacement background with a quote overlay, suited to video intros, landing heroes, or posters.

When should I use frame-liquid-bg-hero?

During operate infra work for cloud & infrastructure.

Is frame-liquid-bg-hero safe to install?

Review the Security Audits panel on this listing before production use.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.