🧪 Skills
openclaw-crm
Local-first CRM for managing leads, deals, follow-ups, and pipelines via CLI using SQLite with WAL mode.
v1.0.0
Description
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.
Reviews (0)
Sign in to write a review.
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!