人物关系管理

ReviewAudited by ClawScan on May 10, 2026.

Overview

The skill has a coherent contact-nickname purpose, but it persistently records personal contact profiles with real names, gender, platform handles, and relationship notes without clear limits or deletion controls.

Install only if you are comfortable with the agent saving contact and relationship details in memory. Prefer giving the minimum nickname or platform handle needed, avoid unnecessary legal names or sensitive notes, and verify the resolved recipient before any message is sent.

Findings (2)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Private contact and relationship details could be stored in the agent’s memory and reused later, including information about other people who may not have consented.

Why it was flagged

This directs the agent to persist personal profiles containing real names, gender, nicknames, platform handles, and notes, with true name and gender required and no stated retention, deletion, consent, or minimization controls.

Skill content
使用 `memory_store` 存入:`人物档案:XXX,性别X,昵称有XXX、XXX,抖音叫XXX,微信叫XXX,备注:XXX` ... `**必填字段:** 真名、性别`
Recommendation

Only store the minimum contact identifier needed for the requested platform, ask for explicit permission before saving, and provide clear ways to view, correct, or delete remembered profiles.

NoteHigh Confidence
ASI08: Cascading Failures
What this means

A wrong saved nickname could lead to contacting the wrong recipient on another platform.

Why it was flagged

The remembered nickname is intended to feed directly into downstream message-sending skills, so stale or incorrect memory could cause a later message workflow to target the wrong person.

Skill content
**执行顺序:**
1. 调用 `person-relation-manager` 查询昵称
2. 拿到平台昵称后再执行具体发送 skill
Recommendation

Before sending messages, confirm the resolved platform account with the user, especially when multiple people share similar names or nicknames.