원클릭으로
browser
Control a real, local web browser to search, navigate, and extract information.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Control a real, local web browser to search, navigate, and extract information.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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.