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 skills add IAPro-Community/Orquestrador-Maestro --skill skill-web-clonegit clone --depth 1 https://github.com/IAPro-Community/Orquestrador-MaestroWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/iapro-community/orquestrador-maestro/skill-web-clone)<a href="https://agentmods.dev/skills/iapro-community/orquestrador-maestro/skill-web-clone"><img src="https://agentmods.dev/badge/skills/iapro-community/orquestrador-maestro/skill-web-clone/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/iapro-community/orquestrador-maestro/skill-web-clone"><img src="https://agentmods.dev/badge/skills/iapro-community/orquestrador-maestro/skill-web-clone.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What 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.1 | $0.00033 | $0.00403 |
| Opus 5 | $0.00016 | $0.00201 |
| Sonnet 5 | $0.00007 | $0.00081 |
| Haiku 4.5 | $0.00003 | $0.00040 |
Grade A, and why
skill-web-clone 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 8d 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.
What it actually says
Skill Web Clone
Use esta skill quando o usuário pedir para clonar, reproduzir ou copiar um site a partir de uma URL. A referência principal deve ser uma página acessível ao navegador; uma captura de tela sozinha não substitui a extração da página.
Fluxo
- Confirme que a URL pertence ao usuário ou que existe autorização para reproduzi-la.
- Use Playwright ou o MCP de navegador disponível para navegar, aguardar o carregamento e capturar o estado de acessibilidade.
- Extraia somente a estrutura, estilos computados, conteúdo visível e elementos interativos necessários. Não replique APIs, autenticação, pagamentos, dados privados ou widgets de terceiros.
- Implemente a página com HTML/CSS/JS ou com a stack existente do projeto, priorizando landmarks semânticos, tipografia, espaçamento, cores, responsividade e estados de interação.
- Sirva a implementação localmente e valide estrutura, aparência e pelo menos duas interações detectadas na página original.
- Corrija primeiro diferenças de layout e comportamento; repita a verificação até passar ou até cinco iterações.
Guardrails
- O escopo padrão é uma única página.
- Use placeholders para imagens externas quando não houver autorização para copiá-las.
- Não invente equivalência de backend nem acesse áreas protegidas.
- Registre diferenças restantes e o resultado da verificação antes de declarar conclusão.
Compatibilidade
Esta entrada canônica existe para que clientes compartilhados encontrem o nome skill-web-clone. No Codex nativo, o playbook detalhado continua disponível como web-clone em .codex/skills.
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.
- 8d ago First seen · 32 lines · 33 tokens per session scan A 55fab40a8fde
skill-web-clone is a skill published in the GitHub repository IAPro-Community/Orquestrador-Maestro (42 stars, last pushed today), licensed Apache-2.0. It adds 33 tokens to every session and 403 once invoked, about $0.0002 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-09-03.
Other skills, from other repositories
playwright-component-testing
Set up component testing with Playwright using a story gallery — scaffold stories and a gallery dev page driven by the built-in mount fixture, no dedicated component-testing runtime. Use when asked to test React or Vue components in isolation with Playwright, or to migrate off @playwright/experimental-ct-react / -vue.
agent-self-scheduling
Schedule AI agent runs with cron, loops, or external clocks while avoiding unsafe tight autonomous timers.
qa
QA test your code changes by reading your git diff, choosing the right validation path for frontend/browser and backend changes, and reporting pass/fail with evidence.
testing
Verify a Skyvern deployment is working correctly by smoke-testing the backend API, frontend rendering, browser session provisioning, and workflow execution. Use when the user says 'is Skyvern working', 'test my deployment', 'verify the installation', 'smoke test', or needs to check that a self-hosted or local Skyvern…
clone-website
Reverse-engineer and clone a website in one shot — extracts assets, CSS, and content section-by-section and proactively dispatches parallel builder agents in worktrees as it goes. Use this whenever the user wants to clone, replicate, rebuild, reverse-engineer, or copy any website. Also triggers on phrases like "make a…
visual-verify-ui
Wraps the browser tool into a dedicated visual QA testing skill for frontend work.