Relationship Intelligence

ReviewAudited by ClawScan on May 10, 2026.

Overview

This skill is a coherent personal CRM, but it intentionally stores sensitive relationship memory locally and can use Google account data if you enable those integrations.

Install this if you want a persistent personal CRM and are comfortable storing relationship details on your machine. Be especially careful before enabling Google integrations, and remember that relevant relationship data may be sent to your configured LLM provider during normal use.

Findings (3)

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.

What this means

Your private relationship history and notes can be retained across sessions and reused in future agent responses.

Why it was flagged

The skill intentionally builds persistent memory containing contacts, commitments, interactions, relationship scores, reminders, and other relationship details.

Skill content
Store everything in a SQLite database at `~/.local/share/memi-ri/memi.db`. Create the database and all tables on first use if they don't exist.
Recommendation

Use this only for information you are comfortable storing locally; periodically inspect or delete `~/.local/share/memi-ri/memi.db` if you want to clear the memory.

What this means

If enabled, the skill may process sensitive email, calendar, and contact data from your Google account.

Why it was flagged

The skill discloses optional access to Google Calendar, Gmail, and Google Contacts through the user's OAuth-backed gog setup.

Skill content
Pre-meeting context briefs via Google Calendar (requires gog) ... Email signal extraction via Gmail (requires gog) ... Contact enrichment from Google Contacts (requires gog)
Recommendation

Connect Google only if you need those features, review the OAuth scopes granted to gog, and revoke access if you stop using the skill.

What this means

Relationship details may be included in prompts to the configured LLM provider, and Google integrations involve your Google account.

Why it was flagged

The privacy section is mostly transparent, but users should not interpret 'Everything is local' as meaning fully offline, because LLM-provider processing and optional Google integrations are still part of the data flow.

Skill content
Everything is local. Your contacts, notes, relationship data, and learned patterns live in a SQLite file on your machine. Google integration (via gog) uses your own OAuth credentials. No data leaves your machine except to the LLM provider you've configured in OpenClaw.
Recommendation

Review your OpenClaw LLM-provider privacy settings and avoid sending highly sensitive relationship data unless you are comfortable with those provider terms.