A lightweight, local-first CRM system for AI agents that enforces a strict confirmation gate for all data writes to ensure accuracy and auditability.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install workcrm
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install workcrm using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
WorkCRM is a specialized tool within the Openclaw Skills ecosystem designed for users who want to manage professional relationships and tasks without leaving their AI chat interface. It prioritizes data integrity and user control by implementing a strict draft-first architecture, ensuring no information is permanently stored until the user explicitly approves the entry.
By combining local SQLite storage with a simple confirmation workflow, WorkCRM offers a private and auditable way to track interactions, follow-ups, and contact details. This skill is ideal for developers and power users who need a CRM that integrates directly into their AI-driven workflows while maintaining full sovereignty over their data storage.
To get started with this skill, ensure your environment is configured. The database is initialized automatically on the first run.
Default storage path: ~/.openclaw/workcrm/workcrm.sqlite3
To override the database location, set the environment variable:
export WORKCRM_DB_PATH="/path/to/your/database.sqlite3"
You can verify the skill via the CLI:
python -m workcrm draft "crm: talked to Alice, follow up next week"
WorkCRM organizes its data using a structured SQLite schema to ensure reliability and portability within the Openclaw Skills framework.
| Component | Detail |
|---|---|
| Storage Type | Local-first SQLite3 |
| Default Path | ~/.openclaw/workcrm/workcrm.sqlite3 |
| Data Integrity | Deterministic ordering for all lists |
| Migrations | Automatic schema updates on first use |
| Auditability | Retains draft IDs and human messages for verification |
Loading
A robust timetable manager supporting both individual student profiles and parent-managed child schedules.

A streamlined configuration utility for integrating Alibaba Cloud Bailian and Qwen flagship models into your AI workflows.

A comprehensive localized dashboard skill that aggregates weather, financial markets, and calendar data into a single visual summary.

A high-performance image generation skill leveraging Cloudflare Workers AI and the Flux.1 Schnell model.

A long-term memory layer for OpenClaw that enables personalized interactions by persisting user preferences and patterns across sessions.

A technical skill for programmatically controlling Android devices through ADB and uiautomator2 integration.








































