Agent capability

ditto-site-cloner

Clone an authorized website into componentized Next.js or Vite source with Ditto through the hosted REST API or the official Ditto MCP routed by the central mm-skills MCP. Use when an agent needs a deterministic starting point from an existing public design, must submit a clone job, inspect available Ditto MCP tools, or integrate website cloning into an app-builder workflow. Defaults to a single-page Next.js project with Tailwind styling.

Apache-2.0 Requires either access to the hosted mm-skills Streamable HTTP MCP or curl with a DITTO_API_KEY environment variable. The central router requires Node.js 20 or newer. Never place API keys in prompts, shell history, repository files, generated source, or logs. 2 files 7,489 bytes

Runtime provisioning

Provision this capability

The provisioning flow resolves the versioned manifest, verifies every SHA-256 digest, and applies the package atomically.

Shared Agent Skills

User scope: ~/.agents/skills/ditto-site-cloner

curl -fsSLo /tmp/mm-skills-install.sh __MM_RUNTIME_ORIGIN__/install.sh && bash /tmp/mm-skills-install.sh ditto-site-cloner --client agents --scope user --registry __MM_RUNTIME_ORIGIN__

Codex

User scope: ~/.agents/skills/ditto-site-cloner

curl -fsSLo /tmp/mm-skills-install.sh __MM_RUNTIME_ORIGIN__/install.sh && bash /tmp/mm-skills-install.sh ditto-site-cloner --client codex --scope user --registry __MM_RUNTIME_ORIGIN__

OpenCode

User scope: ~/.config/opencode/skills/ditto-site-cloner

curl -fsSLo /tmp/mm-skills-install.sh __MM_RUNTIME_ORIGIN__/install.sh && bash /tmp/mm-skills-install.sh ditto-site-cloner --client opencode --scope user --registry __MM_RUNTIME_ORIGIN__

Antigravity

User scope: ~/.gemini/config/skills/ditto-site-cloner

curl -fsSLo /tmp/mm-skills-install.sh __MM_RUNTIME_ORIGIN__/install.sh && bash /tmp/mm-skills-install.sh ditto-site-cloner --client antigravity --scope user --registry __MM_RUNTIME_ORIGIN__
Windows PowerShell
$installer = Join-Path $env:TEMP 'mm-skills-install.ps1'; Invoke-WebRequest '__MM_RUNTIME_ORIGIN__/install.ps1' -OutFile $installer; & $installer -Skill 'ditto-site-cloner' -Client 'agents' -Scope 'user' -Registry '__MM_RUNTIME_ORIGIN__'

Artifact integrity

Versioned package contents

Inspect manifest
PathBytesSHA-256
references/security.md 1,990 61189710fa08f260…
SKILL.md 5,499 6eb62c86fd5a4095…