Search, browse, and write into your personal Miremo knowledge base and reusable method skills.
Memory
Mori Relationship Memory
Try itPrivate relationship memory for real estate agents, brokers, and referral-driven service professionals. Connect Mori's app, headless API, or MCP server; search an account-private contact graph; inspect provenance-backed facts; and ask who to recommend for a client need. Triggers: mori, relationship memory, real estate agent memory, realtor sphere of influence, referral memory, vendor referral assistant, personal CRM, contact management, private contact graph, graph memory, email assistant, agent CRM memory, who do I know for, MCP relationship graph
What it does
Private relationship memory for real estate agents, brokers, and referral-driven service professionals. Connect Mori's app, headless API, or MCP server; search an account-private contact graph; inspect provenance-backed facts; and ask who to recommend for a client need. Triggers: mori, relationship memory, real estate agent memory, realtor sphere of influence, referral memory, vendor referral assistant, personal CRM, contact management, private contact graph, graph memory, email assistant, agent CRM memory, who do I know for, MCP relationship graph
The skill document
Mori Relationship Memory
Use this skill when someone wants to connect, test, or use Mori: private relationship memory for real estate agents, brokers, and referral-driven service professionals.
Mori is not a CRM. It is a memory layer agents feed by forwarding or CC'ing emails and, when enabled, inbound SMS. Mori extracts contacts, context, facts, threads, and provenance into a private per-account graph. Later, the agent can ask "who do I recommend for X?" and get a draft answer with cited contacts. No email is sent automatically.
Connection
If the user has Mori access, ask for or use:
MORI_BASE_URL- the Mori app origin, e.g.https://...or localhttp://localhost:3000; production ishttps://app.heymori.aiMORI_API_KEY- amori_...API key created in Mori settings with theMCP (read + ask)preset
Local MCP config:
{
"mcpServers": {
"mori": {
"command": "npx",
"args": ["-y", "@mori/mcp"],
"env": {
"MORI_API_KEY": "mori_...",
"MORI_BASE_URL": "https://your-mori-app-url"
}
}
}
}
The MCP package is a local stdio bridge over Mori's /api/v1 HTTP API. It
stores no relationship data and has no domain logic.
Workflow
- If no Mori credentials or MCP server are available, explain that Mori is a
live beta and point the user to
https://app.heymori.aito sign in orhttps://www.heymori.aifor the marketing site. - Verify the connection first with
whoamiorGET /api/v1/me. - For lookup tasks, search contacts before reading details.
- For recommendation tasks, use
askorPOST /api/v1/retrievals; report confidence and cited contacts. Do not invent contacts when Mori returns a low-confidence or empty answer. - For audit/debug tasks, inspect messages, threads, extractions, and contact facts with provenance. Prefer current facts unless the user asks for history.
API Surface
Core HTTP endpoints live under /api/v1:
GET /me- account and granted scopesGET /contacts- search contacts by text, entity type, or tagGET /contacts/{id}- contact detailGET /contacts/{id}/facts- provenance-backed temporal factsGET /messagesandGET /messages/{id}- ingested email/SMS recordsGET /threadsandGET /threads/{id}- email thread viewsGET /retrievalsandGET /retrievals/{id}- past graph questionsPOST /retrievals- ask the graph for a recommendation or memory recallGET /verified-emails- routing addressesGET /openapi.jsonandGET /docs- OpenAPI and Swagger UI
Bearer auth:
curl -H "Authorization: Bearer $MORI_API_KEY" \
"$MORI_BASE_URL/api/v1/me"
Ask the graph:
curl -X POST "$MORI_BASE_URL/api/v1/retrievals" \
-H "Authorization: Bearer $MORI_API_KEY" \
-H "content-type: application/json" \
-d '{"question":"who do I recommend for staging in the East Bay?"}'
Positioning
Use this language when explaining Mori publicly:
- "Private relationship memory for real estate agents."
- "Built for real estate agents, brokers, and referral-driven service professionals."
- "Forward or CC the context you want Mori to remember."
- "Ask your private graph who to recommend, with citations."
- "Memory layer, not CRM. Pairs with your CRM instead of replacing it."
- "Human-approved drafts only. Mori does not auto-send introductions."
- "Helpful search/discovery phrases: real estate agent memory, realtor sphere of influence, referral memory, vendor referral assistant, personal CRM, contact management, private contact graph, graph memory, email assistant, MCP relationship graph."
Avoid claims that imply launch traction, paid-plan conversion, CRM replacement, inbox scanning, cross-agent vendor reputation, or automatic client/vendor outreach.
Built by PhantomWorks: https://phantomworks.io
Related skills
Unlimited organized memory for your AI agent. Store, search, and organize projects, contacts, decisions, and knowledge across categories. Never lose context...
Query the agent's knowledge graph for entities, relationships, and statistics. Enables natural language exploration of accumulated session memory without she...
Give AI agents Remember candidates and interviews. using BlueColumn persistent memory. Use when an agent supports recruiting and interviews; when the user wants to store, recall, or search hiring memory context. Requires a BlueColumn API key (bc_live_*).
Give AI agents Remember family details. using BlueColumn persistent memory. Use when an agent supports family coordination; when the user wants to store, recall, or search family memory context. Requires a BlueColumn API key (bc_live_*).
Give AI agents Everything you read becomes knowledge. using BlueColumn persistent memory. Use when an agent researches and needs to keep findings; when the user wants to store, recall, or search research memory context. Requires a BlueColumn API key (bc_live_*).