π¦ ClawHub
Gracie Crm
by @jayjjimenez
Manage and track Gracie AI Receptionist sales leads with CLI commands to add, update, log calls, notes, and view sales pipeline summaries.
TERMINAL
clawhub install gracie-crmπ About This Skill
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 objectsCommands
cd ~/StudioBrain/00_SYSTEM/skills/gracie-crmList all leads sorted by follow-up date
python3 crm.py listAdd a new lead
python3 crm.py add --name "Victory Auto" --phone "718-698-9896" --category "auto"Log a call result
python3 crm.py call --outcome "no answer" --followup "2026-03-01"Add a note to a lead
python3 crm.py note "Owner is Mike, best time is 8am"Show leads due today or overdue
python3 crm.py todayImport leads from MASTER_LEAD_LIST.md
python3 crm.py importShow 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