6 personal CRM skills powered by Rarefriend, added under Productivity & Organization.
Works with Claude Code, Cursor, Codex, OpenClaw, Gemini CLI, and any Agent Skills-compatible client (requires Rarefriend MCP).
| Skill | What it does |
|---|---|
network-and-relationship-manager | Full personal CRM — contacts, notes, tags, Google/Microsoft calendar, LinkedIn sync |
manage-linkedin-network | LinkedIn network as a searchable CRM with notes, tags, and relationship context |
schedule-with-google-calendar | Google Calendar scheduling connected to your contact network |
organize-google-contacts | Google Contacts with relationship notes, tags, and full history |
schedule-with-outlook | Microsoft Outlook contacts and calendar with relationship notes |
find-outlook-emails | Search Outlook inbox cross-referenced with CRM contact history |
Source repo: https://github.com/Whitefield-Labs/rarefriend-skills
These skills are built from actual professional networking workflows:
Personal relationship management is one of the most time-consuming parts of professional life. These skills give your AI assistant the full context of your network — not just names and emails, but the history, notes, and tags that make outreach and meeting prep actually useful. They work together (calendar skills can resolve attendees from contacts; email skill cross-references contact notes) but are installable individually.
Each skill follows the standard format:
skill-name/
├── SKILL.md — frontmatter + full workflow instructions
└── references/
├── SETUP.md — client-specific setup (Claude Code/Codex, Cursor, Claude Desktop, OpenClaw)
└── TOOLS.md — full tool parameter reference (main skill only)
Requires the Rarefriend MCP connected to your AI client:
| Client | Setup |
|---|---|
| Claude Code / Codex | claude mcp add rarefriend -e RAREFRIEND_CLIENT_ID=your-id -e RAREFRIEND_CLIENT_SECRET=your-secret -- npx -y @rarefriend-ai/mcp |
| Cursor | Add to ~/.cursor/mcp.json — see MCP repo |
| Claude Desktop | Add to claude_desktop_config.json — see MCP repo |
| OpenClaw / Gemini CLI / others | Run npx -y @rarefriend-ai/mcp with OAuth env vars set |
Get credentials at rarefriend.com → Settings → Integrations → MCP.
Install any skill:
npx skills add Whitefield-Labs/rarefriend-skills --skill network-and-relationship-manager -y
npx skills add Whitefield-Labs/rarefriend-skills --skill manage-linkedin-network -y
npx skills add Whitefield-Labs/rarefriend-skills --skill schedule-with-google-calendar -y
npx skills add Whitefield-Labs/rarefriend-skills --skill organize-google-contacts -y
npx skills add Whitefield-Labs/rarefriend-skills --skill schedule-with-outlook -y
npx skills add Whitefield-Labs/rarefriend-skills --skill find-outlook-emails -y
SKILL.md + references/ foldercompatibility field + multi-client SETUP.md)