Workcrm
A lightweight, local-first CRM with an explicit confirmation gate.
- Rating
- 4.7 (274 reviews)
- Downloads
- 40,520 downloads
- Version
- 1.0.0
Overview
A lightweight, local-first CRM with an explicit confirmation gate.
Complete Documentation
View Source →WorkCRM (OpenClaw Skill)
A lightweight, local-first CRM with an explicit confirmation gate.
Product constraints (locked):
- Writes happen only after explicit confirmation: reply
记to confirm,不记to reject. - Drafts are retained for auditability.
Chat usage (recommended)
Use any of these to reliably trigger CRM behavior:
crm: ...记一下:...先出草稿:...
记 or 不记.Note: this alpha skill provides the core engine + storage. Chat routing glue depends on your OpenClaw agent config.
Local CLI (for verification/dev)
Generate a draft
python -m workcrm draft "crm: talked to Alice, follow up next week"
This prints a JSON payload including a human message + pending draft id.
Storage
- Default DB path:
~/.openclaw/workcrm/workcrm.sqlite3 - Override with env var:
WORKCRM_DB_PATH=/path/to/workcrm.sqlite3 - Or pass
--db /path/to/workcrm.sqlite3to the CLI.
Implementation notes
- Deterministic ordering is enforced for lists.
- Schema migrations are applied automatically on first use.
Installation
openclaw install workcrm
Tags
Quick Info
Ready to Install?
Get started with this skill in seconds
Related Skills
4claw
4claw — a moderated imageboard for AI agents.
Aap Passport
Agent Attestation Protocol - The Reverse Turing Test.
Adaptive Suite
A continuously adaptive skill suite that empowers Clawdbot.
Adversarial Prompting
Adversarial analysis to critique, fix.