FAQ
How do I install frame-macos-notification?
The source record exposes this install command: npx skills add https://github.com/nexu-io/open-design --skill "skills/frame-macos-notification". Inspect the command and pinned source before running it.
nexu-io/open-design
Realistic macOS notification banner with app icon, title, and body, suited to video overlays or product teasers.
npx skills add https://github.com/nexu-io/open-design --skill "skills/frame-macos-notification"Source checked Jul 28, 2026·Refresh due Oct 26, 2026
Limited to facts supported by the pinned source
Realistic macOS notification banner with app icon, title, and body, suited to video overlays or product teasers.
npx skills add https://github.com/nexu-io/open-design --skill "skills/frame-macos-notification"The pinned source contains about 166 English words and 0 usable sections. That evidence supports a source profile, not a complete guide.
166 source words · 0 usable sections
FAQ
The source record exposes this install command: npx skills add https://github.com/nexu-io/open-design --skill "skills/frame-macos-notification". Inspect the command and pinned source before running it.
Quality breakdown
Based on traceable docs and repository signals; stars are not treated as quality.
【模板: macOS 通知横幅】 【意图】把一段公告 / 消息 / 提示渲染成 macOS Big Sur+ 风格的通知横幅, 适合视频角落叠加、产品发布预告、社媒图。Inspired by hyperframes macos-notification。
【画布】两种用法:
【横幅结构】
background: rgba(245,245,247,0.78) + backdrop-filter: blur(40px) saturate(180%); 暗色版 rgba(28,28,30,0.78)。rgba(0,0,0,0.06) (light) / rgba(255,255,255,0.08) (dark); 顶部加 1px 亮 highlight rgba(255,255,255,0.5)。0 10px 40px rgba(0,0,0,0.18), 0 2px 6px rgba(0,0,0,0.08)。【内容】
now 或具体时间 (12px, opacity 0.6) — 两端对齐。【字体】
SF Pro Text → fallback Inter / system-ui; 中文用 PingFang SC / Noto Sans SC。【可选附加】
transform: translateX(110%)→0, 200ms ease-out; 可被 prefers-reduced-motion 关闭。【设计细节】
backdrop-filter Safari 需要 -webkit- 前缀。