← 返回 Skills 市场
1kalin

Crm Manager

作者 1kalin · GitHub ↗ · v1.1.0
cross-platform ✓ 安全检测通过
985
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install afrexai-crm-updater
功能描述
Manages a local CSV-based CRM with pipeline tracking
使用说明 (SKILL.md)

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

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

🔗 More AfrexAI Skills (Free on ClawHub)

Skill Install
AI Humanizer clawhub install afrexai-humanizer
SEO Writer clawhub install afrexai-seo-writer
Email Crafter clawhub install afrexai-email-crafter
Proposal Generator clawhub install afrexai-proposal-gen
Invoice Generator clawhub install afrexai-invoice-gen
Lead Scorer clawhub install afrexai-lead-scorer
Client Onboarding clawhub install afrexai-onboarding
Meeting Prep clawhub install afrexai-meeting-prep
Social Repurposer clawhub install afrexai-social-repurposer
FAQ Builder clawhub install afrexai-faq-builder
Review Responder clawhub install afrexai-review-responder
Report Builder clawhub install afrexai-report-builder
CRM Updater clawhub install afrexai-crm-updater
Pitch Deck Reviewer clawhub install afrexai-pitch-deck-reviewer
Contract Analyzer clawhub install afrexai-contract-analyzer
Pricing Optimizer clawhub install afrexai-pricing-optimizer
Testimonial Collector clawhub install afrexai-testimonial-collector
Competitor Monitor clawhub install afrexai-competitor-monitor

🚀 Go Pro: Industry Context Packs ($47/pack)

Make your AI agent a true industry expert with deep domain knowledge.

Browse Context Packs

Free tools: AI Revenue Calculator | Agent Setup Wizard

Built by AfrexAI 🖤💛

安全使用建议
This skill is internally consistent and low-risk for local CSV CRM tasks. Before installing: (1) run it in a copy/sandbox of your workspace first so accidental edits don't affect production data; (2) ensure the CSV contains no secrets or sensitive PII you don't want the agent to see or modify; (3) the SKILL.md contains marketing links — the skill won't call them unless you instruct it to, but avoid clicking unknown links; (4) if you plan to allow autonomous agent invocation, be aware the agent could read and write crm.csv and create backups automatically — restrict access to sensitive files and keep backups under your control.
功能分析
Type: OpenClaw Skill Name: afrexai-crm-updater Version: 1.1.0 The OpenClaw AgentSkills bundle for 'afrexai-crm-updater' is benign. All files, including the SKILL.md instructions for the AI agent, are consistent with managing a local CSV-based CRM. The skill requires file system access to read/write `crm.csv` and create backups (`crm-backup-YYYY-MM-DD.csv`), which is legitimate for its stated purpose. There are no instructions for data exfiltration, unauthorized network calls, persistence, or prompt injection designed to subvert the agent's core function. Promotional links to other skills and external websites are present but do not instruct the agent to perform malicious actions.
能力评估
Purpose & Capability
Name/description claim a local CSV CRM and the SKILL.md only references reading/writing a crm.csv template and making local backups. No unrelated credentials, binaries, or external services are requested.
Instruction Scope
Instructions are narrowly scoped to reading/updating crm.csv, backing up to crm-backup-YYYY-MM-DD.csv, and reporting summaries. They do not instruct reading other system files or exfiltrating data. Note: the README/SKILL.md contain promotional external links (afrexai-cto.github.io) and install commands for other skills; those are not invoked by the skill itself but an agent could follow them if asked.
Install Mechanism
There is no install spec and no code files — the skill is instruction-only, so nothing is downloaded or written to disk by an installer.
Credentials
The skill requires no environment variables, no credentials, and no config paths. This is proportional to a local CSV manager.
Persistence & Privilege
always is false and the skill does not request persistent system changes or modify other skills. Model invocation is allowed (the platform default); combined with the skill's local scope this is acceptable. If you allow autonomous agents, they could run periodic checks described in the skill, but that's expected for a utility like this.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install afrexai-crm-updater
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /afrexai-crm-updater 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Cross-links
元数据
Slug afrexai-crm-updater
版本 1.1.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Crm Manager 是什么?

Manages a local CSV-based CRM with pipeline tracking. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 985 次。

如何安装 Crm Manager?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install afrexai-crm-updater」即可一键安装,无需额外配置。

Crm Manager 是免费的吗?

是的,Crm Manager 完全免费(开源免费),可自由下载、安装和使用。

Crm Manager 支持哪些平台?

Crm Manager 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Crm Manager?

由 1kalin(@1kalin)开发并维护,当前版本 v1.1.0。

💬 留言讨论