Token导航 LogoToken导航TokenDH.com
开发操作浏览器clawhub未标认证来源可访问clear审计通过

smooth-browser-use浏览器使用流畅

Agent Skill

smooth-browser-use 用于处理浏览器自动化、网页检查和页面信息提取,适合在 OpenClaw 中需要让 Agent 打开页面、读取网页或验证前端流程时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,105

周安装

47

GitHub Stars

公开资料未说明

下载量

387
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:smooth-browser-use(浏览器使用流畅)
来源仓库:https://github.com/shuxinyang111/smooth-browser-use
安装命令:
openclaw skills install smooth-browser-use
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install smooth-browser-use

简介

用于处理浏览器自动化和网页信息提取。

  • 支持流畅导航、表单验证和真实输入事件,提升前端流程可靠性。
  • 适合页面打开、读取和前端验证等基于浏览器的任务。
  • 安装前建议确认权限范围和运行环境,注意是否会触发网络请求。
  • smooth-browser-use 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
smooth-browser-use
description
Use when operating browser-based workflows that need smooth, human-like navigation, reliable text entry, real paste/input events, form validation, translators, AI detectors, Moodle editors, rich text fields, React/Vue/SPA forms, or any web page where front-end state must update correctly. Also use when a browser page is blank, stuck, stale, desynchronized, or should be refreshed back to a clean state before retrying.

Smooth Browser Use

Overview

Use browser pages the way a careful human would: wait for the real UI, click visible controls, paste through the page, and verify the page's own state before continuing.

Accessibility set_value can make text visible without firing the page's paste, input, change, validation, translation, word-count, or enable-button logic. Treat it as a narrow tool, not the default for web app text entry.

When a browser page is stuck, stale, or desynchronized, refresh back to a clean initial state before retrying.

Smooth Workflow

  1. Load the page and wait for the real app UI, not just the address bar or a blank shell.
  2. Use get_app_state before interacting after navigation, reloads, user interruptions, or failed clicks.
  3. Prefer visible controls and keyboard operations over direct accessibility value injection.
  4. After each meaningful action, verify the page reacted before moving on.
  5. If the page state looks wrong, refresh early instead of compounding bad state.

State Checks

Do not trust visible text alone. Trust the page's own state indicators:

  • Word or character counters update.
  • Translation output changes.
  • Analyze, detect, submit, or continue buttons become enabled.
  • The page shows a completed result instead of placeholder text.
  • Error banners disappear after retry or refresh.

If visible text and page indicators disagree, treat the page as desynchronized.

Text Entry

  1. Put the intended text on the system clipboard when the text is long.
  2. Click the actual visible input area, text area, editor, or page-provided Paste button.
  3. Use keyboard paste (Cmd+V on macOS) or the page's Paste button so the site receives a real paste event.
  4. If replacing existing text, use the page's clear/delete control first when available. Otherwise focus the field, use Cmd+A, then paste.
  5. Verify the page reacted using its own indicators. Do not proceed only because the accessibility tree shows the value.
  6. If the page still does not react, click out and back in, press a harmless navigation key, or re-paste through the page's Paste button.
  7. If the page remains inconsistent, refresh and retry from a clean state.

Use set_value only for low-risk browser chrome fields such as the address bar, or for simple native fields where no page-side logic is needed. Avoid it for translators, detectors, rich editors, SPAs, and assignment text boxes.

Page Recovery

When a page is blank, stuck loading, shows a generic error, or has stale state:

  1. Refresh the page once and wait for the initial UI to return.
  2. If the page keeps stale or broken state, refresh again or open the same URL in a new tab/window.
  3. After refresh, do not assume previous text is valid. Clear the field or start from the page's initial state.
  4. Re-enter text using the Text Entry workflow.
  5. Re-check the page's own indicators before continuing.

For error screens with a visible retry control, try the page's retry button once. If it does not restore a consistent state, refresh the page.

Failure Signals

Stop and recover when any of these happen:

  • Text is visible but the counter says 0 Words, 0 Characters, or "enter text to scan."
  • A detector/analyzer button stays disabled after text appears.
  • A translator input contains text but no translation starts.
  • The page says "Something went wrong" after text insertion.
  • The accessibility value changed but the on-screen app state did not.
  • The page remains blank after navigation.

Browser Tool Notes

  • Call get_app_state before interacting after user interruption, page reload, or a failed click.
  • Prefer visible clicking plus keyboard operations for web content.
  • Use clipboard plus Cmd+V for long text to avoid partial typing and to trigger paste handlers.
  • After every significant input, read the screen or accessibility tree again and verify the web app reacted.

Examples

For Baidu Translate:

  1. Load or refresh the translator page.
  2. Click the source text area.
  3. Paste using Cmd+V.
  4. Confirm the character count changes and translated output starts updating.
  5. If text appears but no translation starts, clear the field, refresh, and paste again through the real UI.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

93.15%
按下载量换算360

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills