Clone any website into a pixel-perfect RL-training mirror: crawl it end to end, review the discovered pages in a file-tree on the dashboard, and clone the ones you pick.
Requires an Imitation Engine subscription — one subscription covers one developer.
One command sets up everything (bun, the plugin, Playwright Chromium):
curl -fsSL https://imitationengine.com/install.sh | bashThen, inside Claude Code:
/imitation-engine:setup
It asks for the plugin token from your dashboard Settings page and links this machine to your account.
Prefer manual installation?
claude plugin marketplace add marvelxcodes/imitation-engine-plugin
claude plugin install imitation-engine@imitation-engine…then run /imitation-engine:setup in Claude Code.
/imitation-engine:master <url>
Crawls the site (dropdowns, popups, dynamic routes and all), registers a project named after your working directory, and gives you a dashboard link where you tick the pages to clone and press Start cloning. Re-running it from the same directory updates the same project.
| Command | What it does |
|---|---|
/imitation-engine:setup |
One-time machine setup: dependencies, Chromium, account link |
/imitation-engine:connect |
(Re)link this machine with a plugin token |
/imitation-engine:master <url> |
Crawl a site and register it on the dashboard |