A lightweight command-line CRM designed for tracking and managing sales leads for the Gracie AI Receptionist.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install gracie-crm
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 gracie-crm using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Gracie CRM Skill provides a streamlined, terminal-based interface for managing sales prospects and call logs. As a key utility within the Openclaw Skills library, it offers a local-first approach to lead management by storing data in a structured JSON format. This skill is specifically optimized for developers and AI agents who need to maintain a high-velocity sales pipeline for AI services without the complexity of enterprise CRM software.
By leveraging this skill, users can quickly log call outcomes, set follow-up reminders, and categorize leads across various industries such as medical, legal, and automotive repair. It serves as a bridge between raw lead lists and successful deal closures, ensuring that every interaction is recorded and every follow-up is executed on time.
crm.py script located in the skill directory.crm.json data store.call and note commands, which automatically update the lead status and history.To initialize the CRM within the Openclaw Skills environment, navigate to the skill directory and use the following commands:
cd ~/StudioBrain/00_SYSTEM/skills/gracie-crm
# List current leads to verify data connection
python3 crm.py list
# Add a test lead to confirm setup
python3 crm.py add --name "Test Business" --phone "555-0123" --category "other"
The skill organizes lead information within a crm.json file using a specific schema for each lead object:
| Attribute | Description |
|---|---|
| id | Unique numeric identifier for the lead |
| status | Current stage (new, called, interested, demo_sent, closed_won, closed_lost) |
| category | Industry vertical (auto, hvac, dental, insurance, medical, legal) |
| calls | An array of objects containing call dates, outcomes, and specific notes |
| followup_date | ISO format date for the next scheduled contact |
| added | Timestamp of when the lead entered the CRM |
Loading
An automated lead qualification tool that scans Google Reviews for business communication failures like missed calls and unreachable staff.

An automated lead generation tool designed to identify and extract owner-operated business contacts from Craigslist New York service listings.

A context-aware outreach tool that scrapes business websites to generate highly personalized cold emails using local LLMs.

A command-line interface for the Huckleberry baby tracking app, enabling developers to log sleep, feeds, and diaper changes directly from the terminal.

A specialized lead generation tool that monitors Indeed to identify businesses with high call volume and active hiring needs.

Fetch current API documentation, version-specific guides, and verified code examples directly within your AI agent workflow.








































