Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计提醒

awesome-demo-web-build很棒的演示网络构建

Agent Skill

awesome-demo-web-build 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,214

周安装

130

GitHub Stars

1

下载量

1,009
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:awesome-demo-web-build(很棒的演示网络构建)
来源仓库:https://github.com/xianhaocao/awesome-demo-web-build
安装命令:
openclaw skills install awesome-demo-web-build
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

ClawHubOpenClaw
openclaw skills install awesome-demo-web-build

简介

用于查找、检索和筛选相关信息,适合在 OpenClaw 中快速定位候选结果。

  • 支持基于关键词、任务场景或来源线索进行信息匹配与过滤。
  • 可通过安装命令部署,建议结合原始 README 核验具体用法。
  • 安装前需确认权限范围、维护状态及是否涉及联网或文件操作。
  • awesome-demo-web-build 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
awesome-demo-web-build
description
AI-native web demo project generator using Project Blueprint system. Use when user wants to "build a demo", "create a web project", "generate a landing page", "make an AI tool UI", or similar requests.

AI Web Demo Builder

Interaction Style

Must use selection + free-input for all questions.

  • Show selectable options first
  • Always allow custom input as alternative
  • Ask one question at a time
  • Use numbered choices for easy selection

Phase 1: Project Type

Please select a project type:

#TypeDescription
1AI ToolChatGPT, Claude, AI assistant
2DashboardAnalytics, admin panel
3Landing PageProduct homepage, landing page
4SaaS AppNotion, Linear multi-module app
5Content SiteBlog, documentation site
6ToolJSON formatter, image processor
7E-commerceOnline shop, shopping cart
8CommunityForum, social community
9MarketplaceTwo-sided marketplace

Enter a number or describe your requirements:


Phase 2: Pages

Please select pages (multiple choice, comma-separated):

Display corresponding pages list based on type:

AI Tool: /chat, /history, /settings, /new Dashboard: /dashboard, /analytics, /reports, /[table] SaaS App: /dashboard, /[module], /settings, /profile Landing Page: / (single page) Content Site: /, /blog, /blog/[slug], /docs, /search

Enter numbers, multiple selections, or describe:


Phase 3: Components

Please select core components (multiple choice):

Display corresponding components list based on type:

Example - AI Tool:

#ComponentDescription
1ChatInputAI input box
2ChatMessageMessage bubble
3ChatStreamStreaming output
4ConversationListHistory list
5ModelSelectorModel selector

Enter a number or describe the components you need:


Phase 4: UI Library

Please select a UI component library:

#UI LibraryDescription
0Use recommendedshadcn/ui + Tailwind (default)
1shadcn/uiHighly customizable, Radix-based
2Chakra UIFast prototyping, theme system
3MantineFull-featured, modern feel
4Ant DesignEnterprise admin, strict规范

Enter a number or specify another:


Phase 5: Design Style

Please select a design style:

Method 1: Choose from 57 presets

#DesignDescription
1claudeClaude AI style
2linearLinear dark & minimal
3stripeStripe light & business
4openaiOpenAI style
5vercelVercel minimalist
...Others 52Full list

Method 2: Provide a reference URL/screenshot

Paste a URL or upload a screenshot, I will analyze and match the closest design style.

Method 3: Custom description

Describe the visual style you want, I will generate a DESIGN.md based on your description.

Enter a number, URL, or describe:


Phase 6: Icon Library

Please select an icon library (optional):

#Icon LibraryDescription
0Use recommendedLucide React (default)
1Lucide ReactModern & minimal, default option
2IconfontAlibaba icon set, custom icons
3HeroiconsTailwind official icons
4Phosphor IconsRich & diverse
5No icons needed-

Enter a number or specify another:


Project Summary (Confirmation)

Project Type: [type]
Pages: [pages]
Components: [components]
UI Library: [ui-library]
Design Style: [design]
Icon Library: [icon-library]

Scaffolding Command:
[command]

Is this correct? Enter "confirm" to start generating, or tell me what needs to be modified.

Phase 7: Generate Project

After confirmation, execute:

Step 1: Scaffolding

npx create-next-app@latest my-project --typescript --tailwind --app --src-dir
cd my-project
npx shadcn@latest init
npx shadcn@latest add [components]
npm install [dependencies]

Step 2: Inject DESIGN.md

  • WebFetch to get URL from design-catalog.md
  • Write DESIGN.md to project root directory

Step 3: Generate Code

  • Generate components based on blueprint
  • Follow best-practices.md

Output Structure

/project-name
├── app/                    # Next.js pages
├── components/
│   └── ui/                 # shadcn components
├── lib/                    # utils
├── DESIGN.md               # ← Injected design spec
├── tailwind.config.ts      # ← Applied design tokens
└── package.json

Reference Files

FilePurpose
references/templates.mdBlueprint definition (pages, components, scaffolding)
references/design-catalog.md57 design style URL mappings
references/best-practices.mdTech stack best practices
references/tech-catalog.mdTech documentation URL mappings

Key Principles

  • Selection + Free-input — Options first, but allow custom input
  • One question at a time — Only ask one dimension at a time
  • Confirmation before generate — Generate only after confirmation
  • DESIGN.md lives in project — Read design specs during AI coding
  • Use scaffolding CLI — Don't generate from scratch

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

90.55%
按下载量换算914

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills