Update nexus: fix conflicts and sync local changes

This commit is contained in:
Shen Wei
2026-04-26 12:06:50 +08:00
parent 191797c01b
commit f09834b5a5
2443 changed files with 254323 additions and 255154 deletions

View File

@@ -1,56 +1,56 @@
---
title: "Local CRM Framework with DenchClaw"
type: source
tags: ["openclaw", "crm", "automation", "duckdb", "browser-automation"]
date: 2026-04-22
---
## Source File
- [[Agent/usecases/local-crm-framework.md]]
## Summary用中文描述
- 核心主题DenchClaw 将 OpenClaw 转化为本地 CRM、销售自动化和生产力平台的完整框架
- 问题域OpenClaw 作为基础原语功能强大但用于真实商业工作流线索追踪、外联、管道管理需要集成数据库、UI、浏览器自动化、消息平台等多个工具设置复杂易碎
- 方法/机制:`npx denchclaw` 一键安装完整技术栈DuckDB + Web UI + OpenClaw Profile + 浏览器自动化 + Skills所有设置/视图以文件YAML/Markdown存储OpenClaw 可直接读写修改 UIChrome Profile 克隆继承浏览器认证状态
- 结论/价值Cursor 级别的 UX 用于商业运营,无需 Docker/环境配置,通过自然语言管理完整的 CRM 管道
## Key Claims用中文描述
- DenchClaw 一键安装(`npx denchclaw`)自动配置 DuckDB、Web UI、OpenClaw Profile、Gateway、浏览器和 Skills无需手动设置
- 自然语言 CRM 查询("显示员工>5人的公司")实时更新视图,无需手动过滤器操作
- Chrome Profile 克隆使 Agent 继承用户认证状态,可直接导入 HubSpot 等平台数据,无需 OAuth 流程
- 所有设置/视图/过滤器以 YAML/Markdown 文件存储Agent 可像编辑代码一样自然地修改 UI
- DuckDB 是嵌入式数据库的最佳选择:最小体积、完全 SQL 支持、无服务器/凭证/网络依赖
- DenchClaw 内置三种 SkillsCRM Skill对象/字段/视图、App Builder SkillWeb 应用构建、Browser Automation Skill浏览器自动化
## Key Quotes
> "File-system = agent-native UI: Because every setting, filter, and view is stored as a YAML/markdown file, OpenClaw can modify the UI as naturally as it edits code. No API wrappers needed."
> — DenchClaw 的核心设计哲学:文件系统即 Agent 原生 UI
> "DuckDB is the sweet spot: Smallest, most performant embedded database that still supports full SQL. No server process, no credentials, no network — just a file."
> — DuckDB 作为嵌入式 CRM 数据库的理由
> "Chrome profile cloning is a superpower: Instead of fighting OAuth flows and API rate limits, DenchClaw copies your browser's auth state. The agent sees what you see, does what you do."
> — Chrome Profile 克隆实现无缝浏览器自动化
> "One `npx` command beats a weekend of setup: The entire stack installs and configures itself. No Docker, no env files, no dependency hell."
> — 一键安装 vs 手动配置的对比
## Key Concepts
- [[File-System-First UI]]:所有设置/视图以文件形式存储Agent 可直接读写,无需 API 抽象层
- [[Chrome Profile Cloning]]:复制浏览器认证状态而非依赖 OAuth使 Agent 继承用户的登录会话
- [[One-Command-Setup]]:通过单一命令自动安装和配置完整技术栈,消除环境配置摩擦
- [[DuckDB]]:嵌入式分析型数据库,无服务器、零配置、完全 SQL 支持
## Key Entities
- [[DenchClaw]]MIT 许可证开源框架,将 OpenClaw 转化为本地 CRM/SaaS 平台
- [[OpenClaw]]:多 Agent 框架DenchClaw 的底层 Agent 引擎
- [[DuckDB]]SQLite 替代品Analytical DBMS用于 CRM 结构化数据存储
- [[HubSpot]]CRM 平台示例DenchClaw 可导入其数据
## Connections
- [[Second Brain]] ← 相关 ← [[local-crm-framework]]:两者均基于 OpenClaw 的记忆/持久化能力
- [[personal-crm]] ← 相关 ← [[local-crm-framework]]:个人 CRM 场景的不同实现方案
- [[multi-channel-assistant]] ← 共享技术栈 ← [[local-crm-framework]]:均使用 Telegram/消息平台作为交互入口
## Contradictions
(暂无发现与其他 Wiki 页面的内容冲突)
---
title: "Local CRM Framework with DenchClaw"
type: source
tags: ["openclaw", "crm", "automation", "duckdb", "browser-automation"]
date: 2026-04-22
---
## Source File
- [[Agent/usecases/local-crm-framework.md]]
## Summary用中文描述
- 核心主题DenchClaw 将 OpenClaw 转化为本地 CRM、销售自动化和生产力平台的完整框架
- 问题域OpenClaw 作为基础原语功能强大但用于真实商业工作流线索追踪、外联、管道管理需要集成数据库、UI、浏览器自动化、消息平台等多个工具设置复杂易碎
- 方法/机制:`npx denchclaw` 一键安装完整技术栈DuckDB + Web UI + OpenClaw Profile + 浏览器自动化 + Skills所有设置/视图以文件YAML/Markdown存储OpenClaw 可直接读写修改 UIChrome Profile 克隆继承浏览器认证状态
- 结论/价值Cursor 级别的 UX 用于商业运营,无需 Docker/环境配置,通过自然语言管理完整的 CRM 管道
## Key Claims用中文描述
- DenchClaw 一键安装(`npx denchclaw`)自动配置 DuckDB、Web UI、OpenClaw Profile、Gateway、浏览器和 Skills无需手动设置
- 自然语言 CRM 查询("显示员工>5人的公司")实时更新视图,无需手动过滤器操作
- Chrome Profile 克隆使 Agent 继承用户认证状态,可直接导入 HubSpot 等平台数据,无需 OAuth 流程
- 所有设置/视图/过滤器以 YAML/Markdown 文件存储Agent 可像编辑代码一样自然地修改 UI
- DuckDB 是嵌入式数据库的最佳选择:最小体积、完全 SQL 支持、无服务器/凭证/网络依赖
- DenchClaw 内置三种 SkillsCRM Skill对象/字段/视图、App Builder SkillWeb 应用构建、Browser Automation Skill浏览器自动化
## Key Quotes
> "File-system = agent-native UI: Because every setting, filter, and view is stored as a YAML/markdown file, OpenClaw can modify the UI as naturally as it edits code. No API wrappers needed."
> — DenchClaw 的核心设计哲学:文件系统即 Agent 原生 UI
> "DuckDB is the sweet spot: Smallest, most performant embedded database that still supports full SQL. No server process, no credentials, no network — just a file."
> — DuckDB 作为嵌入式 CRM 数据库的理由
> "Chrome profile cloning is a superpower: Instead of fighting OAuth flows and API rate limits, DenchClaw copies your browser's auth state. The agent sees what you see, does what you do."
> — Chrome Profile 克隆实现无缝浏览器自动化
> "One `npx` command beats a weekend of setup: The entire stack installs and configures itself. No Docker, no env files, no dependency hell."
> — 一键安装 vs 手动配置的对比
## Key Concepts
- [[File-System-First UI]]:所有设置/视图以文件形式存储Agent 可直接读写,无需 API 抽象层
- [[Chrome Profile Cloning]]:复制浏览器认证状态而非依赖 OAuth使 Agent 继承用户的登录会话
- [[One-Command-Setup]]:通过单一命令自动安装和配置完整技术栈,消除环境配置摩擦
- [[DuckDB]]:嵌入式分析型数据库,无服务器、零配置、完全 SQL 支持
## Key Entities
- [[DenchClaw]]MIT 许可证开源框架,将 OpenClaw 转化为本地 CRM/SaaS 平台
- [[OpenClaw]]:多 Agent 框架DenchClaw 的底层 Agent 引擎
- [[DuckDB]]SQLite 替代品Analytical DBMS用于 CRM 结构化数据存储
- [[HubSpot]]CRM 平台示例DenchClaw 可导入其数据
## Connections
- [[Second Brain]] ← 相关 ← [[local-crm-framework]]:两者均基于 OpenClaw 的记忆/持久化能力
- [[personal-crm]] ← 相关 ← [[local-crm-framework]]:个人 CRM 场景的不同实现方案
- [[multi-channel-assistant]] ← 共享技术栈 ← [[local-crm-framework]]:均使用 Telegram/消息平台作为交互入口
## Contradictions
(暂无发现与其他 Wiki 页面的内容冲突)