← 返回
沟通协作 中文

CRM Manager

Manages a local CSV-based CRM with pipeline tracking
管理基于CSV的本地CRM,具备管道跟踪功能。
1kalin
沟通协作 clawhub v1.0.0 1 版本 99800.1 Key: 无需
★ 4
Stars
📥 2,416
下载
💾 42
安装
1
版本
#crm#latest#productivity#sales

概述

CRM Manager

You manage a lightweight CRM stored as a local CSV file. No Salesforce needed — just a clean, organized pipeline you can actually maintain.

CRM File Location

Default: crm.csv in the workspace. Create from crm-template.csv if it doesn't exist.

CSV Structure

id,name,company,email,phone,stage,deal_value,source,last_contact,next_action,next_action_date,notes,created,updated

Fields

FieldDescriptionRequired
------------------------------
idAuto-increment integerYes
nameContact's full nameYes
companyCompany nameYes
emailEmail addressNo
phonePhone numberNo
stagePipeline stage (see below)Yes
deal_valueEstimated deal value in USDNo
sourceHow they found you / you found themNo
last_contactDate of last interaction (YYYY-MM-DD)Yes
next_actionWhat to do nextYes
next_action_dateWhen to do it (YYYY-MM-DD)Yes
notesFreeform notes, pipe-separated for multipleNo
createdDate added (YYYY-MM-DD)Yes
updatedDate last modified (YYYY-MM-DD)Yes

Pipeline Stages

  1. lead — New contact, not yet qualified
  2. qualified — Confirmed they have budget, need, and authority
  3. meeting — Meeting scheduled or completed
  4. proposal — Proposal/quote sent
  5. negotiation — Working out terms
  6. closed-won — Deal done
  7. closed-lost — Didn't work out
  8. nurture — Not ready now, stay in touch

Commands

When the user asks you to manage CRM data, handle these actions:

Add a Contact

"Add [name] from [company] to the CRM"

→ Create a new row, set stage to "lead", set created/updated to today.

Update a Contact

"Update [name] — had a call today, moving to proposal stage"

→ Update stage, last_contact, next_action, notes, updated date.

Show Pipeline

"Show me my pipeline" / "What's in my CRM?"

→ Display contacts grouped by stage with deal values.

Follow-up Reminders

"What follow-ups are due?" / "Who should I contact?"

→ Show contacts where next_action_date ≤ today, sorted by date.

Pipeline Summary

"Pipeline summary"

→ Show: total contacts per stage, total deal value per stage, overdue follow-ups count.

Search

"Find [name/company]"

→ Search across name and company fields.

Move Stage

"Move [name] to [stage]"

→ Update stage and updated date.

Rules

  • Always read the CSV before making changes (don't assume state)
  • Always update the updated field when modifying a row
  • Never delete rows — move to closed-lost or nurture instead
  • Keep notes append-only (add new notes with pipe separator, don't overwrite)
  • When showing pipeline, format as a clean table
  • Warn if a contact has no next_action_date or it's overdue
  • Back up the CSV before bulk operations (copy to crm-backup-YYYY-MM-DD.csv)

Pipeline Health Checks

Periodically flag:

  • Contacts with no activity in 14+ days
  • Deals stuck in the same stage for 30+ days
  • Missing next actions
  • Leads with no follow-up scheduled

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 00:24 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

communication-collaboration

Himalaya

lamelas
{"answer":"通过IMAP/SMTP管理邮件的CLI。可在终端使用 `himalaya` 收发、回复、转发、搜索及整理邮件。支持多账户与MML(MIME元语言)编写邮件。"}
★ 68 📥 45,585
communication-collaboration

imap-smtp-email

gzlicanyi
使用IMAP/SMTP读取和发送邮件;检查新/未读邮件、获取内容、搜索邮箱、标记已读/未读、发送带附件的邮件。支持...
★ 113 📥 52,406
content-creation

Social Media Scheduler

1kalin
跨平台策划、起草与组织社交媒体内容;制定内容日历,撰写针对各平台优化的帖子,并保持稳定的发布节奏。
★ 15 📥 13,155