Token导航 LogoToken导航TokenDH.com
效率操作浏览器clawhub未标认证来源可访问clear审计通过

popular-web-designs流行的网页设计

Agent Skill

popular-web-designs 用于辅助前端页面、组件、样式和交互逻辑开发,适合在 OpenClaw 中需要维护前端项目、生成组件或检查界面实现时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,279

周安装

138

GitHub Stars

公开资料未说明

下载量

1,148
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:popular-web-designs(流行的网页设计)
来源仓库:https://github.com/minirr890112-byte/popular-web-designs
安装命令:
openclaw skills install popular-web-designs
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

ClawHubOpenClaw
openclaw skills install popular-web-designs

简介

提取 54 个真实网站设计系统,生成匹配 Stripe 等品牌的 HTML/CSS 模板。

  • 适合前端开发者快速搭建美观界面,减少从零开始的设计成本。
  • 通过 clawhub 安装于 OpenClaw,加载模板并适配指定视觉标识。
  • 需确认目标网站版权许可,避免直接复制受保护品牌元素。
  • 建议根据实际需求调整样式细节,确保符合项目规范与法律要求。

SKILL.md

name
popular-web-designs
description
>
version
1.0.0
author
Hermes Agent + Teknium (design systems sourced from VoltAgent/awesome-design-md)
license
MIT
tags
[design, css, html, ui, web-development, design-systems, templates]
triggers

Popular Web Designs

54 real-world design systems ready for use when generating HTML/CSS. Each template captures a site's complete visual language: color palette, typography hierarchy, component styles, spacing system, shadows, responsive behavior, and practical agent prompts with exact CSS values.

How to Use

  1. Pick a design from the catalog below
  2. Load it: skill_view(name="popular-web-designs", file_path="templates/<site>.md")
  3. Use the design tokens and component specs when generating HTML
  4. Pair with the generative-widgets skill to serve the result via cloudflared tunnel

Each template includes a Hermes Implementation Notes block at the top with:

  • CDN font substitute and Google Fonts <link> tag (ready to paste)
  • CSS font-family stacks for primary and monospace
  • Reminders to use write_file for HTML creation and browser_vision for verification

HTML Generation Pattern

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Page Title</title>
  <!-- Paste the Google Fonts <link> from the template's Hermes notes -->
  <link href="https://fonts.googleapis.com/css2?family=..." rel="stylesheet">
  <style>
    /* Apply the template's color palette as CSS custom properties */
    :root {
      --color-bg: #ffffff;
      --color-text: #171717;
      --color-accent: #533afd;
      /* ... more from template Section 2 */
    }
    /* Apply typography from template Section 3 */
    body {
      font-family: 'Inter', system-ui, sans-serif;
      color: var(--color-text);
      background: var(--color-bg);
    }
    /* Apply component styles from template Section 4 */
    /* Apply layout from template Section 5 */
    /* Apply shadows from template Section 6 */
  </style>
</head>
<body>
  <!-- Build using component specs from the template -->
</body>
</html>

Write the file with write_file, serve with the generative-widgets workflow (cloudflared tunnel), and verify the result with browser_vision to confirm visual accuracy.

Font Substitution Reference

Most sites use proprietary fonts unavailable via CDN. Each template maps to a Google Fonts substitute that preserves the design's character. Common mappings:

Proprietary FontCDN SubstituteCharacter
Geist / Geist SansGeist (on Google Fonts)Geometric, compressed tracking
Geist MonoGeist Mono (on Google Fonts)Clean monospace, ligatures
sohne-var (Stripe)Source Sans 3Light weight elegance
Berkeley MonoJetBrains MonoTechnical monospace
Airbnb Cereal VFDM SansRounded, friendly geometric
Circular (Spotify)DM SansGeometric, warm
figmaSansInterClean humanist
Pin Sans (Pinterest)DM SansFriendly, rounded
NVIDIA-EMEAInter (or Arial system)Industrial, clean
CoinbaseDisplay/SansDM SansGeometric, trustworthy
UberMoveDM SansBold, tight
HashiCorp SansInterEnterprise, neutral
waldenburgNormal (Sanity)Space GroteskGeometric, slightly condensed
IBM Plex Sans/MonoIBM Plex Sans/MonoAvailable on Google Fonts
Rubik (Sentry)RubikAvailable on Google Fonts

When a template's CDN font matches the original (Inter, IBM Plex, Rubik, Geist), no substitution loss occurs. When a substitute is used (DM Sans for Circular, Source Sans 3 for sohne-var), follow the template's weight, size, and letter-spacing values closely — those carry more visual identity than the specific font face.

Design Catalog

AI & Machine Learning

