返回顶部
C

CRM Manager

Manages a local CSV-based CRM with pipeline tracking

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
1,751
下载量
3
收藏
概述
安装方式
版本历史

CRM Manager

# 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 ```csv id,name,company,email,phone,stage,deal_value,source,last_contact,next_action,next_action_date,notes,created,updated ``` ### Fields | Field | Description | Required | |-------|-------------|----------| | id | Auto-increment integer | Yes | | name | Contact's full name | Yes | | company | Company name | Yes | | email | Email address | No | | phone | Phone number | No | | stage | Pipeline stage (see below) | Yes | | deal_value | Estimated deal value in USD | No | | source | How they found you / you found them | No | | last_contact | Date of last interaction (YYYY-MM-DD) | Yes | | next_action | What to do next | Yes | | next_action_date | When to do it (YYYY-MM-DD) | Yes | | notes | Freeform notes, pipe-separated for multiple | No | | created | Date added (YYYY-MM-DD) | Yes | | updated | Date 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

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 crm-manager-1776419988 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 crm-manager-1776419988 技能

通过命令行安装

skillhub install crm-manager-1776419988

下载 Zip 包

⬇ 下载 CRM Manager v1.0.0

文件大小: 2.79 KB | 发布时间: 2026-4-17 19:41

v1.0.0 最新 2026-4-17 19:41
Initial release of CRM Manager – simple CSV-based contact and pipeline management.

- Add, update, and search CRM contacts using natural language commands.
- Track pipeline stages, deal values, follow-up reminders, and next actions.
- Summarize pipeline health with contact and deal value stats, and overdue follow-ups.
- Auto-create the CRM file if missing, and back up data before bulk changes.
- Enforce safe editing rules: never delete contacts, always update timestamps, and keep notes append-only.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部