能力标签
网站克隆工具
Claude技能

网站克隆工具

基于 JavaScript · 专为 Claude 深度优化,CLI 一键安装
英文名:clone-team
⭐ 9 Stars 🍴 2 Forks 💻 JavaScript 📄 MIT 🏷 AI 8.0分
8.0AI 综合评分
ai-agentsautomationjavascript
✦ AI Skill Hub 推荐

经 AI Skill Hub 精选评估,网站克隆工具 获评「强烈推荐」。这款Claude技能在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 8.0 分,适合有一定技术背景的用户使用。

📚 深度解析

网站克隆工具 是一款基于 JavaScript 的开源工具,在 GitHub 上收获 0k+ Star,是ai-agents、automation、javascript领域中的优质开源项目。开源工具的最大优势在于代码完全透明,你可以审计每一行代码的安全性,也可以根据自身需求进行二次开发和定制。

**为什么要使用开源工具而非商业 SaaS?**
对于个人开发者和有隐私需求的用户,本地部署的开源工具意味着数据不离本机,不受第三方服务商的数据政策约束。同时,开源工具通常没有使用次数限制和月度费用,一次安装即可长期使用,对于高频使用场景的总拥有成本(TCO)远低于订阅制商业工具。

**安装与环境准备**
网站克隆工具 依赖 JavaScript 运行环境。建议通过 pyenv(Python)或 nvm(Node.js)管理 JavaScript 版本,避免全局环境污染。对于新手用户,推荐先创建虚拟环境(python -m venv venv && source venv/bin/activate),再安装依赖,这样即使出现问题也可以随时删除虚拟环境重新开始,不影响系统稳定性。

**社区与维护**
GitHub Issue 和 Discussion 是获取帮助的最快渠道。在提问前建议先检查 Closed Issues(已关闭的问题),大多数常见问题都已有解答。遇到 Bug 时,提供 pip list 的输出、完整错误堆栈和最小可复现示例,能显著提高开发者响应速度。AI Skill Hub 将持续追踪 网站克隆工具 的版本更新,及时通知重要功能变化。

📋 工具概览

使用AI代理实现网站pixel-perfect UI克隆和反向工程

网站克隆工具 是一款基于 JavaScript 开发的开源工具,专注于 ai-agents、automation、javascript 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。

GitHub Stars
⭐ 9
开发语言
JavaScript
支持平台
Windows / macOS / Linux
维护状态
轻量级项目,按需更新
开源协议
MIT
AI 综合评分
8.0 分
工具类型
Claude技能
Forks
2

📖 中文文档

以下内容由 AI Skill Hub 根据项目信息自动整理,如需查看完整原始文档请访问底部「原始来源」。

使用AI代理实现网站pixel-perfect UI克隆和反向工程

网站克隆工具 是一款基于 JavaScript 开发的开源工具,专注于 ai-agents、automation、javascript 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。

📌 核心特色
  • 专为 Claude 系列模型深度优化的扩展技能
  • 通过 Claude Code CLI 一键安装,配置零门槛
  • 充分利用 Claude 的长上下文和推理能力
  • 支持与 MCP 工具组合使用,扩展能力边界
🎯 主要使用场景
  • 在 Claude 中快速解决特定专业领域的问题
  • 复杂任务的 AI 辅助分析、推理和报告生成
  • 构建个人专属的 AI 技能工具箱
以下安装命令基于项目开发语言和类型自动生成,实际以官方 README 为准。
安装命令
# 方式一:npm 全局安装
npm install -g clone-team

# 方式二:npx 直接运行(无需安装)
npx clone-team --help

# 方式三:项目依赖安装
npm install clone-team

# 方式四:从源码运行
git clone https://github.com/Varalix-Digitech-Solutions/clone-team
cd clone-team
npm install
npm start
📋 安装步骤说明
  1. 访问 GitHub 仓库页面
  2. 按照 README 文档完成依赖安装
  3. 根据系统环境完成初始化配置
  4. 参考官方示例或文档开始使用
  5. 遇到问题可在 GitHub Issues 中查找解答
以下用法示例由 AI Skill Hub 整理,涵盖最常见的使用场景。
常用命令 / 代码示例
# 命令行使用
clone-team --help

# 基本用法
clone-team [options] <input>

# Node.js 代码中使用
const clone_team = require('clone-team');

const result = await clone_team.run(options);
console.log(result);
以下配置示例基于典型使用场景生成,具体参数请参照官方文档调整。
配置示例
# clone-team 配置说明
# 查看配置选项
clone-team --config-example > config.yml

