Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计提醒

agentledger-crmagentledger CRM 搜索

Agent Skill

agentledger-crm 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

8,730

周安装

375

GitHub Stars

公开资料未说明

下载量

3,060
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:agentledger-crm(agentledger CRM 搜索)
来源仓库:https://github.com/clawdssen/agentledger-crm
安装命令:
openclaw skills install agentledger-crm
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install agentledger-crm

简介

agentledger-crm 是一个轻量级人工智能原生 CRM,适合个体企业家和自由职业者使用。

  • 它通过纯文本文件跟踪客户、关系、后续行动和交易阶段,帮助管理客户关系。
  • 支持记录交互历史、设定后续任务和监控交易进展,提升客户服务效率。
  • 安装命令为 openclaw skills install agentledger-crm,需确认权限和网络访问范围。
  • 使用前请检查项目维护状态及是否涉及敏感数据读写或外部服务调用。

SKILL.md

name
client-relationship-manager
version
1.0.0
url
https://github.com/theagentledger/agent-skills
description
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.
tags
[crm, clients, sales, freelance, solopreneur, relationships, pipeline]
platforms
[openclaw, cursor, windsurf, generic]
category
business
author
The Agent Ledger
license
CC-BY-NC-4.0

Client Relationship Manager

by The Agent Ledger

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:

# [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, decided, or agreed]

### YYYY-MM-DD — [Medium]
[...]

Step 3: Set Up Your Pipeline

crm/pipeline.md tracks all active deals in one view:

# Pipeline
_Last updated: YYYY-MM-DD_

## Active Deals

| Client | Stage | Value | Next Action | Due |
|--------|-------|-------|-------------|-----|
| [Name] | Proposal Sent | $X | Follow up if no response | YYYY-MM-DD |
| [Name] | Negotiating | $X | Send revised scope | YYYY-MM-DD |
| [Name] | Active | $X/mo | Monthly check-in | YYYY-MM-DD |

## Pipeline Summary
- **Total pipeline value:** $X
- **Weighted forecast (50% close rate):** $X
- **Active client MRR:** $X

## Recently Closed
| Client | Outcome | Value | Date |
|--------|---------|-------|------|
| [Name] | Won | $X | YYYY-MM-DD |
| [Name] | Lost | — | YYYY-MM-DD |

Step 4: Set Up Your Follow-Up Queue

crm/follow-ups.md is your daily action list:

# Follow-Up Queue
_Last updated: YYYY-MM-DD_

## Overdue
- [ ] **[Client Name]** — [What to do] _(was due YYYY-MM-DD)_

## Due Today
- [ ] **[Client Name]** — [What to do]

## Due This Week
- [ ] **[Client Name]** — [What to do] _(YYYY-MM-DD)_

## Due Next Week
- [ ] **[Client Name]** — [What to do] _(YYYY-MM-DD)_

## Someday / No Date
- [ ] **[Client Name]** — [Reconnect when budget opens]

Step 5: Give Your Agent the Standing Instructions

Add to your AGENTS.md or system prompt:

## CRM Protocol

When I mention a client or prospect:
1. Check if they have a record in crm/clients/ — if not, offer to create one
2. After any meeting or call I describe, offer to log an interaction entry
3. If I ask for a "CRM review" or "pipeline check," read crm/pipeline.md and crm/follow-ups.md and report: overdue items, upcoming actions, pipeline value, and any clients I haven't touched in 30+ days
4. If I say "prep me for [client]," read their client file and give me: background, last interaction, current stage, and what I should know before talking to them

Never auto-update files without confirming the entry first.

Usage Patterns

Meeting Prep

"Prep me for my call with Acme Corp at 2pm."

Your agent reads crm/clients/acme-corp.md and gives you:

  • Who you're talking to and their background
  • Current deal stage and value
  • Last interaction summary
  • What was agreed or outstanding
  • Suggested talking points based on next action

Log an Interaction

"Just got off a call with Sarah at Designworks. She liked the proposal but wants a 10% discount. Follow up Friday."

Your agent drafts the interaction log entry and updates the next action + due date. You confirm before it writes.

CRM Review

"Give me a CRM review."

Your agent reads pipeline.md and follow-ups.md and reports:

  • Overdue follow-ups
  • Actions due today and this week
  • Pipeline summary (total value, count by stage)
  • Clients not touched in 30+ days (potential churn risk)
  • Any deals with stale "next action" dates (no movement in 14+ days)

Add a New Lead

