Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/jongko54/webembedding/exact-clone-intakenpx skills add jongko54/webEmbedding --skill exact-clone-intakegit clone --depth 1 https://github.com/jongko54/webEmbeddingWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00074 | $0.00799 |
| Opus 5 | $0.00037 | $0.00400 |
| Sonnet 5 | $0.00015 | $0.00160 |
| Haiku 4.5 | $0.00007 | $0.00080 |
Grade A, and why
exact-clone-intake scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 54 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Exact Clone Intake
Treat requests like 그대로 가져와줘, 완전 똑같이, same, exact, as-is, and clone this as source-first clone requests.
Do not use this skill for generic URL summarization, data scraping, localhost debugging, original page design, package maintenance, or requests to bypass auth, paywalls, captcha, ownership, or license boundaries.
This skill is paired with the source-first-clone MCP server. It is meant for general AI coding workflows, not a single framework. The important behavior is: inspect first, capture evidence, reuse when allowed, rebuild only when needed, and verify the output instead of trusting prompt-only generation.
Workflow
- Inspect the reference URL before writing code.
- Use MCP tools in this order:
clone_reference_urlwhen you want the full URL-to-clone workflow in one passdetect_runtime_capabilitieswhen session-aware capture might be neededinspect_urldiscover_embed_candidatestrace_runtime_sourceswhen static HTML is not enoughclassify_clone_modecapture_reference_bundlewhen exact reuse is unclear or blockedbuild_rebuild_scaffoldwhen exact reuse is blocked and you need bounded reconstruction artifactsbuild_reproduction_bundleafter capture when you need an exact reuse output packageplan_reproduction_pathgenerate_embed_snippetonly when an actual embed path existsverify_fidelity_reportwhen comparing a reproduced result
- Prefer these outcomes in order:
- direct iframe reuse of the original page when frameable
- original embed or preview
- original remix, export, or source
- bounded rebuild from captured evidence with a fidelity report
- Respect license and ownership signals. If the page is not clearly reusable, say so before cloning.
Output rules
- Do not call a rebuild exact unless it is actually direct source reuse.
- If an original preview or embed exists, use it instead of recreating the page.
- If the original source is private, explain what is missing and what permission or export is needed.
- When a rebuild is used, report the verification score and the strongest remaining gaps.
- For public demos, prefer neutral examples such as documentation or public landing pages over brand-sensitive clone claims.
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 54 lines · 74 tokens per session scan A c2fc0937f1c3
exact-clone-intake is a skill published in the GitHub repository jongko54/webEmbedding (4 stars, last pushed 2mo ago), licensed MIT. It adds 74 tokens to every session and 799 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
playwright-cli
Automate browser interactions, test web pages and work with Playwright tests.
scrapling-official
Scrape web pages using Scrapling with anti-bot bypass (like Cloudflare Turnstile), stealth headless browsing, spiders framework, adaptive scraping, and JavaScript rendering. Use when asked to scrape, crawl, or extract data from websites; webfetch fails; the site has anti-bot protections; write Python code to…
playwright-dev
Explains how to develop Playwright - add APIs, MCP tools, CLI commands, and vendor dependencies.
agent-browser
Drive a real browser to inspect or interact with a web page or app — navigate, take screenshots, read console and network, fill simple forms — for verification tasks, not unattended automation.
stagehand-facade
Browse, navigate, inspect, screenshot, and automate websites with the exact fx tools mcpstagehandrun, mcpstagehandsnapshot, and mcpstagehandscreenshot.
playwriter
Control the user own Chrome browser via Playwriter extension with Playwright code snippets in a stateful local js sandbox. Use this over other Playwright MCPs to automate the browser — it connects to the user's existing Chrome instead of launching a new one. Use this cli for navigating JS-heavy websites (Instagram…