🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

openclaw-crm

by @frank-bot07

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

Versionv1.0.0
Downloads1,127
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 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.

    πŸ’‘ Examples

  • 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