ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Openclaw Crm

Skill by frank-bot07

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/frank-bot07/openclaw-crm
Or

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.

Metadata

Stars2387
Views1
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-frank-bot07-openclaw-crm": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.