adscrawl-browser
Extract and Automate Websites with AdsCrawl
Modern websites often require browser rendering before useful content appears. This skill uses AdsCrawl for extraction, screenshots, and stateful browser sessions.
Instalar con mi Agente
Copia esta solicitud en tu Agente. Incluye la página canónica del Skill y el manifiesto.
Review the Skillstore skill "adscrawl-browser" from https://skillstore.io/skills/adscrawl-adscrawl-browser.md and its manifest at https://skillstore.io/api/skills/adscrawl-adscrawl-browser/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Tu Agente debe seguir mostrando su plan y solicitar cualquier confirmación exigida por la política de seguridad.
Recursos legibles por agentes
Usa estos enlaces cuando un agente de IA, crawler o script necesite contexto limpio en vez de leer la página completa.
Pruébalo
Usando "adscrawl-browser". Extract a rendered product article as Markdown and summarize it.
Resultado esperado:
Saved the rendered article as page.md. The summary covers the product purpose, primary features, pricing details, and stated availability.
Usando "adscrawl-browser". Capture a full-page screenshot for visual review.
Resultado esperado:
- Saved a non-empty 1440 by 900 full-page PNG.
- Verified that the page loaded without a challenge screen.
- Noted one subscription overlay covering part of the article.
Usando "adscrawl-browser". Use a remote browser to complete an authorized multi-step form check.
Resultado esperado:
Completed the requested navigation and validation steps in one CDP session. Closed the remote session after recording the observed results.
Auditoría de seguridad
SeguroAll 45 static findings are false positives caused by Markdown backticks, documented environment variables, and the declared AdsCrawl API endpoint. The reviewed skill contains no embedded credentials, command injection, prompt injection, or unauthorized data handling.
Factores de riesgo
⚙️ Comandos externos (36)
🌐 Acceso a red (2)
🔑 Variables de entorno (6)
Compartir y citar este informe
Comparte el informe de evaluación versionado, la insignia neutral, la tarjeta insertable y las citas. Skillstore presenta evidencias sin decidir si este Skill es seguro.
Copiar enlace del informe
https://skillstore.io/skills/adscrawl-adscrawl-browser/audits/1?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportInsignia Markdown
[](https://skillstore.io/skills/adscrawl-adscrawl-browser?utm_source=security_passport_badge)Insignia HTML
<a href="https://skillstore.io/skills/adscrawl-adscrawl-browser?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/adscrawl-adscrawl-browser/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Tarjeta para insertar
<iframe src="https://skillstore.io/embed/skills/adscrawl-adscrawl-browser.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Citas académicas (APA · BibTeX · CFF)
Cita APA
adscrawl. (2026). adscrawl-browser security audit report (audit version 1) [Author version unspecified]. Skillstore. https://skillstore.io/skills/adscrawl-adscrawl-browser/audits/1Cita BibTeX
@techreport{adscrawl-adscrawl-adscrawl-browser-2026,
author = {adscrawl},
title = {adscrawl-browser security audit report (audit version 1)},
institution = {Skillstore},
year = {2026},
number = {1},
url = {https://skillstore.io/skills/adscrawl-adscrawl-browser/audits/1},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "adscrawl-browser security audit report (audit version 1)"
version: "unspecified"
type: report
authors:
- name: "adscrawl"
date-released: "2026-08-26"
url: "https://skillstore.io/skills/adscrawl-adscrawl-browser/audits/1"
identifiers:
- type: other
value: "skillstore:adscrawl-adscrawl-browser:audit:1"
description: "Skillstore immutable audit report identifier"
Puntuación de Skillstore
Por qué esta puntuación Confianza de la evidencia: MedioLo que puedes crear
Research rendered web content
Extract clean Markdown from JavaScript-heavy pages for analysis, summaries, or retrieval workflows.
Verify website appearance
Capture full-page or viewport screenshots with requested locale, timezone, and viewport settings.
Automate stateful browser tasks
Create a remote CDP session for authorized multi-step navigation, forms, login flows, or debugging.
Prueba estos prompts
Extract TARGET_URL as Markdown. Save the result, verify it contains meaningful page content, and summarize the main points.
Capture a full-page PNG of TARGET_URL at 1440 by 900. Check the image for overlays, missing assets, or incomplete loading.
Extract TARGET_URL for COUNTRY_CODE and capture a matching screenshot. Compare visible content, pricing, and availability without using a custom proxy.
Create one CDP session for TARGET_URL, complete AUTHORIZED_STEPS with the project's browser library, record outcomes, and always close the session.
Mejores prácticas
- Use extraction or screenshots when interaction is unnecessary, and reserve CDP sessions for stateful tasks.
- Keep credentials in environment variables and exclude token-bearing URLs, cookies, and proxy secrets from logs.
- Verify saved outputs and close every CDP session in a cleanup path.
Evitar
- Do not combine managed country routing with a custom proxy in one request.
- Do not retry repeatedly when the page, credentials, or service returns a persistent error.
- Do not access authenticated content, personal data, or external side effects without explicit authorization.