- OpenCode.ai installed
- Git installed
- Chrome or Chromium installed
- Python 3.12+ with uv
# 1. Clone the repository
git clone https://github.com/billy-enrizky/openbrowser-ai.git ~/.config/opencode/openbrowser
# 2. Create directories
mkdir -p ~/.config/opencode/plugins ~/.config/opencode/skills
# 3. Create plugin symlink
ln -s ~/.config/opencode/openbrowser/.opencode/plugins/openbrowser.js ~/.config/opencode/plugins/openbrowser.js
# 4. Create skills symlink
ln -s ~/.config/opencode/openbrowser/plugin/skills ~/.config/opencode/skills/openbrowser
# 5. Restart OpenCodeRun as Administrator or with Developer Mode enabled:
# 1. Clone the repository
git clone https://github.com/billy-enrizky/openbrowser-ai.git "$env:USERPROFILE\.config\opencode\openbrowser"
# 2. Create directories
New-Item -ItemType Directory -Force -Path "$env:USERPROFILE\.config\opencode\plugins"
New-Item -ItemType Directory -Force -Path "$env:USERPROFILE\.config\opencode\skills"
# 3. Create plugin symlink
New-Item -ItemType SymbolicLink -Path "$env:USERPROFILE\.config\opencode\plugins\openbrowser.js" -Target "$env:USERPROFILE\.config\opencode\openbrowser\.opencode\plugins\openbrowser.js"
# 4. Create skills junction
cmd /c mklink /J "$env:USERPROFILE\.config\opencode\skills\openbrowser" "$env:USERPROFILE\.config\opencode\openbrowser\plugin\skills"
# 5. Restart OpenCodels -l ~/.config/opencode/plugins/openbrowser.js
ls -l ~/.config/opencode/skills/openbrowserBoth should show symlinks pointing to the openbrowser directories.
| Skill | Description |
|---|---|
web-scraping |
Extract structured data from websites, handle pagination |
form-filling |
Fill forms, login flows, multi-step wizards |
e2e-testing |
Test web apps by simulating user interactions |
page-analysis |
Analyze page content, structure, metadata |
accessibility-audit |
Audit pages for WCAG compliance |
file-download |
Download files (PDFs, CSVs) using browser session |
uv tool install openbrowser-ai
openbrowser-ai installSkills are discovered automatically. Load a specific skill:
use skill tool to load openbrowser/web-scraping
When skills reference Claude Code tools, substitute OpenCode equivalents:
Read,Write,Edit,Bash-- use your native toolsTaskwith subagents -- use OpenCode's subagent systemSkilltool -- use OpenCode's nativeskilltool
cd ~/.config/opencode/openbrowser && git pullrm ~/.config/opencode/plugins/openbrowser.js
rm -rf ~/.config/opencode/skills/openbrowserOptionally delete the clone: rm -rf ~/.config/opencode/openbrowser