用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Ntizar/MasterMind --skill adaptive-web-scraping命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | adaptive-web-scraping |
| description | Usa al scrapear web adaptativo con Scrapling. |
| version | 2.0.0 |
| tags | ["scraping","scrapling","stealth","python","adaptativo","anti-bot"] |
| related_skills | ["llm-friendly-web-crawler","crawlee-web-scraping","browser-use-ai","scrapy-web-scraping"] |
⚠️ Corrección 2026-09-05 (auditoría): la clase es
StealthyFetcher(noStealthFetcher) y el parser usacss()/xpath()que devuelven Selectors con.get()/.getall(), nocss_first()/css_all(). Docs reales:scrapling.readthedocs.io.
Repo: https://github.com/D4Vinci/Scrapling (Python, ~78K⭐).
from scrapling import Fetcher, StealthyFetcher # StealthyFetcher (no Stealth)
page = Fetcher().get('https://ejemplo.com') # o StealthyFetcher().get(...)
# El parser devuelve Selectors:
title = page.css('h1::text').get() # (NO css_first)
cards = page.css('.product-card').getall() # (NO css_all)
StealthyFetcher, no StealthFetcher (el import StealthFetcher da ImportError).css_first()/css_all(): usa .css()/.xpath() + .get()/.getall() (y .first/.last).scrapling.readthedocs.io (scrapling.dev no resuelve).StealthyFetcher().get(url) → page.css('h1::text').get() y confirmar que evita el bloqueo.Usa al medir reps o cadencia desde vídeo con pose.
Usa al predecir relaciones entre objetos en tiempo real.
Patrón de cálculo de sombras solares con Web Workers + Comlink para no bloquear la UI