# 常见配置项
# output_dir: ./output
# log_level: info
# workers: 4

# 环境变量(覆盖配置文件)
export CLONE_TEAM_CONFIG="/path/to/config.yml"
📑 README 深度解析 真实文档 完整度 70/100 查看 GitHub 原文 →
以下内容由系统直接从 GitHub README 解析整理,保留代码块、表格与列表结构。

简介

📦 Dependencies

These install automatically — clone-team ships scripts/install-deps.sh, an idempotent installer it runs on first use (and which you can run yourself any time: bash scripts/install-deps.sh, or --check for a dry run). By default it installs the companion skills project-local — into ./.claude/skills of the folder you're cloning in — so it never pollutes your global ~/.claude/skills (pass --global if you do want them installed globally). It skips whatever's already present:

  • ui-pack — design/frontend skill bundle (the single entry point the agents load); vendored with this plugin, so it's always available. It in turn loads its constituents below.
  • clone-website — extraction + builder dispatch
  • ui-ux-pro-max, impeccable, emil-design-eng — design intelligence + polish
  • ui-animation — motion craft (transitions/keyframes/springs, easing, clip-path reveals, gestures, performance) for the two motion specialists
  • agent-browser — real-browser automation (npm CLI) for building and verifying; the one hard dependency (needs Node/npm on PATH)

Every piece degrades gracefully if absent except agent-browser, which is required for real-browser verification.

Clone any website with a coordinated team of AI agents — and get the architecture docs to rebuild it.

A Claude Code skill that orchestrates a Manager, Frontend Developer, Backend Architect, and Tester to produce a pixel-perfect UI clone and a reverse-engineered ARCHITECTURE.md — in the stack you choose.

Website Claude Code Skill Built on Dynamic Workflows License: MIT PRs Welcome

🌐 Website, demos & docs → clone-team.varalix.com

If this saves you a week of pixel-pushing, drop a ⭐ — it genuinely helps.

<br/>

<img src="docs/media/wembi-compare.gif" alt="wembi.ai — original (left) vs clone-team build (right), scroll-synced side by side" width="100%">

<sub><b>Original (left)</b> vs. <b>clone-team build (right)</b> — <a href="https://www.wembi.ai/">wembi.ai</a>, driven in lockstep so both stay at the same scroll point. A hard target: Lenis smooth-scroll + scroll-driven 3D + reveal animations. <a href="case-study/wembi/">Full case study →</a></sub>

</div>

---

🚀 Install

Recommended — install as a plugin (one marketplace, one install, auto-updates). In Claude Code:

/plugin marketplace add Varalix-Digitech-Solutions/clone-team
/plugin install clone-team@clone-team

