Browser Login
このコンテンツはまだ日本語訳がありません。
Browser login + X/Twitter posting
Section titled “Browser login + X/Twitter posting”Manual login (recommended)
Section titled “Manual login (recommended)”When a site requires login, sign in manually in the host browser profile (the coderclaw browser).
Do not give the model your credentials. Automated logins often trigger anti‑bot defenses and can lock the account.
Back to the main browser docs: Browser.
Which Chrome profile is used?
Section titled “Which Chrome profile is used?”CoderClaw controls a dedicated Chrome profile (named coderclaw, orange‑tinted UI). This is separate from your daily browser profile.
Two easy ways to access it:
- Ask the agent to open the browser and then log in yourself.
- Open it via CLI:
coderclaw browser startcoderclaw browser open https://x.comIf you have multiple profiles, pass --browser-profile <name> (the default is coderclaw).
X/Twitter: recommended flow
Section titled “X/Twitter: recommended flow”- Read/search/threads: use the host browser (manual login).
- Post updates: use the host browser (manual login).
Sandboxing + host browser access
Section titled “Sandboxing + host browser access”Sandboxed browser sessions are more likely to trigger bot detection. For X/Twitter (and other strict sites), prefer the host browser.
If the agent is sandboxed, the browser tool defaults to the sandbox. To allow host control:
{ agents: { defaults: { sandbox: { mode: "non-main", browser: { allowHostControl: true, }, }, }, },}Then target the host browser:
coderclaw browser open https://x.com --browser-profile coderclaw --target hostOr disable sandboxing for the agent that posts updates.