From social
Accesses LinkedIn connections list, profile data, and messaging via Playwright with Chrome cookies for professional relationship review and reconnection.
How this skill is triggered — by the user, by Claude, or both
Slash command
/social:app-linkedin.portalThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Auth:** Playwright + Chrome cookies (headless=False required)
Auth: Playwright + Chrome cookies (headless=False required)
URL: https://www.linkedin.com
Configuration: Set profile URL and Chrome profile path in vault/social/config.md
Provides the social-agent with professional relationship data from LinkedIn — connection lists, mutual connections, recent activity, and messaging history — to supplement the vault contact files for professional-tier contacts. LinkedIn is used for reconnection context (what someone is working on now, recent job changes, shared posts) rather than as a primary relationship tracker. The vault contact files remain the source of truth; LinkedIn provides current professional context for outreach personalization.
Add to vault/social/config.md:
linkedin_profile_url: https://www.linkedin.com/in/YOUR-HANDLE
linkedin_chrome_profile: /Users/YOU/Library/Application Support/Google/Chrome/Default
linkedin_connections_export_path: ~/Documents/aireadylife/vault/social/00_current/linkedin-connections.csv
Chrome profile requirement: LinkedIn detects headless browsers and bot-like behavior. Must use
headless=False with a Chrome profile that has an active LinkedIn session. The session cookies in
the Chrome profile provide authentication — no username/password needed in the script.
Connections CSV export (recommended for roster): LinkedIn Settings → Data Privacy → Get a copy of your data → Connections → Request archive (delivered by email within 24 hours). CSV contains: First Name, Last Name, Email Address, Company, Position, Connected On. Use this for bulk roster analysis rather than scraping the connections list page.
headless=False.op-relationship-review — audit dormant professional connections (T3/T4) against vault
records; surface work anniversary and job change reconnect opportunitiesop-monthly-sync — check for new connections added since last sync; identify LinkedIn
contacts who should be added to vault contact files; pull recent activity for context refreshflow-build-outreach-queue — enrich queue entries for professional contacts with current
title, company, and recent LinkedIn activity for outreach personalization~/Documents/aireadylife/vault/social/00_current/linkedin-connections.csv — raw connections export
~/Documents/aireadylife/vault/social/00_current/ — enriched context written to individual contact
files by op-monthly-sync and flow-build-outreach-queue, not by this skill directly
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub fru-dev3/ai-ready-life --plugin social