No ejecuta JavaScript (server-side rendering only)
No sigue redirects automáticamente
Timeout de 30 segundos por defecto
Loggers
Los URLs visitados se registran en LOGS/webgrab_<timestamp>.log
1---2name: webgrab3description: Webgrab Skill4---5# Webgrab Skill67## Propósito8Obtener páginas web para análisis offline. Soporta HTML plano,9extracción de links, y descarga de recursos estáticos.1011## Archivos12- `fetch_page.py` - Script principal de obtención1314## Uso1516### fetch_page.py17```bash18python SKILLS/webgrab/fetch_page.py <url> [--output <path>] [--links|--text]19```20- `<url>`: URL a obtener (required)21- `--output <path>`: Guardar contenido en archivo22- `--links`: Extraer solo links23- `--text`: Extraer solo texto (strip HTML)2425## Output ejemplo26```27URL: https://example.com28STATUS: 20029SIZE: 15,234 bytes30OUTPUT: /path/to/saved/page.html31LINKS: 47 found32```3334## Dependencias35- requests (HTTP library)36- beautifulsoup4 (para parsing HTML, opcional)3738## Limitaciones39- No ejecuta JavaScript (server-side rendering only)40- No sigue redirects automáticamente41- Timeout de 30 segundos por defecto4243## Loggers44- Los URLs visitados se registran en `LOGS/webgrab_<timestamp>.log`
Run npx skillmds@latest add futurediffusion/webgrab in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Webgrab Skill It is listed under AI & ML on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
futurediffusion (@futurediffusion) published this skill. Their other Agent Skills are listed on their SkillMD profile.