← Back to Skills Marketplace
Memi
by
Mukund Kunapareddy
· GitHub ↗
· v1.1.0
258
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install memi
Description
Personal CRM and relationship intelligence. Extracts contacts from conversations, tracks commitments, detects cooling relationships, delivers morning briefs,...
Usage Guidance
Plain-language considerations before installing:
- Data locality & sensitivity: The skill will create and maintain a SQLite DB at ~/.local/share/memi-ri/memi.db containing your contacts, notes, commitments, and relationship metadata. Treat that file as sensitive and back it up/encrypt it if needed.
- Google integration: If you install/enable the optional 'gog' tool or grant Google access, the skill can read Calendar, Gmail, and Contacts. Limit permissions (use a secondary Google account or fine-grained OAuth scopes) if you don't want full mailbox/calendar access.
- No install script, but unknown source: This is an instruction-only skill with no bundled code, which lowers installer risk, but the package's source/owner is unknown and there is no homepage—consider that before granting persistent access to sensitive data.
- LLM provider exposure: Some processing (parsing, drafting messages, behavioral patterning) will involve the LLM provider you have configured in OpenClaw; if that provider is external, sensitive snippets sent to it may leave your machine. Confirm your provider's privacy policy or limit what you send.
- Image and screenshot handling: The skill mentions scanning photos/business cards/LinkedIn screenshots but doesn't specify whether OCR or image recognition happens locally or via an external service—ask or test with non-sensitive images first.
Recommendations:
- If you want to try it, use a limited Google account or deny 'gog' integration initially.
- Inspect or export the DB after a trial and delete it on uninstall.
- If you need higher assurance, ask the skill author for a homepage/repo or request explicit details about OCR/image processing and exact Gmail/Calendar scopes.
Confidence note: Assessment is based on the provided SKILL.md and README; because the skill comes from an unknown source and no code is bundled for deeper inspection, confidence is medium. If you can obtain the skill's upstream source code or an author link, that would raise confidence.
Capability Analysis
Type: OpenClaw Skill
Name: memi
Version: 1.1.0
The 'memi' skill is a sophisticated personal CRM designed to track relationships and commitments using a local SQLite database (~/.local/share/memi-ri/memi.db). While it utilizes high-privilege integrations via the 'gog' tool to access Gmail, Calendar, and Contacts, these actions are explicitly documented and necessary for its stated features like meeting prep and email signal extraction. The instructions in SKILL.md focus on personality modeling and data organization without any evidence of malicious intent, unauthorized data exfiltration, or harmful prompt injection.
Capability Assessment
Purpose & Capability
Name/description (personal CRM, relationship intelligence) match the declared requirements: sqlite3 for local storage and an optional 'gog' binary for Google Calendar/Gmail/Contacts integration. No unrelated binaries, env vars, or config paths are requested.
Instruction Scope
SKILL.md instructs the agent to persistently store and update a local DB at ~/.local/share/memi-ri/memi.db and to extract contact, calendar, and email data (when 'gog' is available). That scope is consistent with a CRM, but the instructions are broad: they cover image/receipt/LinkedIn screenshot scanning and ongoing behavioral learning. The doc does not instruct reading unrelated system files or unlisted env vars, but it grants the agent wide latitude to collect sensitive personal data and to call the configured LLM provider for processing.
Install Mechanism
This is an instruction-only skill with no install spec and no bundled code; nothing is downloaded or written at install time beyond what the agent itself would create at runtime (the local SQLite DB). This is the lowest install risk.
Credentials
No environment variables or secrets are required. Google integration is optional and appears to rely on the user's OAuth flow via a local 'gog' tool rather than on embedded keys, which is proportionate. The persistent local DB is sensitive and proportional to the skill's stated purpose.
Persistence & Privilege
The skill stores persistent data in its own DB under the user's home directory (expected for a CRM). It is not marked 'always:true' and does not request system-wide configuration changes or other skills' credentials. Note that autonomous invocation is enabled by default on the platform (not a specific flag here).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install memi - After installation, invoke the skill by name or use
/memi - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
Fix interaction tracking, add scheduling triggers, expand connection types, add archiving, rename email_signals to signals
v1.0.0
Initial release of memi-relationship-intelligence.
- Personal CRM that extracts contacts from conversations and captures detailed context.
- Tracks commitments, detects cooling relationships, and reminds you of important dates, events, and promises.
- Learns your relationship patterns and user style over time, surfaces the right context before meetings and in daily briefs.
- Stores structured data in a local SQLite database, including contacts, notes, commitments, interactions, reminders, and more.
- Designed for natural interactions: concise, context-aware, and personalized responses that mirror your style and avoid “chatbot” clichés.
Metadata
Frequently Asked Questions
What is Memi?
Personal CRM and relationship intelligence. Extracts contacts from conversations, tracks commitments, detects cooling relationships, delivers morning briefs,... It is an AI Agent Skill for Claude Code / OpenClaw, with 258 downloads so far.
How do I install Memi?
Run "/install memi" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Memi free?
Yes, Memi is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Memi support?
Memi is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Memi?
It is built and maintained by Mukund Kunapareddy (@mukund2); the current version is v1.1.0.
More Skills