Workcrm
Skill by extraterrest
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/extraterrest/workcrmWorkCRM (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:
- You send a message.
- WorkCRM replies with a draft.
- 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.sqlite3to the CLI.
Implementation notes
- Deterministic ordering is enforced for lists.
- Schema migrations are applied automatically on first use.
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-extraterrest-workcrm": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
student-timetable
Student timetable manager for self or parent-managed child profiles. Includes init flow + profile registry under schedules/profiles/.
alibaba-cloud-model-setup
Configure OpenClaw to use Alibaba Cloud Bailian provider (Pay-As-You-Go or Coding Plan) through a strict interactive flow. Supports 5 site options and flagship model series. Use this skill when a user asks to add, switch, or repair Alibaba Cloud/Qwen provider configuration in OpenClaw.
auto-rollback
Backup + timed rollback safety net for openclaw.json changes (macOS launchd)
agentrelay
Reliable agent-to-agent communication protocol for transferring large payloads via shared files with pointer references and secret code verification. Triggered by explicit 'AgentRelay:' prefix in messages.