Install
openclaw skills install workcrmA local-first CRM that drafts and requires explicit user confirmation before saving contact or record changes for auditability.
openclaw skills install workcrmA lightweight, local-first CRM with an explicit confirmation gate.
Product constraints (locked):
记 to confirm, 不记 to reject.Use any of these to reliably trigger CRM behavior:
crm: ...记一下:...先出草稿:...Flow:
记 or 不记.Note: this alpha skill provides the core engine + storage. Chat routing glue depends on your OpenClaw agent config.
python -m workcrm draft "crm: talked to Alice, follow up next week"
This prints a JSON payload including a human message + pending draft id.
~/.openclaw/workcrm/workcrm.sqlite3WORKCRM_DB_PATH=/path/to/workcrm.sqlite3--db /path/to/workcrm.sqlite3 to the CLI.