-
Notifications
You must be signed in to change notification settings - Fork 487
Description
When using this skill, it creates an internal browser instead of the public browser installed on your computer. Due to my laptop's very slow internet speed, I encountered high latency issues, making everything feel sluggish, especially when entering my Google account during the authentication process. I don't know if this is caused by the internal browser or network latency. However, when accessing the site using a VPN, everything is indeed slower when Claude Code opens the browser and interacts with the notebook. However, accessing the site using my own Google Chrome browser on my normal computer works relatively smoothly. Therefore, I had to adjust the response timeout in the Skill's Python script to ensure proper functionality. I'm wondering if there are any optimization options available?