mcpbeat Sign in

Clone Audit Mrlv3nl4 Agent Skill

Audit cloned or reimplemented websites for fidelity gaps, tracking scripts, source-brand and language residue, placeholders, and risky external dependencies. Use before handoff or deployment, or when asked to review a website clone for cleanup and readiness.

2k tokens
context cost
the whole folder, loaded on every use
4
files
instructions only
0
copies elsewhere
how many repositories repackaged it
83386
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/nexu-io/open-design --skill clone-audit-mrlv3nl4

What comes with it

5 321 bytes besides the instruction
open-design.json
references/provenance.json
references/source-1-CLONE_AUDIT.md

The instruction itself

5 sections, as written by the author

Clone Audit

Audit the requested website-clone workspace and produce an evidence-based

deployment-readiness report. Inspect the current target; never reuse findings

from an earlier project or run.

Establish scope

  • Confirm the target root and the intended output language.
  • Identify any supplied source site, screenshots, design tokens, or other

fidelity references. If none are available, mark visual fidelity as not

checked instead of guessing.

  • Inventory relevant HTML, CSS, JavaScript or TypeScript, assets, metadata,

configuration, and dependency manifests. Respect explicit exclusions.

  • Prefer static inspection. Do not execute untrusted project code, install

packages, or make network requests unless the user authorizes it.

Treat references/source-1-CLONE_AUDIT.md only as historical provenance. Do

not copy its paths, counts, or findings into a new audit unless the current

target independently confirms them.

Run the checks

Inspect each category and record the evidence used:

  • Fidelity assets and styles — compare against supplied references for

missing or substituted fonts and images, broken asset paths, incorrect

colors, and materially different layout or styling.

  • Tracking scripts and pixels — find analytics, tag managers, advertising

pixels, telemetry beacons, and unexpected third-party scripts.

  • Source-brand residue — find source brand names, domains, metadata,

social links, asset paths, comments, and copy that should have been replaced.

  • Language residue — find unintended text in languages outside the target

locale, excluding code identifiers and legitimate proper nouns.

  • TODOs and placeholders — find TODO or FIXME markers, lorem ipsum,

template copy, dummy links, test credentials, and unfinished states.

  • External dependencies and link risk — inspect remote URLs, CDNs,

localhost or development endpoints, external fonts and media, package

downloads, and dependencies that may fail, leak data, or violate deployment

constraints.

Open the surrounding context before reporting a match. Deduplicate repeated

instances that share one root cause, but list every affected file or meaningful

location.

Classify evidence

For every finding, include:

  • severity: blocker, high, medium, or low;
  • a repository-relative file:line location when available;
  • the matched identifier or a short, non-sensitive excerpt;
  • why it matters; and
  • a concrete recommended action.

Keep these states distinct:

  • Confirmed finding — directly supported by inspected evidence.
  • Checked; none found — the category was inspected and no issue was found.
  • Not checked / unverifiable — required context, reference material, or

access was unavailable.

Never turn an unverified suspicion into a confirmed finding. Do not expose

machine-local absolute paths, secrets, tokens, or personal data in the report.

Produce the report

Use this structure:

# Clone Audit

## Scope and coverage
- Target: <portable project label or repository-relative path>
- Fidelity reference: <provided, not provided, or unavailable>
- Exclusions or limitations: <items or none>

## Findings
### <category>
| Severity | Evidence | Why it matters | Recommended action |
| --- | --- | --- | --- |
| <level> | `<relative/file:line>` — <identifier> | <impact> | <action> |

## Checked; none found
- <category>

## Not checked / unverifiable
- <category>: <reason>

## Deployment readiness
<Ready, ready with follow-ups, or not ready> — <brief evidence-based reason>

Use not ready when confirmed unresolved findings can break the deployed

experience, expose tracking or sensitive data unexpectedly, or leave material

source-brand or placeholder content. Otherwise state any follow-ups and explain

why they do or do not block deployment.

Other skills for the same job

different authors, same section of the catalogue
MCP Deploy Manage Agents
by github
vendor ×1

Skill converted from mcp-deploy-manage-agents.prompt.md

2k tokens
Cloud Claw Launch Agent
by internet-court
×1

Use this skill when the user wants to launch a new AltClaw, OpenClaw, PicoClaw, or Ottie deployment through Cloud Claw. Covers the same user-facing fields and constraints exposed in the Cloud Claw UI, using the local altllm cloud-claw-* commands. Do NOT use for post-launch lifecycle tasks like start/stop/delete/logs; use cloud-claw-manage-vm.

1k tokens
Hosted Agents V2 Py
by lingxling
×1

Build hosted agents using Azure AI Projects SDK with ImageBasedHostedAgentDefinition. Use when creating container-based agents in Azure AI Foundry.

2k tokens
Cloudflare MCP Server
by ComeOnOliver
×1

Build MCP (Model Context Protocol) servers on Cloudflare Workers with tools, resources, and prompts.

49k tokens scripts
When Chaining Agent Pipelines Use Stream Chain
by ComeOnOliver
×1

Chain agent outputs as inputs in sequential or parallel pipelines for data flow orchestration

5k tokens
Hermes Tweet
by wshobson

> Install and operate Hermes Tweet, a Hermes Agent plugin for X/Twitter research, timeline reading, tweet analysis, and approval-gated tweet actions. Use this skill when installing Hermes Tweet, researching X/Twitter accounts, monitoring launch signals, investigating mentions, auditing giveaways, or preparing guarded tweet actions. Use proactively when a Hermes Agent workflow needs current X/Twitter context. Requires XQUIK_API_KEY for read and action tools.

2k tokens
Arize Evaluator
by github
vendor

Handles LLM-as-judge evaluation workflows on Arize including creating/updating evaluators, running evaluations on spans or experiments, managing tasks, trigger-run operations, column mapping, and continuous monitoring. Use when the user mentions create evaluator, LLM judge, hallucination, faithfulness, correctness, relevance, run eval, score spans, score experiment, trigger-run, column mapping, continuous monitoring, or improve evaluator prompt.

10k tokens
Build MCP App
by anthropics
vendor

This skill should be used when the user wants to build an "MCP app", add "interactive UI" or "widgets" to an MCP server, "render components in chat", build "MCP UI resources", make a tool that shows a "form", "picker", "dashboard" or "confirmation dialog" inline in the conversation, or mentions "apps SDK" in the context of MCP. Use AFTER the build-mcp-server skill has settled the deployment model, or when the user already knows they want UI widgets.

12k tokens

How to use it

Copy the folder

Take nexu-io/clone-audit-mrlv3nl4 from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.