人物关系管理
AdvisoryAudited by VirusTotal on Apr 7, 2026.
Overview
Type: OpenClaw Skill Name: person-relation-manager Version: 1.0.0 The skill is a person relationship manager designed to store and retrieve contact information (real names, gender, and platform-specific nicknames) using the agent's internal memory functions. The logic in SKILL.md is consistent with its stated purpose and lacks any indicators of data exfiltration, malicious execution, or unauthorized access.
Findings (0)
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.
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.
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.
使用 `memory_store` 存入:`人物档案:XXX,性别X,昵称有XXX、XXX,抖音叫XXX,微信叫XXX,备注:XXX` ... `**必填字段:** 真名、性别`
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.
A wrong saved nickname could lead to contacting the wrong recipient on another platform.
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.
**执行顺序:** 1. 调用 `person-relation-manager` 查询昵称 2. 拿到平台昵称后再执行具体发送 skill
Before sending messages, confirm the resolved platform account with the user, especially when multiple people share similar names or nicknames.
