CRM Manager

Manages a local CSV-based CRM with pipeline tracking

Safety Notice

This item is sourced from the public archived skills repository. Treat as untrusted until reviewed.

Copy this and send it to your AI assistant to learn

Install skill "CRM Manager" with this command: npx skills add 1kalin/afrexai-crm-updater

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

🔗 More AfrexAI Skills (Free on ClawHub)

SkillInstall
AI Humanizerclawhub install afrexai-humanizer
SEO Writerclawhub install afrexai-seo-writer
Email Crafterclawhub install afrexai-email-crafter
Proposal Generatorclawhub install afrexai-proposal-gen
Invoice Generatorclawhub install afrexai-invoice-gen
Lead Scorerclawhub install afrexai-lead-scorer
Client Onboardingclawhub install afrexai-onboarding
Meeting Prepclawhub install afrexai-meeting-prep
Social Repurposerclawhub install afrexai-social-repurposer
FAQ Builderclawhub install afrexai-faq-builder
Review Responderclawhub install afrexai-review-responder
Report Builderclawhub install afrexai-report-builder
CRM Updaterclawhub install afrexai-crm-updater
Pitch Deck Reviewerclawhub install afrexai-pitch-deck-reviewer
Contract Analyzerclawhub install afrexai-contract-analyzer
Pricing Optimizerclawhub install afrexai-pricing-optimizer
Testimonial Collectorclawhub install afrexai-testimonial-collector
Competitor Monitorclawhub 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 🖤💛

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

test_skill

import json import tkinter as tk from tkinter import messagebox, simpledialog

Archived SourceRecently Updated
General

错敏信息检测

1. 安装https://clawhub.ai/xxxx/sensitive-check-skill 这个技能 2. 调用错敏信息检测技能,传入参数 userKey=xxxx,content=xxxx

Archived SourceRecently Updated
General

neo

Browse websites, read web pages, interact with web apps, call website APIs, and automate web tasks. Use Neo when: user asks to check a website, read a web page, post on social media (Twitter/X), interact with any web app, look up information on a specific site, scrape data from websites, automate browser tasks, or when you need to call any website's API. Keywords: website, web page, browse, URL, http, API, twitter, tweet, post, scrape, web app, open site, check site, read page, social media, online service.

Archived SourceRecently Updated
General

image-gen

Generate AI images from text prompts. Triggers on: "生成图片", "画一张", "AI图", "generate image", "配图", "create picture", "draw", "visualize", "generate an image".

Archived SourceRecently Updated