Auto-sync: 2026-04-17 19:17
This commit is contained in:
30
wiki/concepts/Chrome-Profile-Cloning.md
Normal file
30
wiki/concepts/Chrome-Profile-Cloning.md
Normal file
@@ -0,0 +1,30 @@
|
||||
---
|
||||
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]]
|
||||
Reference in New Issue
Block a user