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.
Установить с помощью моего Агента
Скопируйте этот запрос в своего Агента. Он содержит каноническую страницу Skill и манифест.
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.Ваш Агент по-прежнему должен показать план и запросить все подтверждения, требуемые политикой безопасности.
Ресурсы для AI-агентов
Используйте эти ссылки, когда AI-агенту, crawler или script нужен чистый контекст вместо полной страницы.
Протестировать
Использование «adscrawl-browser». Extract a rendered product article as Markdown and summarize it.
Ожидаемый результат:
Saved the rendered article as page.md. The summary covers the product purpose, primary features, pricing details, and stated availability.
Использование «adscrawl-browser». Capture a full-page screenshot for visual review.
Ожидаемый результат:
- 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.
Использование «adscrawl-browser». Use a remote browser to complete an authorized multi-step form check.
Ожидаемый результат:
Completed the requested navigation and validation steps in one CDP session. Closed the remote session after recording the observed results.
Аудит безопасности
БезопасноAll 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.
Факторы риска
⚙️ Внешние команды (36)
🌐 Доступ к сети (2)
🔑 Переменные окружения (6)
Поделиться и цитировать этот отчет
Делитесь версионным отчетом об оценке, нейтральным значком, встраиваемой карточкой и цитатами. Skillstore публикует доказательства, не решая, безопасен ли этот Skill.
Копировать ссылку на отчёт
https://skillstore.io/skills/adscrawl-adscrawl-browser/audits/1?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportЗначок Markdown
[](https://skillstore.io/skills/adscrawl-adscrawl-browser?utm_source=security_passport_badge)Значок 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>Встраиваемая карточка
<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>Академические ссылки (APA · BibTeX · CFF)
Цитата APA
adscrawl. (2026). adscrawl-browser security audit report (audit version 1) [Author version unspecified]. Skillstore. https://skillstore.io/skills/adscrawl-adscrawl-browser/audits/1Цитата 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"
Оценка Skillstore
Почему такая оценка Достоверность доказательств: СреднийЧто вы можете построить
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.
Попробуйте эти промпты
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.
Лучшие практики
- 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.
Избегать
- 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.