원클릭으로
browser-automation
Use the browser to search the web, log into websites, or extract live page content using spawn_browser_interactive_task.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use the browser to search the web, log into websites, or extract live page content using spawn_browser_interactive_task.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
A-share (沪深) investment assistance using akshare_stock and akshare_stock_technical — fundamentals, technicals, sector context, and decision framing (not financial advice).
Search and install agent skills from ClawHub, the public skill registry.
Retrieve current user's friends and assistant profiles (friend name/signature/preferences + assistant nickname/intro/baseUrl) from customer_service APIs. Use when user asks to inspect or export social/contact profile data.
Unified group creation skill supporting multiple friends and assistants, with optional first message sending.
Schedule reminders and recurring tasks.
Retrieve top deeplink candidates from desktop-synced catalog.
| name | browser-automation |
| description | Use the browser to search the web, log into websites, or extract live page content using spawn_browser_interactive_task. |
| metadata | {"topoclaw":{"emoji":"🌐"}} |
当用户要求你“打开网页操作”、“登录某个网站截图”、“查询商品比价”或“自动在网页上发帖”,且该任务需要真实的浏览器交互和复杂的页面渲染时,请启用此 Skill。
你必须使用内置工具 spawn_browser_interactive_task。由于该工具是在后台启动一个异步真实的浏览器(browser-use),因此:
精确描述任务目标 (description):
必须携带原始用户意图 (original_query):
设置合理的超时时间 (timeout_s):
预留起始链接 (start_url):
start_url。不要省略 https:// 前缀。不阻塞当前会话:
spawn_browser_interactive_task 是异步执行的,调用后你只需告诉用户“已启动后台浏览器任务,请稍候”即可,不需要反复询问状态。web_fetch 更快更轻量。web_search 或 serper_search 更好。