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

48 lines
1.9 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "DenchClaw"
type: entity
tags: ["openclaw", "crm", "product", "automation"]
last_updated: 2026-04-22
---
## Overview
MIT 许可证开源框架,通过 `npx denchclaw` 一键将 [[OpenClaw]] 转化为完整的本地 CRM、销售自动化和生产力平台。
## Aliases
- Dench Claw
- DenchClaw
## Details
- **官网**: https://denchclaw.com
- **GitHub**: https://github.com/DenchHQ/DenchClaw
- **许可证**: MIT
- **Discord 社区**: https://discord.gg/PDFXNVQj9n
## 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."
## Related
- [[OpenClaw]] — 底层 Agent 引擎
- [[DuckDB]] — 数据存储
- [[Chrome Profile Cloning]] — 浏览器自动化机制
- [[File-System-First-UI]] — 设计哲学