# Send LinkedIn Inbox Manager — Smart LinkedIn Inbox from Linxa to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "smart-linkedin-inbox",
    "name": "LinkedIn Inbox Manager — Smart LinkedIn Inbox from Linxa",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/vdybenko/smart-linkedin-inbox",
    "canonicalUrl": "https://clawhub.ai/vdybenko/smart-linkedin-inbox",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/smart-linkedin-inbox",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=smart-linkedin-inbox",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "openapi.yaml"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/smart-linkedin-inbox"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/smart-linkedin-inbox",
    "downloadUrl": "https://openagent3.xyz/downloads/smart-linkedin-inbox",
    "agentUrl": "https://openagent3.xyz/skills/smart-linkedin-inbox/agent",
    "manifestUrl": "https://openagent3.xyz/skills/smart-linkedin-inbox/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/smart-linkedin-inbox/agent.md"
  }
}
```
## Documentation

### LinkedIn Inbox Manager — Smart LinkedIn Inbox from Linxa

Free AI-powered LinkedIn inbox management: search conversations, filter by sentiment and intent, track leads, and take action — all without sharing your LinkedIn password. No paid plan required.

### What you can do

Search & filter conversations — by keyword, label, sentiment (positive/negative/neutral), intent direction (to you / from you), or product interest
Read full message threads — pull any conversation in chronological order
Get next actions — AI-generated summary of what to do next with each lead
Add comments to leads — attach CRM-style notes to any LinkedIn contact that influence future action recommendations
Mark conversations as read — keep your inbox organized
Smart labels — Hot, Need Follow Up, Investors, Clients, Hiring, Partnership, and more
Secure access — token-based authentication, no LinkedIn password or cookies required
100% free — all features included, no paid tiers

### Example prompts

Try these with your AI agent:

Who messaged me on LinkedIn this week?
Show my hot conversations with positive sentiment
Find all messages about hiring
List investors who reached out to me
What are my next actions on LinkedIn?
Show the full thread with [person name]
Add a note to John: "Follow up after demo on Friday"
Mark my conversation with Sarah as read
List conversations labeled "Need Follow Up" with intent direction to_me
Search LinkedIn messages for "partnership proposal"

### Quick start (3 minutes)

Install the Linxa Chrome Extension
Sign in at app.uselinxa.com with LinkedIn
Copy your token from MCP Setup and set it:

export LINXA_TOKEN=YOUR_TOKEN

Install the skill:

clawhub install smart-linkedin-inbox

### Authentication

All requests require the LINXA_TOKEN environment variable. This is a secure bearer token — Linxa never asks for your LinkedIn password or session cookies.

Authorization: Bearer $LINXA_TOKEN

If the token is missing or expired, guide the user to regenerate it at app.uselinxa.com/setup-mcp.

Security model:

No LinkedIn password sharing — ever
No browser cookies or session hijacking
Token-based access with explicit user consent
All data stays between Linxa servers and your agent
Revoke access any time from the Linxa dashboard

### API Base URL

https://app.uselinxa.com

### 1. Verify Current User

GET /api/mcp/current-li-user

Verifies authentication and returns the current LinkedIn profile. Call this first at the start of a session.

### 2. List & Search Conversations

GET /api/mcp/conversations

Query parameters (all optional):

ParameterTypeDefaultDescriptionlimitinteger50Max conversations to returnsearchstring—Keyword search across messages and participantslabelstring—Filter by category labelsentimentstring—POSITIVE, NEGATIVE, or NEUTRALprimary_intentstring—Filter by intent (e.g., "sales", "recruitment")intent_directionstring—to_me or from_meproductstring—Filter by detected product interest

Available labels: Hot, Need Follow Up, Personal, Investors, Clients, Inbox, Hiring, Junk, Partnership, archived, scheduled, not-contacted

### 3. Fetch Messages for a Conversation

GET /api/mcp/messages/{chatId}

Returns all messages in a specific conversation thread. The chatId comes from the conversation list response. URL-encode the chatId if it contains special characters.

### 4. Generate Inbox Summary & Next Actions

POST /api/mcp/next-actions

Returns an AI-generated summary of recommended next actions across your LinkedIn conversations. Use this when the user asks "what should I do next?" or "what are my priorities on LinkedIn?"

### 5. Add Comment to a Lead

POST /api/mcp/comments

Attach a CRM-style note to a LinkedIn lead's profile. Comments influence future next-action recommendations. Request body:

{
  "profileId": "PROFILE_ID",
  "text": "Follow up after demo on Friday"
}

### 6. Mark Conversation as Read

POST /api/mcp/conversations/{chatId}/read

Marks a specific conversation as read. Use when the user says "mark this as read" or wants to clean up their inbox.

### How to Make Requests

Use the helper script for authenticated requests:

bash scripts/linxa_api.sh GET /api/mcp/current-li-user
bash scripts/linxa_api.sh GET "/api/mcp/conversations?label=Hot&limit=5"
bash scripts/linxa_api.sh GET "/api/mcp/messages/CHAT_ID_HERE"
bash scripts/linxa_api.sh POST /api/mcp/next-actions
bash scripts/linxa_api.sh POST /api/mcp/comments '{"profileId":"PROFILE_ID","text":"Note here"}'
bash scripts/linxa_api.sh POST "/api/mcp/conversations/CHAT_ID/read"

Or curl directly:

curl -sL \\
  -H "Authorization: Bearer $LINXA_TOKEN" \\
  "https://app.uselinxa.com/api/mcp/conversations?limit=10&sentiment=POSITIVE"

### Workflow

Verify auth — Call /api/mcp/current-li-user to confirm the token works
List or search conversations — Use filters to narrow down what the user needs
Fetch specific threads — Get the chatId from step 2 and pull full messages
Take action — Add comments, mark as read, or review next actions
Present results clearly — Summarize conversations, highlight key details, format threads chronologically

### Response Formatting

When presenting conversations to the user:

Show participant names, last message preview, and any labels or sentiment tags
For message threads, display messages in chronological order with sender names and timestamps
Summarize long threads unless the user asks for the full content
Highlight unread or high-priority items when available
For next actions, present as a prioritized actionable list

### Troubleshooting

ProblemSolution401 UnauthorizedToken is missing or expired — regenerate at Linxa dashboardEmpty resultsChrome extension may not be syncing — check extension is active and LinkedIn tab is openchatId encoding errorsURL-encode the chatId value before making the requestNo conversations foundEnsure you have LinkedIn conversations and the extension has synced recently

### Full API Reference

For the complete OpenAPI specification, read references/openapi.yaml.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: vdybenko
- Version: 1.2.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-23T16:43:11.935Z
- Expires at: 2026-04-30T16:43:11.935Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/smart-linkedin-inbox)
- [Send to Agent page](https://openagent3.xyz/skills/smart-linkedin-inbox/agent)
- [JSON manifest](https://openagent3.xyz/skills/smart-linkedin-inbox/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/smart-linkedin-inbox/agent.md)
- [Download page](https://openagent3.xyz/downloads/smart-linkedin-inbox)