Token导航 LogoToken导航TokenDH.com
研究检索敏感数据github未标认证来源可访问许可证需确认审计异常

website-builder-setup网站构建器设置

Agent Skill

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

总安装

3,006

周安装

124

GitHub Stars

70

下载量

982
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:website-builder-setup(网站构建器设置)
来源仓库:https://github.com/tenfoldmarc/website-builder-setup
仓库路径:skills/website-builder-setup
安装命令:
npx skills add https://github.com/tenfoldmarc/website-builder-setup --skill website-builder-setup
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/tenfoldmarc/website-builder-setup --skill website-builder-setup

简介

website-builder-setup 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。

  • 可结合来源仓库、安装命令和原始 README 继续核验具体用法。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 当前顶部介绍为空,底部简介无内容。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Website Builder Setup

This skill walks you through installing everything you need to build professional, animated websites with Claude Code. No coding experience required.

What Gets Installed

ToolWhat it does
UI/UX Pro MaxGives Claude access to 50+ design styles, 161 color palettes, 57 font pairings. Your sites look designed, not generated.
Framer MotionAdds smooth animations — page transitions, hover effects, scroll reveals. Makes sites feel alive.
21st.dev MagicA library of 100+ polished React components Claude can pull from. Production-quality building blocks.

Workflow

When this skill is triggered, walk the user through each step one at a time. Be encouraging and clear — assume they have zero coding experience. If any step fails, don't stop. Acknowledge it, give them the manual command, and keep moving.


Step 1: Check Prerequisites

Before we start, let me make sure you have what we need.

Run this silently:

node --version 2>&1 && npm --version 2>&1
  • If Node.js is installed → say "You're good — Node.js is installed. Let's go."
  • If NOT installed → say:
You need Node.js first. Go to https://nodejs.org and download the LTS version. Install it, restart your terminal, then come back and run /website-builder-setup again. Takes 2 minutes.

Stop here if Node is missing.


Step 2: Install UI/UX Pro Max

Step 1 of 3: UI/UX Pro Max This gives me a massive design library — 50+ styles, 161 color palettes, 57 font pairings. When you ask me to build a website, I'm pulling from a real design system instead of guessing. This is why the output won't look like generic AI slop. Installing now...

Run:

npm install -g uipro-cli 2>&1

Then:

uipro init --ai claude 2>&1
  • On success → "UI/UX Pro Max is installed. Your design stack is ready."
  • On failure → "Hit a snag. You can try manually later: npm install -g uipro-cli && uipro init --ai claude. Let's keep going."

Step 3: Install Framer Motion

Step 2 of 3: Framer Motion This teaches me how to add real animations to your websites — smooth page transitions, hover effects, scroll-triggered reveals. The stuff that makes a $500 site look like a $10,000 site. Installing now...

Run:

npm install framer-motion 2>&1
  • On success → "Framer Motion is installed. Your sites will have real animations now."
  • On failure → "Hit a snag. You can try manually later: npm install framer-motion. Moving on."

Step 4: Set Up 21st.dev Magic

Step 3 of 3: 21st.dev Components This connects me to a library of 100+ beautifully designed React components. Instead of building everything from scratch, I pull from production-quality building blocks — buttons, navbars, hero sections, cards, footers — all pre-designed and ready to use. This one needs a free API key. Here's how to get it: 1. Go to https://21st.dev/magic/console 2. Sign up or log in (it's free) 3. Copy your API key 4. Paste it here when I ask for it

Wait for the user to provide their API key.

Once they provide it, add the MCP server to their Claude Code config:

Read ~/.claude.json, find the mcpServers object, and add:

"21st-dev-magic": {
  "command": "npx",
  "args": ["-y", "@21st-dev/magic@latest"],
  "env": {
    "API_KEY": "THEIR_KEY_HERE"
  }
}

After writing the config:

21st.dev Magic is connected. You'll need to restart Claude Code for this one to kick in — just close and reopen your terminal after we're done.

Step 5: Done

You're all set. Here's what you just installed: - UI/UX Pro Max — 50+ styles, 161 palettes, 57 font pairings - Framer Motion — smooth, professional animations - 21st.dev Magic — 100+ production-ready components To build your first website, just tell me: - What your business does - Who it's for - What vibe you want (dark, minimal, bold, playful, etc.) I'll handle the rest. Try something like: *"Build me a landing page for my consulting business targeting small business owners. Dark theme, modern, with animations."* Important: Restart Claude Code first so 21st.dev loads in. Then let's build something.

Rules

  • Walk through each step ONE AT A TIME
  • Never dump all instructions at once
  • If any install fails, don't stop — acknowledge, give manual command, keep moving
  • Be encouraging and casual throughout
  • Assume zero coding experience
  • After everything is installed, prompt them to build their first site

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

32.57%
按下载量换算320

Claude

30.61%
按下载量换算301

Cursor

18.26%
按下载量换算179

Gemini CLI

8.95%
按下载量换算88

安全审计

Gen Agent Trust Hub

未通过

Socket

通过

Snyk

未通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

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

来源信息

继续浏览同类 Skills