Jump to related tools in the same category or review the original source on GitHub.

Marketing & Sales @extraterrest Updated 6/28/2026 1,221 downloads 0 stars Security: Pass

Workcrm OpenClaw Plugin & Skill | ClawHub

Looking to integrate Workcrm into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate marketing & sales tasks instantly, without having to write custom tools from scratch.

What this skill does

A lightweight, local-first CRM with an explicit confirmation gate.

Install

ClawHub CLI
openclaw skills install @extraterrest/workcrm
Node.js (npx)
npx clawhub@latest install workcrm

Full SKILL.md

Open original

SKILL.md content below is scrollable.

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: ...
  • 记一下:...
  • 先出草稿:...

Flow:

  1. You send a message.
  2. WorkCRM replies with a draft.
  3. You reply 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.sqlite3 to the CLI.

Implementation notes

  • Deterministic ordering is enforced for lists.
  • Schema migrations are applied automatically on first use.
ClawHub Registry URL: https://clawhub.ai/extraterrest/skills/workcrm

Related skills

If this matches your use case, these are close alternatives in the same category.