Auto-sync

This commit is contained in:
2026-04-15 07:37:53 +08:00
parent 1bce532898
commit f3569a835b
484 changed files with 0 additions and 18663 deletions

View File

@@ -1,35 +0,0 @@
---
title: "Local CRM Framework with DenchClaw"
type: source
tags: [openclaw, crm, local, automation]
date: 2026-03-06
---
## Source File
- [[raw/Agent/usecases/local-crm-framework.md]]
## Summary
- 核心主题使用DenchClaw构建本地CRM
- 问题域设置真正能与OpenClaw配合的CRM痛苦
- 方法/机制DenchClaw单命令安装在本地机器运行完整CRM
- 结论/价值Cursor级别的用户体验用于业务运营
## Key Claims
- 单命令设置npx denchclaw安装一切并在localhost:3100打开
- 自然语言CRM问"显示超过5名员工的公司"实时更新视图
- 完整浏览器自动化复制Chrome配置文件使Agent获得相同认证状态
- 多种视图:表格看板日历时间线画廊和列表视图
## Key Insights
- 文件系统=Agent原生UI每个设置、过滤器和视图都是文件OpenClaw可以像编辑代码一样自然地修改UI
- DuckDB是甜区最小、最轻量的嵌入式数据库仍支持完整SQL
- Chrome配置文件克隆是超能力Agent看到你看到的做你做的
## Key Concepts
- [[本地CRM]]:在本地运行客户关系管理系统
- [[DenchClaw]]将OpenClaw变为本地CRM的开源框架
- [[浏览器自动化]]:使用现有浏览器认证状态进行自动化
## Connections
- [[DenchClaw]] ← provides ← [[本地CRM]]
- [[DenchClaw]] ← uses ← [[DuckDB]]