← Back to Skills Marketplace
396
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install people-relationship-map
Description
Personal CRM and relationship graph for OpenClaw. Tracks people, their connections to each other, and what you know about them. Stores everything as Obsidian...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install people-relationship-map - After installation, invoke the skill by name or use
/people-relationship-map - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release — add/link/query people, auto-capture, staleness digest, Obsidian-friendly Markdown storage
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 396 downloads so far.
How do I install People Relationship Map?
Run "/install people-relationship-map" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is People Relationship Map free?
Yes, People Relationship Map is completely free (open-source). You can download, install and use it at no cost.
Which platforms does People Relationship Map support?
People Relationship Map is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created People Relationship Map?
It is built and maintained by gobiraj (@gobiraj); the current version is v0.1.0.
More Skills