๐Ÿ”ง Where my dotfiles lives in harmony and peace, most of the time

๐Ÿ“ Document Brave session reuse for agent-browser

+17
+17
agents/skills/agent-browser/SKILL.md
··· 96 96 agent-browser open https://app.example.com/dashboard 97 97 ``` 98 98 99 + ### Reusing existing Brave auth/session 100 + 101 + If the user asks to reuse existing browser auth (for example their current Brave session), first restart Brave with CDP enabled. 102 + 103 + 1. Kill Brave completely. 104 + 2. Start Brave with remote debugging: 105 + 106 + ```bash 107 + /opt/brave-bin/brave --remote-debugging-port=9222 --remote-debugging-address=127.0.0.1 108 + ``` 109 + 110 + Then connect agent-browser to that session: 111 + 112 + ```bash 113 + agent-browser connect 9222 114 + ``` 115 + 99 116 ### Data Extraction 100 117 101 118 ```bash