camofox-browser-control
Installation
SKILL.md
Use the standalone camofox-browser server directly over HTTP.
Default assumptions for this workspace:
- Base URL:
http://127.0.0.1:9377 - The service is already running.
userIdis mandatory on nearly every useful request.sessionKey(or legacylistItemId) groups tabs; default todefault.
Golden workflow
- Check
/health. - Create a tab with
/tabs. - Call
/tabs/:tabId/wait. - Call
/tabs/:tabId/snapshotand read refs. - Act with
/click,/type,/press,/scroll, or/navigate. - Snapshot again after any state-changing action.
Prefer this loop over HTML scraping.