Buscar información actualizada en internet. Nunca depender solo del
conocimiento entrenado (que tiene cutoff). Usar Playwright para páginas
que requieren JavaScript, con fallback a requests para páginas estáticas.
Archivo principal
fetch_info.py - Script principal de fetching y búsqueda
Uso
Fetch simple
python SKILLS/websearch/fetch_info.py <url>
Descarga el contenido de la URL
Usa Playwright (JS) con fallback a requests
Guarda en WORKSPACE/fetched_*.txt y LOGS/webfetch_*.log
Searching Bing for: python playwright tutorial
--------------------------------------------------
Top 5 results:
1. Playwright Python Tutorial
https://playwright.dev/python/docs/intro
2. Scraping with Playwright and Python - Article
https://example.com/article
...
Integración
Cuando necesites info actualizada (versiones, docs, noticias)
Cuando问我 algo que sabe a "actualizado" y no estoy seguro de mi cutoff
Primero busca, luego me muestras el resultado o me dices que lo analice
1---2name: websearch3description: Web Search Skill4---5# Web Search Skill67## Propósito8Buscar información actualizada en internet. Nunca depender solo del9conocimiento entrenado (que tiene cutoff). Usar Playwright para páginas10que requieren JavaScript, con fallback a requests para páginas estáticas.1112## Archivo principal13- `fetch_info.py` - Script principal de fetching y búsqueda1415## Uso1617### Fetch simple18```bash19python SKILLS/websearch/fetch_info.py <url>20```21- Descarga el contenido de la URL22- Usa Playwright (JS) con fallback a requests23- Guarda en WORKSPACE/fetched_*.txt y LOGS/webfetch_*.log2425### Fetch solo texto26```bash27python SKILLS/websearch/fetch_info.py <url> --text28```29- Lo mismo pero imprime solo el texto (sin HTML)3031### Buscar en Bing32```bash33python SKILLS/websearch/fetch_info.py search <query>34```35- Busca en Bing y devuelve los top 5 resultados con títulos y URLs3637## Dependencias38- playwright (`pip install playwright && playwright install chromium`)39- requests (`pip install requests`)40- beautifulsoup4 (`pip install beautifulsoup4`)4142## Ejemplo output43```44Searching Bing for: python playwright tutorial45--------------------------------------------------4647Top 5 results:4849 1. Playwright Python Tutorial50 https://playwright.dev/python/docs/intro5152 2. Scraping with Playwright and Python - Article53 https://example.com/article54...55```5657## Integración58- Cuando necesites info actualizada (versiones, docs, noticias)59- Cuando问我 algo que sabe a "actualizado" y no estoy seguro de mi cutoff60- Primero busca, luego me muestras el resultado o me dices que lo analice
Run npx skillmds@latest add futurediffusion/websearch 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.
Web Search 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.