๐Ÿ”’ browser-secure

Secure browser automation with vault-backed credentials

Profile: The Crustacean Station ๐Ÿฆž

๐ŸŽฏ Why This Profile Exists

This Chrome profile is isolated specifically for browser-secure automation. It keeps your automation sessions separate from your personal browsing, with dedicated extensions and settings for secure, vault-backed credential management.

๐ŸŒ Navigate to Site
โ†’
๐Ÿ” Vault Unlocks
โ†’
๐Ÿค– Automation
โ†’
๐Ÿงน Auto-Cleanup

No passwords in CLI. Your credentials stay encrypted in your vault (Bitwarden or 1Password) until the moment they're needed. browser-secure retrieves them securely, fills forms, and clears them from memory after use.

๐Ÿ”Œ Required Extensions

Install these extensions to enable secure automation:

๐Ÿ” Bitwarden

Free, open-source password manager. This is the recommended vault for browser-secure.

Install from Web Store

๐Ÿฆž OpenClaw Browser Relay

Connects your browser to OpenClaw for seamless automation control.

Install from Web Store

๐Ÿ’ก Tip: After installing Bitwarden, click the extension icon and log in. Then pin both extensions to your toolbar for easy access.

๐Ÿ—๏ธ Set Up Your Vault

Choose your vault provider and complete setup:

Bitwarden (Recommended - Free)

  1. Create account at bitwarden.com (if needed)
  2. Install the Bitwarden extension above
  3. Log in to the extension
  4. Add passwords to your vault
# In terminal, unlock Bitwarden for CLI access: bw login export BW_SESSION=$(bw unlock --raw)

1Password (If you have a subscription)

  1. Install 1Password extension from the Chrome Web Store
  2. Log in to your 1Password account
# In terminal, sign in to 1Password: op signin eval $(op signin)

โœ… Setup Checklist

๐Ÿ›ก๏ธ Your Vault is Secure

๐Ÿš€ Ready to Go?

Once you've installed the extensions and set up your vault, you're ready for secure browser automation.

Show Me the Command Documentation