Files
nexus/wiki/entities/DenchClaw.md
2026-04-23 00:02:55 +08:00

1.9 KiB
Raw Blame History

title, type, tags, last_updated
title type tags last_updated
DenchClaw entity
openclaw
crm
product
automation
2026-04-22

Overview

MIT 许可证开源框架,通过 npx denchclaw 一键将 OpenClaw 转化为完整的本地 CRM、销售自动化和生产力平台。

Aliases

  • Dench Claw
  • DenchClaw

Details

Key Features

  1. One-command setup: 自动安装 DuckDB、Web UI、OpenClaw Profile、Gateway、浏览器自动化和 Skills
  2. Natural language CRM: 自然语言查询实时更新视图,无需手动过滤器
  3. Chrome profile cloning: 复制浏览器认证状态Agent 可直接操作用户已登录的 Web 应用
  4. Multiple views: Table、Kanban、Calendar、Timeline、Gallery、List 视图
  5. App builder: OpenClaw 构建自包含 Web 应用,运行在 workspace 内并访问数据库
  6. File-system-first: 所有设置/视图以 YAML/Markdown 文件存储Agent 可直接读写

Architecture

  • Database: DuckDB — 嵌入式分析型数据库
  • Agent Engine: OpenClaw
  • Web UI: localhost:3100
  • Gateway: port 19001

Bundled Skills

  • CRM Skill: DuckDB 后端结构化数据管理(对象/字段/条目/多视图)
  • App Builder Skill: 构建运行在 workspace 内、访问数据库的 Web 应用
  • Browser Automation Skill: Chromium 浏览器,继承用户 Chrome 认证状态

Key Insight

"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."