Chrome Auth Recorder

🌐Community
by dawiddutoit · vlatest · Repository

Securely records Chrome authentication flows to automatically populate credentials in applications.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add chrome-auth-recorder npx -- -y @trustedskills/chrome-auth-recorder
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "chrome-auth-recorder": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/chrome-auth-recorder"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The chrome-auth-recorder skill allows an AI agent to record and replay Chrome browser authentication flows. This enables automated logins to websites, bypassing manual user interaction during testing or repetitive tasks. It captures login sequences including username/password entry and cookie handling, allowing for seamless re-execution later.

When to use it

  • Automated Testing: Recreate specific login scenarios in a web application's test suite without human intervention.
  • Data Entry Automation: Automate logins to websites that require frequent authentication for data extraction or other tasks.
  • Reproducible Demonstrations: Record and replay authentication flows for demonstrations or training purposes, ensuring consistent results.
  • Development Workflow: Quickly log in to development environments without manual steps.

Key capabilities

  • Records Chrome browser authentication sequences.
  • Replays recorded authentication flows.
  • Handles username/password input.
  • Manages cookie handling during login.

Example prompts

  • "Record the login flow for example.com."
  • "Replay the last recorded authentication sequence."
  • "Save this login as 'Example Login'."

Tips & gotchas

  • Requires Chrome browser access and appropriate permissions for the AI agent.
  • Authentication flows involving multi-factor authentication (MFA) may not be fully supported.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
dawiddutoit
Installs
4

🌐 Community

Passed automated security scans.