Files
nexus/wiki/concepts/Chrome-Profile-Cloning.md
2026-04-17 19:17:27 +08:00

30 lines
848 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
id: Chrome-Profile-Cloning
title: Chrome Profile Cloning
type: concept
tags: [浏览器自动化, 认证, OpenClaw]
sources:
- raw/Agent/usecases/local-crm-framework.md
last_updated: 2026-04-17
---
## Definition
复制用户 Chrome 浏览器配置,使 AI Agent 继承用户认证状态的技术手段。
## Mechanism
DenchClaw 复制用户的 Chrome profile这样 Agent 可以直接访问用户已登录的网站,无需处理 OAuth 流程或 API 密钥。
## Benefits
- 绕过 OAuth 流程和 API 速率限制
- Agent 看到和操作的内容与用户一致
- 无需额外凭证管理
## Use Cases
- 从 HubSpot 导入数据
- 抓取需要登录的网页内容
- 自动化需要认证的 Web 操作
## Related
- [[DenchClaw]]:使用此技术的框架
- [[Chrome]]:被克隆的浏览器
- [[Local CRM Framework with DenchClaw]]