← 返回
效率工具 中文

Gracie Crm

Manage and track Gracie AI Receptionist sales leads with CLI commands to add, update, log calls, notes, and view sales pipeline summaries.
通过CLI命令管理和跟踪Gracie AI前台的销售线索,支持添加、更新、记录通话、添加备注及查看销售管道摘要。
jayjjimenez
效率工具 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 488
下载
💾 7
安装
1
版本
#latest

概述

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 <id> --outcome "no answer" --followup "2026-03-01"

# Add a note to a lead
python3 crm.py note <id> "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 contacted
  • called — Call made
  • no_answer — No answer
  • interested — Lead showed interest
  • demo_sent — Demo/proposal sent
  • closed_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 shops
  • hvac — HVAC / plumbing
  • dental — Dental practices
  • insurance — Insurance agencies
  • medical — Medical offices
  • legal — Law firms
  • other — 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

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 22:18 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 114,886
productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 440 📥 147,847
productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 445 📥 226,370