← Back to Skills Marketplace
calvin-dean

人物关系管理

by calvin-dean · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
76
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install person-relation-manager
Description
人物关系与平台昵称管理器。当需要给某人发消息、但不知道对方在某平台的昵称时触发。自动查询记忆,如果没有记录则询问用户并记忆。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install person-relation-manager
  3. After installation, invoke the skill by name or use /person-relation-manager
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
首发版本,支持多昵称多平台映射
Metadata
Slug person-relation-manager
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 人物关系管理?

人物关系与平台昵称管理器。当需要给某人发消息、但不知道对方在某平台的昵称时触发。自动查询记忆,如果没有记录则询问用户并记忆。 It is an AI Agent Skill for Claude Code / OpenClaw, with 76 downloads so far.

How do I install 人物关系管理?

Run "/install person-relation-manager" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 人物关系管理 free?

Yes, 人物关系管理 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 人物关系管理 support?

人物关系管理 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 人物关系管理?

It is built and maintained by calvin-dean (@calvin-dean); the current version is v1.0.0.

💬 Comments