Workcrm

# WorkCRM (OpenClaw Skill)

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Workcrm" with this command: npx skills add extraterrest/workcrm

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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Security

Agent Causal

Helps decide to ship, continue, or roll back changes from A/B test and DiD data by providing statistical analysis, decisions, and audit trails.

Registry SourceRecently Updated
Security

Code Review Inspector

Automated code review checking for bugs, security issues, best practices, performance problems, and code style

Registry SourceRecently Updated
250Profile unavailable
Security

Docker Optimizer

Optimize Dockerfiles with multi-stage builds, layer caching, security best practices, and size reduction techniques

Registry SourceRecently Updated
260Profile unavailable
Security

Skill Auditor

Audit core: a classification taxonomy and a severity scoring function, kept orthogonal. Operates on the whole skill bundle (SKILL.md plus any referenced scri...

Registry SourceRecently Updated
1250Profile unavailable