TemplateSiteStyle
claude.mdAnthropic ClaudeWarm terracotta accent, clean editorial layout
cohere.mdCohereVibrant gradients, data-rich dashboard aesthetic
elevenlabs.mdElevenLabsDark cinematic UI, audio-waveform aesthetics
minimax.mdMinimaxBold dark interface with neon accents
mistral.ai.mdMistral AIFrench-engineered minimalism, purple-toned
ollama.mdOllamaTerminal-first, monochrome simplicity
opencode.ai.mdOpenCode AIDeveloper-centric dark theme, full monospace
replicate.mdReplicateClean white canvas, code-forward
runwayml.mdRunwayMLCinematic dark UI, media-rich layout
together.ai.mdTogether AITechnical, blueprint-style design
voltagent.mdVoltAgentVoid-black canvas, emerald accent, terminal-native
x.ai.mdxAIStark monochrome, futuristic minimalism, full monospace

Developer Tools & Platforms

TemplateSiteStyle
cursor.mdCursorSleek dark interface, gradient accents
expo.mdExpoDark theme, tight letter-spacing, code-centric
linear.app.mdLinearUltra-minimal dark-mode, precise, purple accent
lovable.mdLovablePlayful gradients, friendly dev aesthetic
mintlify.mdMintlifyClean, green-accented, reading-optimized
posthog.mdPostHogPlayful branding, developer-friendly dark UI
raycast.mdRaycastSleek dark chrome, vibrant gradient accents
resend.mdResendMinimal dark theme, monospace accents
sentry.mdSentryDark dashboard, data-dense, pink-purple accent
supabase.mdSupabaseDark emerald theme, code-first developer tool
superhuman.mdSuperhumanPremium dark UI, keyboard-first, purple glow
vercel.mdVercelBlack and white precision, Geist font system
warp.mdWarpDark IDE-like interface, block-based command UI
zapier.mdZapierWarm orange, friendly illustration-driven

Infrastructure & Cloud

TemplateSiteStyle
clickhouse.mdClickHouseYellow-accented, technical documentation style
composio.mdComposioModern dark with colorful integration icons
hashicorp.mdHashiCorpEnterprise-clean, black and white
mongodb.mdMongoDBGreen leaf branding, developer documentation focus
sanity.mdSanityRed accent, content-first editorial layout
stripe.mdStripeSignature purple gradients, weight-300 elegance

Design & Productivity

TemplateSiteStyle
airtable.mdAirtableColorful, friendly, structured data aesthetic
cal.mdCal.comClean neutral UI, developer-oriented simplicity
clay.mdClayOrganic shapes, soft gradients, art-directed layout
figma.mdFigmaVibrant multi-color, playful yet professional
framer.mdFramerBold black and blue, motion-first, design-forward
intercom.mdIntercomFriendly blue palette, conversational UI patterns
miro.mdMiroBright yellow accent, infinite canvas aesthetic
notion.mdNotionWarm minimalism, serif headings, soft surfaces
pinterest.mdPinterestRed accent, masonry grid, image-first layout
webflow.mdWebflowBlue-accented, polished marketing site aesthetic

Fintech & Crypto

TemplateSiteStyle
coinbase.mdCoinbaseClean blue identity, trust-focused, institutional feel
kraken.mdKrakenPurple-accented dark UI, data-dense dashboards
revolut.mdRevolutSleek dark interface, gradient cards, fintech precision
wise.mdWiseBright green accent, friendly and clear

Enterprise & Consumer

TemplateSiteStyle
airbnb.mdAirbnbWarm coral accent, photography-driven, rounded UI
apple.mdApplePremium white space, SF Pro, cinematic imagery
bmw.mdBMWDark premium surfaces, precise engineering aesthetic
ibm.mdIBMCarbon design system, structured blue palette
nvidia.mdNVIDIAGreen-black energy, technical power aesthetic
spacex.mdSpaceXStark black and white, full-bleed imagery, futuristic
spotify.mdSpotifyVibrant green on dark, bold type, album-art-driven
uber.mdUberBold black and white, tight type, urban energy

Choosing a Design

Match the design to the content:

  • Developer tools / dashboards: Linear, Vercel, Supabase, Raycast, Sentry
  • Documentation / content sites: Mintlify, Notion, Sanity, MongoDB
  • Marketing / landing pages: Stripe, Framer, Apple, SpaceX
  • Dark mode UIs: Linear, Cursor, ElevenLabs, Warp, Superhuman
  • Light / clean UIs: Vercel, Stripe, Notion, Cal.com, Replicate
  • Playful / friendly: PostHog, Figma, Lovable, Zapier, Miro
  • Premium / luxury: Apple, BMW, Stripe, Superhuman, Revolut
  • Data-dense / dashboards: Sentry, Kraken, Cohere, ClickHouse
  • Monospace / terminal aesthetic: Ollama, OpenCode, x.ai, VoltAgent

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

能力 5

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

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

平台分布

OpenClaw

78.37%
按下载量换算900

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

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

来源信息

继续浏览同类 Skills