Auto-sync: 2026-04-17 19:17

This commit is contained in:
2026-04-17 19:17:27 +08:00
parent a1c4f6495b
commit 52c143d5e4
49 changed files with 1444 additions and 1 deletions

View File

@@ -0,0 +1,48 @@
---
id: local-crm-framework-with-denchclaw
title: Local CRM Framework with DenchClaw
type: source
tags: [CRM, OpenClaw, DenchClaw, Agent, 自动化]
sources:
- raw/Agent/usecases/local-crm-framework.md
last_updated: 2026-04-17
---
## Source File
- [[raw/Agent/usecases/local-crm-framework.md]]
## Summary
- 核心主题:使用 DenchClaw 框架将 OpenClaw 转变为本地 CRM 系统
- 问题域CRM 系统搭建繁琐、需要整合多种工具数据库、UI、浏览器自动化、消息平台
- 方法/机制单命令安装、DuckDB 本地数据库、Chrome 配置克隆、自然语言交互、文件驱动 UI
- 结论/价值:提供 Cursor 级别的用户体验,一站式解决 CRM 搭建问题
## Key Claims
- 单命令安装(`npx denchclaw`即可完成数据库、Web UI、OpenClaw 配置、浏览器自动化和技能的完整安装
- 自然语言 CRM 功能允许通过自然语言查询和操作数据,无需手动配置过滤器
- Chrome 配置克隆使 Agent 继承用户认证状态,可直接操作需要登录的网页
- 文件系统优先的设计(所有设置、过滤器、视图存储为 YAML/Markdown 文件)使 Agent 能像修改代码一样直接修改 UI
## Key Quotes
> "You want Cursor-level UX for your business operations, not a pile of shell scripts"
> "One `npx` command beats a weekend of setup" — 整个技术栈数据库、Web UI、OpenClaw profile、gateway、browser、skills通过单条命令自动安装和配置
## Key Concepts
- [[DuckDB]]:嵌入式分析数据库,最小且性能最高的全功能 SQL 数据库,无服务器进程、无凭证、无网络依赖
- [[Chrome-Profile-Cloning]]:克隆用户 Chrome 配置使 Agent 继承认证状态的技术
- [[文件驱动 UI]]:将 UI 配置存储为文件,使 AI Agent 能直接读取和修改界面设置
## Key Entities
- [[DenchClaw]]:开源框架,将 OpenClaw 转变为本地 CRM、销售自动化和生产力平台
- [[OpenClaw]]AI Agent 管理工具DenchClaw 的底层技术
- [[DuckDB]]:嵌入式分析数据库
- [[Chrome]]Google 浏览器,用于配置克隆
## Connections
- [[DenchClaw]] ← builds_on ← [[OpenClaw]]
- [[DenchClaw]] ← uses ← [[DuckDB]]
- [[DenchClaw]] ← clones ← [[Chrome]]
## Contradictions
- (暂无发现)