π¦ ClawHub
openclaw-crm
by @frank-bot07
Local-first CRM for managing leads, deals, follow-ups, and pipelines via CLI using SQLite with WAL mode.
TERMINAL
clawhub install openclaw-crmπ About This Skill
openclaw-crm
Local-first CRM for tracking leads, deals, follow-ups, and pipeline. Uses SQLite with WAL mode, CLI via Commander.
Quick Start
cd skills/crm && npm installnode src/cli.js lead add "John Doe" --email john@example.comnode src/cli.js refreshIntegration
Useexec tool: crm lead list, crm deal add "New Deal" --contact abc123 --value 10000Interchange files in workspace/interchange/crm/ for cross-agent sharing.
π‘ Examples
cd skills/crm && npm installnode src/cli.js lead add "John Doe" --email john@example.comnode src/cli.js refresh