CRMy: Open Source CRM and Customer Context Engine for OpenClaw

What CRMy Is
CRMy is an open source CRM and Customer Context Engine (CCE) built specifically for use with OpenClaw agents. It was created by a developer frustrated with existing CRM integrations like HubSpot when operating B2B SaaS with OpenClaw.
Key Features
- OpenClaw Ready: Complete CLI, plugin, and Skills.md documentation
- MCP-native: Supports natural language commands like "log the call I just had with Sarah Chen at Acme and advance the deal to negotiation"
- PostgreSQL Backend: Uses your own database with no proprietary storage or subscriptions
- Self-hosted: One command to initialize, one to start the server
- Context Engine: Built-in memory layer for agents to store and retrieve structured context about contacts, accounts, and deals across sessions
- HITL Approvals: Bulk updates and sensitive operations require human approval before executing
- Full REST API + Web UI: Complete CRM functionality, not just an API wrapper
Technical Stack
Built with Node.js, Express, PostgreSQL, and React.
Getting Started
Two commands to get running:
npx @crmy/cli init
npx @crmy/cli serverOpenClaw Integration
The OpenClaw native plugin registers 12 CRM tools and includes a SKILL.md file to help agents understand how to use them effectively (search before create, log every interaction, suggest next steps, etc.).
Setup order:
# 1. Run init first (writes ~/.crmy/config.json that the plugin reads)
npx @crmy/cli init
2. Install the plugin
openclaw plugins install @crmy/openclaw-plugin
Links
- GitHub: https://github.com/crmy-ai/crmy
- npm (CLI): https://www.npmjs.com/package/@crmy/cli
- npm (OpenClaw plugin): https://www.npmjs.com/package/@crmy/openclaw-plugin
The project is still early and the creator is seeking feedback on missing features.
📖 Read the full source: r/openclaw
👀 See Also

Mike: Open-Source Legal AI with Self-Hosting, Multi-Model Support
Mike is an open-source alternative to Harvey and Legora, offering document chat, tabular extraction, and workflow templates — all self-hostable with your own Claude or Gemini API keys.

Banker Creates Credit Due Diligence Tool with 31 AI Prompts Using Only Claude
A banker with 17 years of MSME credit underwriting experience in India has open-sourced 31 AI prompts that transform a visiting card into a full credit due diligence report, compressing a 3-4 week process to 30 minutes. The tool was built entirely through conversation with Claude, without writing any code.

Hardware widget and Chrome extension monitor Claude API rate limits
A developer built a hardware widget using ESP8266 and OLED display that tracks Claude's rate limits in real time, plus a Chrome extension that intercepts Claude's internal /usage API and shows usage patterns. The total BOM cost is approximately $6.50.

OpenClaw Kubernetes Operator with Embedded Ollama Support
A community member has created an OpenClaw Kubernetes operator that includes embedded Ollama support, allowing AI agents to run with local models in the same namespace. The setup includes installation commands, configuration details for both local and cloud Ollama models, and dashboard access instructions.