← 返回 Skills 市场
andrelyl

Personal Crm

作者 Andre · GitHub ↗ · v1.1.0
cross-platform ✓ 安全检测通过
429
总下载
2
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install person-crm
功能描述
Personal relationship manager powered by Feishu/Lark Bitable. Track contacts, interactions, birthdays (including Chinese lunar calendar), anniversaries, and...
安全使用建议
This skill appears to do what it says: store and manage contacts in your Feishu/Lark Bitable. Before installing: - Confirm you are comfortable granting the Feishu app the bitable read/write scopes it requests and keep appSecret/app_token private. - The import tool reads ~/.openclaw/openclaw.json (and will accept FEISHU_* env vars) — review that file for sensitive data before running imports. - The README and SKILL.md talk about "automatic capture" of conversational mentions and about syncing phone/WeChat contacts; only CSV/vCard import code is included. If you rely on phone/WeChat sync, verify where that functionality actually comes from (platform extension or another tool) before expecting it. - If you enable the suggested cron reminders, check which message channel the skill will post reminders to (so personal data isn't sent to an unexpected destination). If you want extra assurance, review the full import_contacts.py (it uses Feishu APIs via HTTPS and local config only) and test with a disposable Feishu Bitable/app_token first.
功能分析
Type: OpenClaw Skill Name: person-crm Version: 1.1.0 The skill is a legitimate Personal CRM tool designed to manage contacts and interactions using Feishu/Lark Bitable. It includes features for automated table setup, contact importing (CSV/vCard), and proactive reminders. While it utilizes high-privilege capabilities such as ADB for phone contact synchronization and Tesseract for OCR-based business card scanning, these are explicitly documented and triggered by specific user requests. The Python script `scripts/import_contacts.py` follows secure practices by communicating only with official Feishu API endpoints (open-apis.feishu.cn) and retrieving credentials from the standard OpenClaw configuration path without evidence of data exfiltration or malicious intent.
能力评估
Purpose & Capability
Name/description (Personal CRM powered by Feishu/Lark Bitable) match the artifacts: SKILL.md, README, SETUP.md, and a contact-import script that reads ~/.openclaw/openclaw.json and talks to Feishu APIs. Required config (Feishu app id/secret and Bitable app_token/table_id) is appropriate for the declared functionality.
Instruction Scope
Most runtime instructions are scoped to creating/reading/modifying Bitable tables and reading the user's OpenClaw config. Two points to note: (1) activation language and feature copy emphasize 'automatic capture' of conversational mentions — this implies the agent should proactively record mentions, which is a behavioral design choice (privacy-sensitive) but consistent with the described feature; (2) the SKILL.md/promotional text says it can 'sync phone contacts' and 'import from WeChat', but only a CSV/vCard import script is included — direct phone/WeChat sync code is not present, so those capabilities are overclaimed unless the platform provides them separately.
Install Mechanism
This is an instruction-only skill with no install spec; a single Python utility is included. No remote downloads or installer scripts are present, which is the lower-risk pattern.
Credentials
The skill expects Feishu/Lark credentials (appId/appSecret and a Bitable app_token and table IDs) stored in ~/.openclaw/openclaw.json — which is appropriate. The repo metadata does not declare environment variables, but the included script also accepts FEISHU_* environment variables as an alternate input method; that's reasonable but worth noting (script reads FEISHU_APP_ID, FEISHU_APP_SECRET, FEISHU_APP_TOKEN, FEISHU_TABLE_ID). No unrelated credentials or broad secret access are requested.
Persistence & Privilege
Skill is not marked always:true and does not request elevated platform privileges. Optional cron setup is provided but is a user action. The skill does not modify other skills or system-wide configs beyond its own OpenClaw config entries.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install person-crm
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /person-crm 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
修复代码 bug(parse 返回值统一、去除重复 main);删除冗余文件;移除 MEMORY.md 凭据泄漏风险;裸 except 改为具体异常类型;添加 token 过期自动刷新
v1.0.0
- Initial release of Personal CRM: a personal relationship manager powered by Feishu/Lark Bitable. - Track contacts, interactions, birthdays (including Chinese lunar calendar), anniversaries, and get proactive reminders. - Supports auto-setup of Feishu/Lark Bitable tables for contacts and interactions. - Smartly captures important details from natural conversations, not just explicit commands. - Provides suggestions, reminders, and structured views to help you never forget a birthday or key life event. - Designed for warmth and personal connection, not just CRM for sales.
元数据
Slug person-crm
版本 1.1.0
许可证
累计安装 1
当前安装数 1
历史版本数 2
常见问题

Personal Crm 是什么?

Personal relationship manager powered by Feishu/Lark Bitable. Track contacts, interactions, birthdays (including Chinese lunar calendar), anniversaries, and... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 429 次。

如何安装 Personal Crm?

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

Personal Crm 是免费的吗?

是的,Personal Crm 完全免费(开源免费),可自由下载、安装和使用。

Personal Crm 支持哪些平台?

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

谁开发了 Personal Crm?

由 Andre(@andrelyl)开发并维护,当前版本 v1.1.0。

💬 留言讨论