"Add Jane from TechStartup as a lead. Met her at a conference. She's interested in monthly consulting. Her email is jane@techstartup.io."

Your agent creates crm/clients/techstartup-jane.md using the template, fills in what you've told it, and flags the fields that need more information.

Weekly Pipeline Update

"Update the pipeline."

Your agent reads all client files, cross-references with pipeline.md, and proposes updates for any stages that appear stale or inconsistent with recent interaction logs.


Deal Stages (Customize These)

StageDefinition
LeadIdentified as a potential client, no real conversation yet
ProspectHad initial conversation, they know what you offer
QualifiedConfirmed budget, timeline, and decision-maker involvement
Proposal SentFormal proposal or scope submitted, awaiting response
NegotiatingActive discussion on terms, scope, or price
ActivePaying client, work in progress
PausedProject on hold — agreed to revisit later
Closed-WonProject complete or ongoing retainer secured
Closed-LostDidn't move forward — log the reason

Adapt these to your sales process. The stage names in client files and pipeline.md should match.


Automated Follow-Up Review (Optional)

Add a periodic check to your HEARTBEAT.md:

## CRM
- Read crm/follow-ups.md and flag any overdue items
- Check for clients in crm/clients/ with no interaction in 30+ days
- If pipeline hasn't been updated in 7 days, flag for review

Or set a weekly cron:

openclaw cron add \
  --name "weekly-crm-review" \
  --cron "0 9 * * MON" \
  --model "anthropic/claude-3-5-haiku-20241022" \
  --session isolated \
  --message "Read crm/pipeline.md and crm/follow-ups.md. Report: overdue follow-ups, pipeline value by stage, clients not touched in 30+ days, and deals with no movement in 14+ days. Be concise." \
  --announce \
  --to "[YOUR_TELEGRAM_CHAT_ID]" \
  --tz "America/Chicago"

Customization Options

Industry-Specific Stage Names

Replace the default stages with language that fits your context:

  • Freelancers: Inquiry → Brief → Quoted → In Progress → Review → Invoiced → Paid
  • Coaches: Discovery → Enrolled → Active → Alumni
  • Agencies: RFP → Scoping → Proposal → Negotiation → Onboarding → Retained

Client Tiers

Add a tier field to segment by relationship priority:

**Tier:** A (Top client / referral source) | B (Active, standard) | C (Occasional) | D (Dormant)

Revenue Tracking

Extend pipeline.md with a monthly revenue section:

## Revenue (Current Month)
- Invoiced: $X
- Collected: $X
- Outstanding: $X
- Projected (next 30 days): $X

Referral Tracking

Add a referrals section to client files:

## Referrals Sent
- Referred [Name] to [Client] on [date] — [outcome if known]

## Referrals Received From This Client
- [Name/Company] — [date] — [outcome]

Integration With Other Agent Ledger Skills

SkillHow They Work Together
solopreneur-assistantInclude pipeline summary in your weekly business dashboard
inbox-triageFlag emails from pipeline clients as higher urgency
project-trackerLink active clients to their project files for unified status
decision-logLog major client decisions (pricing changes, scope decisions)
content-calendarTrack case study opportunities from Closed-Won clients

Troubleshooting

ProblemFix
Agent doesn't know about a clientCheck that client file is in crm/clients/ and agent has access to the directory
Pipeline gets staleAdd CRM review to your HEARTBEAT.md or set a weekly cron
Too many files to manageUse README.md in crm/ as a client index with quick status for each
Agent writes to files without confirmingReinforce "never auto-update without confirming" in your AGENTS.md
Deal stages are confusingPick 4-5 stages max and define them clearly in your AGENTS.md

Privacy Note

All CRM data lives locally in your workspace. Nothing is synced, shared, or processed externally unless you explicitly ask your agent to send something. Your client data stays yours.

If you're subject to client confidentiality obligations (legal, financial, healthcare), keep this in a local-only workspace and avoid syncing to cloud-backed directories without reviewing your obligations.


About This Skill

Built by The Agent Ledger — practical guides and tools for AI-augmented solopreneurs.

Subscribe for new skills, guides, and subscriber-only content at theagentledger.com.

License: CC-BY-NC-4.0 — free for personal use, not for resale or redistribution.


_Disclaimer: This skill provides a framework for organizing information. It does not replace professional CRM software for enterprise use cases, and the author makes no warranty as to fitness for any particular purpose. Use responsibly and in compliance with any applicable data protection laws and professional obligations._

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

85.96%
按下载量换算2,630

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills