Gracie Crm
/install gracie-crm
Gracie CRM Skill
A lightweight CLI CRM for tracking Gracie AI Receptionist sales leads.
Location
~/StudioBrain/00_SYSTEM/skills/gracie-crm/
Data Store
crm.json — JSON array of lead objects
Commands
cd ~/StudioBrain/00_SYSTEM/skills/gracie-crm
# List all leads sorted by follow-up date
python3 crm.py list
# Add a new lead
python3 crm.py add --name "Victory Auto" --phone "718-698-9896" --category "auto"
# Log a call result
python3 crm.py call \x3Cid> --outcome "no answer" --followup "2026-03-01"
# Add a note to a lead
python3 crm.py note \x3Cid> "Owner is Mike, best time is 8am"
# Show leads due today or overdue
python3 crm.py today
# Import leads from MASTER_LEAD_LIST.md
python3 crm.py import
# Show pipeline summary
python3 crm.py pipeline
Status Values
new— Not yet contactedcalled— Call madeno_answer— No answerinterested— Lead showed interestdemo_sent— Demo/proposal sentclosed_won— Deal closed ✅closed_lost— Deal lost ❌
Lead Schema
{
"id": 1,
"name": "Victory Auto Repair",
"phone": "718-698-9896",
"category": "auto",
"status": "new",
"calls": [{"date": "2026-02-27", "outcome": "no answer", "notes": ""}],
"notes": [],
"followup_date": null,
"added": "2026-02-27"
}
Categories
auto— Auto repair shopshvac— HVAC / plumbingdental— Dental practicesinsurance— Insurance agenciesmedical— Medical officeslegal— Law firmsother— Everything else
Skill Trigger
Use this skill when Jay asks to:
- Check leads / call list
- Log a call outcome
- See what follow-ups are due
- Add a new prospect
- Review the Gracie sales pipeline
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install gracie-crm - After installation, invoke the skill by name or use
/gracie-crm - Provide required inputs per the skill's parameter spec and get structured output
What is Gracie Crm?
Manage and track Gracie AI Receptionist sales leads with CLI commands to add, update, log calls, notes, and view sales pipeline summaries. It is an AI Agent Skill for Claude Code / OpenClaw, with 259 downloads so far.
How do I install Gracie Crm?
Run "/install gracie-crm" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Gracie Crm free?
Yes, Gracie Crm is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Gracie Crm support?
Gracie Crm is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Gracie Crm?
It is built and maintained by JayJJimenez (@jayjjimenez); the current version is v1.0.0.