That's it — the skill and the /clone-status, /clone-pause, /clone-resume, /clone-report, and /clone-update commands are registered automatically. Plugin installs auto-update when a new version ships; run /clone-update anytime to check what you're on vs. the latest. (Restart Claude Code if the commands don't show up immediately.)

You don't install the companion skills yourself. The first time you run a clone, clone-team bootstraps its own toolchain — it runs a bundled, idempotent installer that fetches the agent-browser CLI and the companion skills (ui-pack and friends, ui-animation) project-local (into ./.claude/skills, so your global skills stay clean), skipping anything already present. Just install the plugin and ask it to clone a site; it sets itself up and then gets to work. See Dependencies.

<details> <summary><b>Alternative — manual skill install (no plugins)</b></summary>

```bash git clone https://github.com/Varalix-Digitech-Solutions/clone-team.git cp -r clone-team/skills/clone-team ~/.claude/skills/clone-team

🧑‍💻 How to use it

Just ask Claude Code to clone a site — natural language triggers the skill:

Clone https://example.com — the marketing homepage — in Next.js,
and document how the site is put together.

The Manager then walks you through a short setup (you stay in control):

  • Stack — what to build the clone in (React / Next.js / Vue / Svelte / plain HTML…).
  • Scope — whole site, or specific pages.
  • Login — if the target needs auth, you provide credentials; they're stored in a gitignored local file and never printed, committed, or pasted into prompts.
  • Model tiermax-fidelity (Opus, default), cost-optimized (Sonnet + Haiku), or ultra-cheap.
  • Autonomy — fully autonomous, or checkpoint at each Tester verdict for sign-off.
  • Backend depthnone / flows / inferred / deep.

Then it runs the dynamic Workflow in the background and reports back with the clone + ARCHITECTURE.md.

optional: the slash commands

cp clone-team/commands/clone-*.md ~/.claude/commands/

bootstrap the companion skills + agent-browser CLI (idempotent)

bash ~/.claude/skills/clone-team/scripts/install-deps.sh ``` </details>

Requirements: Claude Code, Node.js + npm (for the durable state CLI and to install agent-browser), and a Chromium browser (for real-browser verification via agent-browser). Everything else installs automatically — see Dependencies.

⚙️ The engine: a **dynamic Workflow**

clone-team is built on Claude Code's new dynamic Workflow engine — and it's the whole reason the quality guarantee holds.

A dynamic Workflow is a deterministic JavaScript program that spawns and coordinates a fleet of subagents — where the loop count, fan-out width, and exit conditions are all computed at runtime from real data, not hardcoded. clone-team uses it so the process can't drift:

  • The Tester gate is unskippable. Per page: extract → spec → build → full-regression-test → fix → re-test … runs as a while loop whose exit condition is the Tester's OK. No human, no model, and no "looks fine under deadline pressure" can bypass it.
  • It adapts to the work. One-page site → one builder. Nine-page site → nine, running concurrently. The Workflow reads the page list and fans out accordingly.
  • It sizes the agent fleet to your PC. Before launching, a capacity probe reads your machine's free memory and computes how many builder agents to run at once — many in parallel on a big box, a few at a time on a laptop — so it goes as fast as your hardware allows without ever OOM-crashing it.
  • It feeds failure back as input. A Tester NG isn't just a fail; its structured issue list becomes the next Developer round's fix list.
  • It's pausable & resumable — even across sessions and usage-limit cutoffs — because progress is reconciled against a durable state.json + on-disk artifacts.
user ⇄ MANAGER (main thread)         requirements, creds, recon, foundation,
        │                            final regression, pause/resume
        │ launches a DYNAMIC WORKFLOW that ENFORCES the loop
        ▼
   per page, in parallel:   extract → spec → DEVELOPER builds →
                            TESTER full regression → (NG) fix → re-test → OK ✅
   in parallel:             BACKEND ARCHITECT writes ARCHITECTURE.md
   then:                    assemble → final regression → fix

Two gates protect quality — the Tester (inside the loop) and the Manager (final sign-off) — and nothing ships past both.

🎯 aiskill88 AI 点评 A 级 2026-06-08

创新性的网站克隆工具,使用AI代理实现pixel-perfect UI克隆

⚡ 核心功能

👥 适合人群

Claude 重度用户AI 研究者和开发者需要专业领域 AI 增强的专家

🎯 使用场景

  • 在 Claude 中快速解决特定专业领域的问题
  • 复杂任务的 AI 辅助分析、推理和报告生成
  • 构建个人专属的 AI 技能工具箱

⚖️ 优点与不足

✅ 优点
  • +MIT 协议,可免费商用
  • +深度优化 Claude 使用体验
  • +CLI 一键安装,极度便捷
  • +官方支持,稳定可靠
⚠️ 不足
  • 仅限 Claude 用户使用,受平台限制
  • 功能边界受当前 Claude 模型能力约束
⚠️ 使用须知

AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。

建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。

📄 License 说明

✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。

🔗 相关工具推荐

🧩 你可能还需要
基于当前 Skill 的能力图谱,自动补全的工具组合

❓ 常见问题 FAQ

配置AI代理并运行脚本即可实现网站克隆
💡 AI Skill Hub 点评

AI Skill Hub 点评:网站克隆工具 的核心功能完整,质量优秀。对于Claude 重度用户来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。

⬇️ 获取与下载
⬇ 下载源码 ZIP

✅ MIT 协议 · 可免费商用 · 直接从 aiskill88 服务器下载,无需跳转 GitHub

📚 深入学习 网站克隆工具
查看分步骤安装教程和完整使用指南,快速上手这款工具
🌐 原始信息
原始名称 clone-team
原始描述 开源Claude技能:🧬 Clone any website with a team of AI agents — pixel-perfect UI clone + reverse。⭐9 · JavaScript
Topics ai-agentsautomationjavascript
GitHub https://github.com/Varalix-Digitech-Solutions/clone-team
License MIT
语言 JavaScript
🔗 原始来源
🐙 GitHub 仓库  https://github.com/Varalix-Digitech-Solutions/clone-team 🌐 官方网站  https://claude.com/claude-code

收录时间:2026-06-08 · 更新时间:2026-06-08 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。