← 返回 Skills 市场
daimingvip-a11y

Feishu CRM Lite

作者 daimingvip-a11y · GitHub ↗ · v0.1.1 · MIT-0
cross-platform ⚠ suspicious
492
总下载
0
收藏
4
当前安装
2
版本数
在 OpenClaw 中安装
/install feishu-crm-lite
功能描述
管理客户信息、记录跟进、自动提醒及销售漏斗,支持数据统计和飞书多维表格同步。
使用说明 (SKILL.md)

Feishu CRM Lite

飞书客户管理 + 自动跟进 + 提醒技能。支持客户信息管理、跟进记录、自动提醒、销售漏斗等功能。

触发词

飞书、crm、客户管理、跟进、提醒、销售、feishu、customer

功能

1. 客户信息管理

  • 创建/更新/删除客户记录
  • 客户分类和标签管理
  • 客户详情查看
  • 批量导入导出

2. 跟进记录

  • 记录每次客户沟通
  • 跟进状态管理 (新建/联系中/已成交/流失)
  • 跟进历史查询
  • 沟通内容归档

3. 自动提醒

  • 设置跟进提醒时间
  • 到期自动通知
  • 周期性提醒配置
  • 逾期客户标记

4. 销售漏斗

  • 销售阶段管理
  • 转化率分析
  • 预计收入追踪
  • 漏斗可视化

5. 数据统计

  • 客户增长统计
  • 跟进频率分析
  • 成交率计算
  • 业绩报表生成

配置

飞书配置

本技能使用已有的飞书 API 权限,无需额外配置。

数据存储

客户数据存储在飞书多维表格 (Bitable) 中,自动创建以下表格:

  • 客户信息表
  • 跟进记录表
  • 提醒配置表

使用示例

添加客户

添加一个新客户
公司名称:XX 科技有限公司
联系人:张三
电话:13800138000
邮箱:[email protected]
来源:公众号

记录跟进

记录一次客户跟进
客户:张三
跟进方式:电话
跟进内容:介绍了产品价格方案,客户感兴趣
下次跟进时间:下周一

设置提醒

提醒我明天下午 3 点联系李四

查看客户列表

查看所有客户
查看本周需要跟进的客户
查看已成交客户

销售数据

查看本月销售数据
生成本月业绩报表
查看销售漏斗

定价

  • 免费版: $0 - 最多 50 个客户 + 基础功能
  • 专业版: $14.99/月 - 无限客户 + 自动提醒 + 数据分析
  • 团队版: $39.99/月 - 多用户协作 + API 访问 + 定制报表

变现方式

  1. SkillPay: 通过 ClawHub 订阅收费
  2. 定制服务: 为企业定制飞书 CRM 工作流
  3. 培训服务: CRM 使用培训和咨询

开发状态

  • 技能框架创建
  • 飞书多维表格集成
  • 客户管理功能
  • 跟进记录功能
  • 自动提醒功能
  • 销售漏斗功能
  • 数据统计功能
  • ClawHub 发布

更新日志

v0.1.0 (2026-03-13)

  • 初始版本创建
  • 基础框架搭建

本技能由周田田开发 💕

安全使用建议
Don't install assuming it will sync with Feishu/Bitable — the code stores customer data locally in data/feishu-crm/*.json and contains no Feishu API calls or credential handling. Ask the author for clarification or an updated release that actually implements Feishu integration and documents required credentials. If you proceed, be aware: (1) data will reside on the host filesystem (privacy/backups matter); (2) there's no declared credential handling, so this skill will not sync to Feishu as advertised; (3) verify whether your platform provides Feishu tokens automatically before trusting any sync claims. If you need true Feishu integration, request explicit code or docs showing API calls and required env vars (e.g., FEISHU_APP_ID/APP_SECRET or similar) and confirm where data will be stored/transmitted.
功能分析
Type: OpenClaw Skill Name: feishu-crm-lite Version: 0.1.1 The skill bundle implements a basic local CRM system for managing customer data, follow-ups, and reminders using local JSON file storage. The code in index.js is a straightforward implementation of CRUD operations and reporting logic without any network requests, credential access, or suspicious execution patterns, aligning with its stated purpose.
能力评估
Purpose & Capability
SKILL.md and README claim Feishu/Bitable integration (automatic table creation, syncing) and features that imply remote API access, but index.js contains only local filesystem storage (data/feishu-crm/*.json) and no network or Feishu API usage. The declared requirements list no Feishu credentials. This is inconsistent and disproportionate to the stated purpose.
Instruction Scope
Runtime instructions state the skill 'uses existing Feishu API permissions, no extra configuration' and describes automatic creation of Bitable tables, but the actual code never accesses network or external endpoints and instead keeps all data locally. The instructions are misleading about where data is stored and what will happen at runtime.
Install Mechanism
No install spec / no external downloads. The skill is instruction-only plus a small index.js that uses only built-in Node modules (fs, path). There is no package installation or remote archive extraction, so install risk is low.
Credentials
The skill requests no environment variables or credentials, yet describes integration with Feishu APIs. Either the skill expects platform-provided Feishu credentials (not declared) or the description is inaccurate. Missing credential declarations reduce transparency and are disproportionate to the claimed cloud integration.
Persistence & Privilege
always is false and the skill is user-invocable. The code writes files only under a local data directory it creates in the current working directory; it does not modify other skills or system-wide configs. Privilege/requested persistence appears limited to its own data files.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install feishu-crm-lite
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /feishu-crm-lite 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.1
添加核心功能:客户管理/跟进记录/自动提醒/销售漏斗/报表生成
v0.1.0
Feishu CRM Lite v0.1.0 - 初始版本发布 - 搭建基础技能框架
元数据
Slug feishu-crm-lite
版本 0.1.1
许可证 MIT-0
累计安装 5
当前安装数 4
历史版本数 2
常见问题

Feishu CRM Lite 是什么?

管理客户信息、记录跟进、自动提醒及销售漏斗,支持数据统计和飞书多维表格同步。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 492 次。

如何安装 Feishu CRM Lite?

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

Feishu CRM Lite 是免费的吗?

是的,Feishu CRM Lite 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Feishu CRM Lite 支持哪些平台?

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

谁开发了 Feishu CRM Lite?

由 daimingvip-a11y(@daimingvip-a11y)开发并维护,当前版本 v0.1.1。

💬 留言讨论