real-browser

📁 xxww0098/skills-hub 📅 2 days ago
2
总安装量
2
周安装量
#64861
全站排名
安装命令
npx skills add https://github.com/xxww0098/skills-hub --skill real-browser

Agent 安装分布

opencode 2
gemini-cli 2
antigravity 2
github-copilot 2
codex 2
kimi-cli 2

Skill 文档

Real Browser

Initialize real browser environment only.

Single Action

From the real-browser skill directory, run exactly:

scripts/load_my_browser.sh 9333

Handoff

After startup succeeds, hand off to agent-browser skill for all page operations.

All browser control must use:

agent-browser --cdp 9333 <command>

Visibility Guard

If actions are not visible, check current target tab first:

agent-browser --cdp 9333 tab list
agent-browser --cdp 9333 get url

If current URL starts with chrome://omnibox-popup, switch to a normal tab before continuing:

agent-browser --cdp 9333 tab <index>

Use the tab index that points to about:blank or https://....

Control Boundary

Hard rules:

  • Do not use any chrome-devtools tool after load_my_browser.sh 9333.
  • Do not mix control planes (chrome-devtools + agent-browser) in the same task.
  • If a previous step already used chrome-devtools, stop and continue with agent-browser --cdp 9333 only.
  • Keep port fixed at 9333.

Quick check command:

agent-browser --cdp 9333 get url