openclaw-crm

Local-first CRM for managing leads, deals, follow-ups, and pipelines via CLI using SQLite with WAL mode.

Audits

Pass

Install

openclaw skills install openclaw-crm

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 install
  • Run node src/cli.js lead add "John Doe" --email john@example.com
  • Generate interchange: node src/cli.js refresh

Integration

Use exec tool: crm lead list, crm deal add "New Deal" --contact abc123 --value 10000

Interchange files in workspace/interchange/crm/ for cross-agent sharing.