← 返回 Skills 市场
人物关系管理
作者
calvin-dean
· GitHub ↗
· v1.0.0
· MIT-0
76
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install person-relation-manager
功能描述
人物关系与平台昵称管理器。当需要给某人发消息、但不知道对方在某平台的昵称时触发。自动查询记忆,如果没有记录则询问用户并记忆。
安全使用建议
This skill will ask and persist personal profiles to the agent's memory. Before installing or enabling it: 1) Do not store national ID numbers or other highly sensitive identifiers — remove the '身份证' field from the required schema. 2) Make gender optional rather than mandatory to reduce unnecessary personal data collection. 3) Require explicit, per-case user consent before saving any record and surface what will be stored. 4) Limit retention and scope (e.g., only store platform handles and display names needed for messaging). 5) Consider disabling autonomous invocation for this skill or require confirmation before it stores data, because memory entries may be visible to other skills and could be leaked in outputs. If you cannot enforce these protections, treat the skill as a privacy risk and avoid installing it.
功能分析
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.
能力评估
Purpose & Capability
The skill claims to manage platform nicknames, which would only require names and platform handles. However the data model explicitly includes '真名(身份证/正式名字)' (national ID / legal name) and mandates recording gender. Collecting national ID and forcing gender is not necessary for nickname lookup and is disproportionate to the stated purpose.
Instruction Scope
Runtime instructions tell the agent to query and store personal profiles via memory_recall/memory_store and to '必须记录性别' (must record gender). While using memory is consistent with the feature, the instructions require collecting and persisting potentially sensitive identifiers and metadata without limiting scope, retention, or access. The skill also specifies automatic triggering before sending messages, increasing the chance of collecting data without explicit per-case consent.
Install Mechanism
Instruction-only skill with no install, no binaries, and no external downloads. No code files for the scanner to analyze. From an install/execution vector perspective there is no elevated installation risk.
Credentials
The skill requests no environment variables or credentials, which is appropriate, but its data collection requirements are excessive: it asks for national ID fields and mandatory gender without justification. Persisting such sensitive attributes in shared agent memory increases the risk of accidental disclosure to other skills or outputs.
Persistence & Privilege
The skill is not configured as always:true and is user-invocable by default. It does instruct storing records in the agent memory, which is normal for a memory-backed helper, but it does not request system-wide config changes or other skills' credentials.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install person-relation-manager - 安装完成后,直接呼叫该 Skill 的名称或使用
/person-relation-manager触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
首发版本,支持多昵称多平台映射
元数据
常见问题
人物关系管理 是什么?
人物关系与平台昵称管理器。当需要给某人发消息、但不知道对方在某平台的昵称时触发。自动查询记忆,如果没有记录则询问用户并记忆。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 76 次。
如何安装 人物关系管理?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install person-relation-manager」即可一键安装,无需额外配置。
人物关系管理 是免费的吗?
是的,人物关系管理 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
人物关系管理 支持哪些平台?
人物关系管理 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 人物关系管理?
由 calvin-dean(@calvin-dean)开发并维护,当前版本 v1.0.0。
推荐 Skills