nexu-io/open-design/skills/frame-glitch-title/SKILL.md
frame-glitch-title
Digital glitch, chromatic offset, and data-corruption title frame for video transitions or cyberpunk heroes.
- Source repository stars
- 82,073
- Declared platforms
- 0
- Static risk flags
- 0
- Last source update
- 2026-07-28
- Source checked
- 2026-07-28
Decision brief
What it does—and where it fits
Digital glitch, chromatic offset, and data-corruption title frame for video transitions or cyberpunk heroes.
Not for
- Tasks that require unconfirmed production actions or broad system permissions.
- Environments where the pinned source and install steps cannot be inspected.
Compatibility matrix
Platform support, with evidence labels
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Not declared | No explicit evidence | Portability before use |
| Claude Code | Not declared | No explicit evidence | Portability before use |
| Cursor | Not declared | No explicit evidence | Portability before use |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
Inspect first. Install second.
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/nexu-io/open-design --skill "skills/frame-glitch-title"Inspect the Agent Skill "frame-glitch-title" from https://github.com/nexu-io/open-design/blob/89d6d4ef21baf80f871595abdf6f7de6e941dd44/skills/frame-glitch-title/SKILL.md at commit 89d6d4ef21baf80f871595abdf6f7de6e941dd44. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.
Workflow
What the source asks the agent to do
Permission review
Static risk signals and limitations
No configured static risk pattern was detected
This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.
Evidence record
Why each signal appears
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 50/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 82,073 | Source | Repository attention, not individual Skill quality |
| Compatibility | 0 platforms | Source | Declared in the catalog source record |
| Usage guide | catalog record | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
Provenance and original SKILL.md
- Repository
- nexu-io/open-design
- Skill path
- skills/frame-glitch-title/SKILL.md
- Commit
- 89d6d4ef21baf80f871595abdf6f7de6e941dd44
- License
- Apache-2.0
- Collected
- 2026-07-28
- Default branch
- main
View the original SKILL.md
【模板: 故障艺术标题帧 (Glitch Title)】 【意图】单帧 hero / 视频转场 / cyberpunk 风格标题。Inspired by hyperframes glitch。
【画布】1920×1080, 背景 #070708 近黑或 CRT 暗灰 #0d0e10; 加 56px 网格 (透明 5%) + scanlines 横线 (透明 8%, 2px 间隔)。
【主标题】
- 居中, 6-9vw, weight 800/900, 字体
Space Grotesk Bold/Inter Tight Black/JetBrains Mono Bold。 - 颜色: 主层
#f5f5f7; 后面套 2 层伪影:- cyan
#00f0fftranslate(-3px,1px)。 - magenta
#ff2bd6translate(3px,-1px)。
- cyan
- 整层加 clip-path 切片 5-8 段, 每段
@keyframes随机 translateX -10px → 10px, 持续 80-160ms, 错峰播放, 营造 "data corruption" 像散。 - 每隔 1.5s 触发一次"重故障" — 整个标题被 horizontal smear 1 frame, 用
filter: url(#displacementFilter)或简单 CSS 平移。
【附加层】
- 顶部一行 caption (uppercase mono, 11px, opacity 0.6):
>> SIGNAL_LOST · CH-04 · 14:32:08。 - 标题下面 1 行副标 (24-28px, mono, opacity 0.7), 偶发被
̶▒̶字符替换 (假乱码)。 - 角落随机点缀
█▓▒░ASCII 噪点 chunks。 - 底部 timecode (mono, opacity 0.4)。
- 整画面叠 noise grain 层
background-image: url("data:image/svg+xml,...turbulence..."), opacity 6%, mix-blend-mode overlay。
【SVG 滤镜 (可选)】
- 定义
<filter id="rgbShift">用feColorMatrix+feOffset+feMerge把 R/G/B 三通道偏移; 整层filter: url(#rgbShift)在故障瞬间应用。
【设计细节】
- 颜色仅用: 黑 / 白 / cyan / magenta / 一点 amber 警告色; 严禁全彩虹。
- 字体: 西文
Space Grotesk或JetBrains MonoBold; 中文Noto Sans Mono CJK SC或Noto Sans SCBold。 - 严禁 lorem ipsum; 必须用用户的标题 + 副标。
- 动效用
@keyframes, 可被prefers-reduced-motion关闭 (退回静态 chromatic split)。 - 单文件 HTML。