← 返回
未分类 中文

Browser Automation

Use Browser Relay when the user wants to control a real signed-in Chrome or Chromium browser through the published browser-relay-cli package and unpacked Bro...
Use Browser Relay when the user wants to control a real signed-in Chrome or Chromium browser through the published browser-relay-cli package and unpacked Bro...
jasoncodespace
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 408
下载
💾 0
安装
1
版本
#latest

概述

Browser Relay

Use this skill when the user wants real browser control through the local

Browser Relay runtime.

This skill is a thin wrapper around the published npm package:

  • npm package: browser-relay-cli
  • GitHub repo: https://github.com/jasonCodeSpace/browser-relay

Use this skill when

  • The user wants to control an already signed-in Chrome session
  • The task requires opening pages, reusing tabs, clicking, typing, hovering, scrolling, or screenshots
  • DOM selectors are unreliable and a screenshot-guided click is more appropriate
  • The user wants a local browser relay instead of a hosted browser

Do not use this skill when

  • The user asks to bypass CAPTCHA or anti-bot systems
  • The task requires stealth automation or hiding browser control
  • The user only needs plain web search or static scraping

Workflow

1. Make sure the runtime is available

Use npx, not a local repo path, unless the user explicitly wants development mode.

Quick checks:

npx browser-relay-cli version
npx browser-relay-cli extension-path

2. Start the relay

npx browser-relay-cli relay-start

3. Make sure the extension is loaded

Tell the user to:

  1. Open chrome://extensions
  2. Enable Developer mode
  3. Click Load unpacked
  4. Select the directory printed by npx browser-relay-cli extension-path

Then verify:

npx browser-relay-cli status

You want extensionConnected: true.

4. Operate the browser

Prefer DOM-first commands:

npx browser-relay-cli list-tabs
npx browser-relay-cli create-tab https://example.com
npx browser-relay-cli click 123456 'button'
npx browser-relay-cli type 123456 'input[name=\"q\"]' 'browser relay'
npx browser-relay-cli press 123456 Enter
npx browser-relay-cli scroll 123456 800

For DOM-hostile pages, switch to hybrid mode:

  1. screenshot
  2. describe-visible
  3. click-at or click-at-norm

5. Prefer tab reuse

  • Reuse existing relay tabs whenever possible
  • Avoid opening unnecessary new tabs
  • Use screenshot-guided clicks only when selector-based actions are unreliable

Key commands

Read references/commands.md when you need the compact command catalog.

Safety rules

  • Do not instruct Browser Relay to bypass CAPTCHA or anti-bot challenges
  • Do not claim Browser Relay is stealthy
  • Do not save tokens, .env files, or local private credentials in the skill folder
  • Keep this skill focused on the published runtime and extension workflow

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 15:57 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 672 📥 324,801
ai-intelligence

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,069 📥 803,407
security-compliance

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,221 📥 267,181