Openclaw Crm
Skill by frank-bot07
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/frank-bot07/openclaw-crmopenclaw-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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-frank-bot07-openclaw-crm": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
openclaw-interchange
Shared .md interchange library for OpenClaw skills — atomic writes, deterministic serialization, YAML frontmatter, advisory locking, and schema validation. The foundation all other OpenClaw skills build on.
Model Switchboard
Skill by frank-bot07
nano-banana-2
Gemini image generation, editing, and search-grounded image creation via gemini-3.1-flash-image-preview (Nano Banana 2). USE FOR: - Generating images from text prompts (text-to-image) - Editing or transforming an existing image with text instructions - Generating images grounded in live web/image search results Requires GEMINI_API_KEY environment variable. See rules/setup.md for configuration and rules/security.md for output handling guidelines.
Openclaw Voice
Skill by frank-bot07
openclaw-ecommerce
E-commerce price monitoring, order tracking, and margin analysis for OpenClaw agents. Track product prices, get alerts on drops, manage orders, and calculate real margins after fees.