con un clic
browser
Control a real, local web browser to search, navigate, and extract information.
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ú
Control a real, local web browser to search, navigate, and extract information.
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.
Basado en la clasificación ocupacional SOC
Always use Browser Harness for web interaction that needs robust automation, downloads, uploads, screenshots, testing, or the user's live Chrome session.
Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include any mention of Word documents, .docx files, reports, memos, letters, templates, tables of contents, headings, page numbers, letterheads, tracked changes, comments, images, or document conversion.
Manage repositories, invitations, pull requests, and collaborator permissions.
Analyze videos, screen recordings, ads, and video links with LimeBot's native video tool. Use for requests to watch, summarize, transcribe, inspect a moment, read on-screen text, or answer questions about YouTube, Vimeo, TikTok, Loom, MP4, MOV, MKV, or WebM media.
Manage and interact with Discord servers, channels, and members.
An adaptive, stealthy web scraper that bypasses common anti-bot protections using Scrapling's StealthyFetcher, curl_cffi, and browserforge to extract raw text or CSS selectors.
| name | browser |
| description | Control a real, local web browser to search, navigate, and extract information. |
| dependencies | {"python":[],"node":[],"binaries":[]} |
LimeBot's window to the live internet. It uses a local instance of Chrome/Chromium to interact with websites just like a human.
web_search(query, count, kind): Preferred web search. kind='news' for recent news. Returns ranked titles/URLs/snippets.image_search(query): Find images. Returns Image URLs + source pages.deep_research(query): Multi-source research with a cited synthesized answer. Use for questions needing several sources.browser_navigate(url): Open a page. Returns the page title and a list of interactive elements with IDs (e.g., [e12]).browser_click(element_id): Interact with buttons or links using the IDs from the navigation result.browser_type(element_id, text): Fill out forms and search bars.browser_scroll(direction='down'): Move through a page to reveal more content.browser_extract(selector='body'): Get the text content of a page.google_search(query): Legacy alias for web_search.web_search / image_search / deep_research) or Navigate.When the user asks you to send/show a picture of something, call image_search(query=...),
pick the best result, then call send_media(path='<Image URL>'). send_media downloads the
remote URL and delivers it as a real image in web, Discord, and WhatsApp — do not just paste
the raw URL as text.