con un clic
web-navigation
General browser control and URL navigation
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
General browser control and URL navigation
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Window management, file operations, and clipboard
Local media player control via Windows media keys
Notion API for creating and managing pages and databases
Spotify Web Player control via Playwright
OS-level control — apps, volume, brightness, screenshots
WhatsApp Web messaging via Playwright
Basado en la clasificación ocupacional SOC
| name | web-navigation |
| description | General browser control and URL navigation |
| triggers | ["open","go to","navigate","browse","search","read page","fill","click","scroll"] |
| browser | per-app preference (check USER memory first) |
Opens URLs, navigates websites, and performs general browser interactions using Playwright persistent browser.
Construct the URL directly: playwright_open_url(url="https://www.google.com/search?q=<query>")
playwright_click(selector="<description>", strategy="auto") cascades through:
playwright_get_text(selector="__page__") extracts all visible text (max 4000 chars)
playwright_open_url(url) — navigate to a URLplaywright_click(selector, strategy="auto") — click element by description or CSSplaywright_type(selector, text) — type into input fieldplaywright_scroll(direction, amount) — scroll page: "up", "down", "top", "bottom"playwright_get_text(selector) — read text ("page" for full page)playwright_hover(selector) — hover to reveal hidden elementsplaywright_wait_for(selector, timeout_ms) — wait for elementplaywright_focus_tab(url_contains) — switch to existing tabplaywright_screenshot() — screenshot current pagesave_preference(bucket, key, value) — save browser preference to memory