SkillHub

openclaw-crm

v1.0.0

本地优先 CRM,通过命令行管理线索、交易、跟进及销售管道,采用 SQLite WAL 模式。

Sourced from ClawHub, Authored by frank-bot07

Installation

Please help me install the skill `openclaw-crm` from SkillHub official store. npx skills add frank-bot07/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 [email protected]
  • 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.