← 返回 Skills 市场
396
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install people-relationship-map
功能描述
Personal CRM and relationship graph for OpenClaw. Tracks people, their connections to each other, and what you know about them. Stores everything as Obsidian...
安全使用建议
This skill stores personal contact data and notes as plaintext files under your OpenClaw workspace (default: ~/.openclaw/workspace/people). Before enabling auto-capture or a cron digest: (1) confirm you want the agent to silently write conversation-extracted notes to disk, (2) consider where that workspace is synced (Obsidian cloud, other backups) and whether you need encryption or tighter file permissions, (3) check the OPENCLAW_WORKSPACE env var if you want files placed elsewhere, and (4) review and run the included Python script locally to ensure it behaves as you expect. There are no network calls or secret/external-credential requests in the bundled code, but treat the weekly digest/cron guidance as platform integration guidance — the skill itself does not implement external messaging.
功能分析
Type: OpenClaw Skill
Name: people-relationship-map
Version: 0.1.0
The skill is classified as suspicious due to the explicit instructions in `SKILL.md` for the OpenClaw agent to 'auto-capture' user input and construct shell commands (e.g., `python3 {baseDir}/scripts/relmap.py add --name "Alex Chen"`). While the `relmap.py` script itself uses `argparse` and does not show direct malicious intent or vulnerable `os.system` calls with unsanitized input, this 'auto-capture' mechanism creates a significant prompt injection vulnerability against the agent. If the agent's natural language processing and command construction logic are not robustly sanitized, a malicious user could craft input to inject arbitrary shell commands or arguments, leading to potential remote code execution via the agent's interpretation layer.
能力评估
Purpose & Capability
Name/description align with code and instructions: the Python CLI manipulates a local people/ folder and _graph.json, renders Obsidian-friendly Markdown, supports add/link/note/query/stale/mermaid. Required binary (python3) is appropriate and sufficient.
Instruction Scope
SKILL.md instructs the agent to run the included CLI and to auto-capture mentions from conversation (potentially running touch/note/link commands). Auto-capture is within the stated CRM purpose but does grant the agent discretion to persist user-provided conversational content to disk; the SKILL.md advises asking when intent is ambiguous, but this behavior is a privacy consideration the user should be aware of.
Install Mechanism
No install spec; this is instruction+code only. The code is included in the skill bundle and uses only Python standard libraries — no remote downloads or package installs are requested.
Credentials
The skill declares no required env vars and only needs python3. The script reads OPENCLAW_WORKSPACE (falling back to ~/.openclaw/workspace) to locate its storage; this env var is not listed as required in metadata but is optional and reasonable. No credentials or external service tokens are requested.
Persistence & Privilege
always is false and the skill does not request elevated or cross-skill configuration changes. It writes files under the user's workspace (its normal scope). Autonomous invocation is allowed by platform default; combined with auto-capture note above, this is a usability/privacy tradeoff rather than a coherence/integrity problem.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install people-relationship-map - 安装完成后,直接呼叫该 Skill 的名称或使用
/people-relationship-map触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release — add/link/query people, auto-capture, staleness digest, Obsidian-friendly Markdown storage
元数据
常见问题
People Relationship Map 是什么?
Personal CRM and relationship graph for OpenClaw. Tracks people, their connections to each other, and what you know about them. Stores everything as Obsidian... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 396 次。
如何安装 People Relationship Map?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install people-relationship-map」即可一键安装,无需额外配置。
People Relationship Map 是免费的吗?
是的,People Relationship Map 完全免费(开源免费),可自由下载、安装和使用。
People Relationship Map 支持哪些平台?
People Relationship Map 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 People Relationship Map?
由 gobiraj(@gobiraj)开发并维护,当前版本 v0.1.0。
推荐 Skills