relationship-memory

仓库创建 2026年7月27日最近提交 1 天前SkillHot 收录 1 天前
▸ 精选理由

为使用该私有 CLI 的团队提供规范化的写入与错误处理流程。

▸ 风险提示

可能执行本地 CLI 命令并进行写入,需谨慎授权与环境隔离。

这个 Skill 做什么

通过 Guanxi CRM 的 crm CLI 解析身份、映射错误并使用权威 ID 进行写操作。

在用 crm CLI 操作 Guanxi CRM vault 时派上用场,会把模糊的人名解析成权威身份、把 CLI 报错映射成下一步动作,并确保所有写操作都用权威 ID,防止写错或重复。适合在通过命令行增删改客户、联系人和关系数据时用,能参考 crm 的实时 help 来生成命令,而不是在这里维护一大堆命令清单。

▸ 展开 SKILL.md 英文原文

Use when operating a Guanxi CRM vault through the crm CLI; resolve identities, map CLI errors to the next action, and use authoritative IDs for every write.

垂直行业Guanxi CRMCLI身份解析通用
0
Stars
0
Forks
1
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/clawmama-run/guanxi-crm/main/skills/relationship-memory/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/clawmama-run/guanxi-crm/main/skills/relationship-memory/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Guanxi CRM CLI

Use `crm` only through its live Click interface (`crm --help`). Generate command help when needed:

```bash
skills/relationship-memory/scripts/command-reference
skills/relationship-memory/scripts/command-reference person add
```

Do not maintain a command list here. Locate and read this repository's `FORMAT.md`; do not recreate format rules.

## Identity resolution

1. Before any write concerning a person, run `crm who <identifier> --json`.
2. On one match, read the returned authoritative `id`.
3. On no match, create only when the request asserts a new person; pass a short explicit name, then read the returned `id`.
4. On `identity_conflict`, decide only from the user's ass
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有