browse-sh-library
Discover and install browse.sh catalog skills for site-specific browser automation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Discover and install browse.sh catalog skills for site-specific browser automation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | browse-sh-library |
| description | Discover and install browse.sh catalog skills for site-specific browser automation. |
Use this skill when a task needs a site-specific browser workflow and no installed browse.sh skill already matches.
Check installed skills first with skills_list.
If no installed skill matches, discover catalog skills with:
browse skills find "<short task or domain query>"
Install the best catalog match into Hermes' local skill directory with Doit's bridge:
python3 /opt/doit/hermes/scripts/sync_browse_skill.py --query "<short task or domain query>"
If you already know the exact browse.sh slug, use:
python3 /opt/doit/hermes/scripts/sync_browse_skill.py --slug "domain.com/skill-id"
Retry skills_list and skill_view for the installed skill.
Follow the skill's browse ... CLI commands with the terminal tool. Browserbase is the remote browser backend.
Do not use hermes skills install browse-sh/... for browse.sh catalog skills. The Doit bridge installs browse.sh skills into ~/.hermes/skills, which is where Hermes can load local skills.