kumarabhirup 4e6ce90f0b
feat(skills): expand app-builder skill with comprehensive p5.js, Three.js, and dashboard guidance
Rewrites the app-builder SKILL.md from ~250 lines to ~2300 lines covering
the full Dench App system: p5.js for 2D games (state machines, sprites,
particles, physics, tilemaps, sound), Three.js for 3D (scene setup, controls,
GLTF loading, post-processing, first-person patterns), data dashboards
(Chart.js, D3, CSS-only), interactive tools, multi-file organization,
asset management, theme integration, error handling, and performance tuning.
2026-03-08 21:45:42 -07:00
2026-03-04 19:46:13 -08:00
2026-03-04 16:34:45 -08:00
2025-11-24 11:16:47 +01:00
2026-03-04 16:34:45 -08:00
2026-03-04 16:34:45 -08:00
2026-03-04 16:34:45 -08:00

DenchClaw — AI CRM, hosted locally on your Mac. Built on OpenClaw.

npm version  Discord  MIT License

Website · Discord · Skills Store · Demo Video


DenchClaw Web UI — workspace, object tables, and AI chat
Demo Video


Install

Node 22+ required.

npx denchclaw

Opens at localhost:3100 after completing onboarding wizard.


Commands

npx denchclaw # runs onboarding again for openclaw --profile dench
npx denchclaw update # updates denchclaw with current settings as is
npx denchclaw restart # restarts denchclaw web server
npx denchclaw start # starts denchclaw web server
npx denchclaw stop # stops denchclaw web server

# some examples
openclaw --profile dench <any openclaw command>
openclaw --profile dench gateway restart

openclaw --profile dench config set gateway.port 19001
openclaw --profile dench gateway install --force --port 19001
openclaw --profile dench gateway restart

Development

git clone https://github.com/DenchHQ/DenchClaw.git
cd denchclaw

pnpm install
pnpm build

pnpm dev

Web UI development:

pnpm install
pnpm web:dev

Open Source

MIT Licensed. Fork it, extend it, make it yours.

Star History

GitHub stars

Description
Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞
Readme MIT 2.2 GiB
Languages
TypeScript 73.8%
JavaScript 17.1%
Swift 6.1%
Kotlin 1.4%
Shell 0.9%
Other 0.6%