TopRank Skills

Home / Claw Skills / Autres / client-relationship-manager
Official OpenClaw rules 15%

client-relationship-manager

Lightweight AI-native CRM for solopreneurs and freelancers. Track clients, relationships, follow-ups, deal stages, and interaction history in plain text files — no SaaS subscription required. Use when managing client relationships, preparing for meetings, tracking follow-ups, or reviewing pipeline status.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 client-relationship-manager 技能。 若已安装,则直接安装 client-relationship-manager 技能。

Overview

Skill Key
clawdssen/agentledger-crm
Author
The Agent Ledger
Source Repo
openclaw/skills
Version
1.0.0
Source Path
skills/clawdssen/agentledger-crm
Latest Commit SHA
5bff62654561bace2c0a202eb9749d00e6ed207e

Extracted Content

SKILL.md excerpt

# Client Relationship Manager
### by [The Agent Ledger](https://theagentledger.com)

A lightweight, AI-native CRM for solopreneurs and freelancers. No SaaS subscription. No monthly seat fees. Just plain text files your agent can read, update, and reason over — with you keeping full control of your data.

---

## What This Skill Does

- Maintains structured client records in plain text
- Tracks deal stages, interaction history, and follow-up queues
- Prepares meeting briefs from client context
- Surfaces overdue follow-ups automatically
- Generates pipeline snapshots and revenue forecasts
- Stays out of the way when you don't need it

---

## Setup (5 Steps)

### Step 1: Create Your CRM Directory

```
crm/
├── clients/          # One file per client
├── pipeline.md       # Active deals and stages
├── follow-ups.md     # Pending follow-up queue
└── README.md         # Index of all clients
```

Ask your agent to create this structure:

> "Set up a CRM directory at `crm/` with subdirectories for clients, and files for pipeline.md and follow-ups.md."

---

### Step 2: Add Your First Client Record

Each client lives in `crm/clients/[client-slug].md`. Use this template:

```markdown
# [Client Name]
**Company:** [Company or "Individual"]
**Contact:** [Primary contact name]
**Email:** [email]
**Phone:** [phone — optional]
**Timezone:** [their timezone]
**Introduced:** [YYYY-MM-DD]
**Source:** [How you met — referral, cold outreach, inbound, etc.]
**Tags:** [industry, service-type, etc.]

## Status
**Stage:** [Lead / Prospect / Active / Paused / Closed-Won / Closed-Lost]
**Value:** [$X/project | $X/month | TBD]
**Next Action:** [What needs to happen next]
**Next Action Due:** [YYYY-MM-DD]

## Background
[2-3 sentences on who they are, what they do, what problem they're trying to solve]

## Our Work Together
[What service/product you're providing or discussing]

## Interaction Log
### YYYY-MM-DD — [Medium: email/call/meeting/message]
[Brief summary of what was discussed, decid...

Related Claw Skills