Manages a local CSV-based CRM with pipeline tracking
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install crm-manager或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install crm-manager⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/crm-manager/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: CRM Manager description: Manages a local CSV-based CRM with pipeline tracking ---
You manage a lightweight CRM stored as a local CSV file. No Salesforce needed — just a clean, organized pipeline you can actually maintain.
Default: crm.csv in the workspace. Create from crm-template.csv if it doesn't exist.
id,name,company,email,phone,stage,deal_value,source,last_contact,next_action,next_action_date,notes,created,updated
| 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 |
When the user asks you to manage CRM data, handle these actions:
"Add [name] from [company] to the CRM" → Create a new row, set stage to "lead", set created/updated to today.
"Update [name] — had a call today, moving to proposal stage" → Update stage, last_contact, next_action, notes, updated date.
"Show me my pipeline" / "What's in my CRM?" → Display contacts grouped by stage with deal values.
"What follow-ups are due?" / "Who should I contact?" → Show contacts where next_action_date ≤ today, sorted by date.
"Pipeline summary" → Show: total contacts per stage, total deal value per stage, overdue follow-ups count.
"Find [name/company]" → Search across name and company fields.
"Move [name] to [stage]" → Update stage and updated date.
updated field when modifying a rowPeriodically flag:
安装 CRM Manager 后,可以对 AI 说这些话来触发它
Help me get started with CRM Manager
Explains what CRM Manager does, walks through the setup, and runs a quick demo based on your current project
Use CRM Manager to manages a local CSV-based CRM with pipeline tracking
Invokes CRM Manager with the right parameters and returns the result directly in the conversation
What can I do with CRM Manager in my marketing & growth workflow?
Lists the top use cases for CRM Manager, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/crm-manager/ 目录(个人级,所有项目可用),或 .claude/skills/crm-manager/(项目级)。重启 AI 客户端后,用 /crm-manager 主动调用,或让 AI 根据上下文自动发现并使用。
CRM Manager 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
CRM Manager 可免费安装使用。请查阅仓库了解许可证信息。
Manages a local CSV-based CRM with pipeline tracking
CRM Manager 属于「Marketing & Growth」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my marketing & growth tasks using CRM Manager
Identifies repetitive steps in your workflow and sets up CRM Manager to handle them automatically