smart-linkedin-inboxLinkedIn inbox manager and conversation assistant powered by Linxa. Use this skill whenever the user mentions LinkedIn messages, LinkedIn inbox, LinkedIn con...
Install via ClawdBot CLI:
clawdbot install vdybenko/smart-linkedin-inbox#Smart LinkedIn Inbox from Linxa
This skill connects OpenClaw to your Linxa Smart Inbox and lets you:
clawhub install smart-linkedin-inbox
export LINXA_TOKEN=YOUR_TOKEN
You can interact with the skill using natural language:
Authentication
All requests require an authorization header:
Authorization: Bearer $LINXA_TOKEN
Security notes
GET /api/mcp/current-li-user
Verifies authentication and returns the current LinkedIn profile.
GET /api/mcp/conversations
Query parameters:
Available values:
Hot, Need Follow Up, Personal, Investors, Clients,
Inbox, Hiring, Junk, Partnership, archived,
scheduled, not-contacted
GET /api/mcp/messages/{chatId}
Returns all messages for the specified conversation.
Verify identity
curl -L \
-H "Authorization: Bearer $LINXA_TOKEN" \
https://app.uselinxa.com/api/mcp/current-li-user
List hot conversations
curl -L \
-H "Authorization: Bearer $LINXA_TOKEN" \
"https://app.uselinxa.com/api/mcp/conversations?label=Hot&limit=5"
Notes
AI Usage Analysis
Analysis is being generated⦠refresh in a few seconds.
Fetch and read transcripts from YouTube videos. Use when you need to summarize a video, answer questions about its content, or extract information from it.
Fetch and summarize YouTube video transcripts. Use when asked to summarize, transcribe, or extract content from YouTube videos. Handles transcript fetching via residential IP proxy to bypass YouTube's cloud IP blocks.
Browse, search, post, and moderate Reddit. Read-only works without auth; posting/moderation requires OAuth setup.
Interact with Twitter/X β read tweets, search, post, like, retweet, and manage your timeline.
LinkedIn automation via browser relay or cookies for messaging, profile viewing, and network actions.
Search YouTube videos, get channel info, fetch video details and transcripts using YouTube Data API v3 via MCP server or yt-dlp fallback.