← All skills
Tencent SkillHub · Data Analysis

Crm Manager

Manages a local CSV-based CRM with pipeline tracking

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Manages a local CSV-based CRM with pipeline tracking

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, crm-template.csv

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.1.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 17 sections Open source page

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

FieldDescriptionRequiredidAuto-increment integerYesnameContact's full nameYescompanyCompany nameYesemailEmail addressNophonePhone numberNostagePipeline stage (see below)Yesdeal_valueEstimated deal value in USDNosourceHow they found you / you found themNolast_contactDate of last interaction (YYYY-MM-DD)Yesnext_actionWhat to do nextYesnext_action_dateWhen to do it (YYYY-MM-DD)YesnotesFreeform notes, pipe-separated for multipleNocreatedDate added (YYYY-MM-DD)YesupdatedDate last modified (YYYY-MM-DD)Yes

Pipeline Stages

lead — New contact, not yet qualified qualified — Confirmed they have budget, need, and authority meeting — Meeting scheduled or completed proposal — Proposal/quote sent negotiation — Working out terms closed-won — Deal done closed-lost — Didn't work out 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)

SkillInstallAI Humanizerclawhub install afrexai-humanizerSEO Writerclawhub install afrexai-seo-writerEmail Crafterclawhub install afrexai-email-crafterProposal Generatorclawhub install afrexai-proposal-genInvoice Generatorclawhub install afrexai-invoice-genLead Scorerclawhub install afrexai-lead-scorerClient Onboardingclawhub install afrexai-onboardingMeeting Prepclawhub install afrexai-meeting-prepSocial Repurposerclawhub install afrexai-social-repurposerFAQ Builderclawhub install afrexai-faq-builderReview Responderclawhub install afrexai-review-responderReport Builderclawhub install afrexai-report-builderCRM Updaterclawhub install afrexai-crm-updaterPitch Deck Reviewerclawhub install afrexai-pitch-deck-reviewerContract Analyzerclawhub install afrexai-contract-analyzerPricing Optimizerclawhub install afrexai-pricing-optimizerTestimonial Collectorclawhub install afrexai-testimonial-collectorCompetitor 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 🖤💛

Category context

Data access, storage, extraction, analysis, reporting, and insight generation.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs1 Files
  • SKILL.md Primary doc
  • README.md Docs
  • crm-template.csv Files