# Send LinkedIn 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": "linkedin",
    "name": "LinkedIn",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/biostartechnology/linkedin",
    "canonicalUrl": "https://clawhub.ai/biostartechnology/linkedin",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/linkedin",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=linkedin",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "linkedin",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T10:22:54.184Z",
      "expiresAt": "2026-05-07T10:22:54.184Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=linkedin",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=linkedin",
        "contentDisposition": "attachment; filename=\"linkedin-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "linkedin"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/linkedin"
    },
    "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/linkedin",
    "downloadUrl": "https://openagent3.xyz/downloads/linkedin",
    "agentUrl": "https://openagent3.xyz/skills/linkedin/agent",
    "manifestUrl": "https://openagent3.xyz/skills/linkedin/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/linkedin/agent.md"
  }
}
```
## Documentation

### LinkedIn

Use browser automation to interact with LinkedIn - check messages, view profiles, search, and send connection requests.

### Option 1: Chrome Extension Relay (Recommended)

Open LinkedIn in Chrome and log in
Click the Clawdbot Browser Relay toolbar icon to attach the tab
Use browser tool with profile="chrome"

### Option 2: Isolated Browser

Use browser tool with profile="clawd"
Navigate to linkedin.com
Log in manually (one-time setup)
Session persists for future use

### Check Connection Status

browser action=snapshot profile=chrome targetUrl="https://www.linkedin.com/feed/"

### View Notifications/Messages

browser action=navigate profile=chrome targetUrl="https://www.linkedin.com/messaging/"
browser action=snapshot profile=chrome

### Search People

browser action=navigate profile=chrome targetUrl="https://www.linkedin.com/search/results/people/?keywords=QUERY"
browser action=snapshot profile=chrome

### View Profile

browser action=navigate profile=chrome targetUrl="https://www.linkedin.com/in/USERNAME/"
browser action=snapshot profile=chrome

### Send Message (confirm with user first!)

Navigate to messaging or profile
Use browser action=act with click/type actions
Always confirm message content before sending

### Safety Rules

Never send messages without explicit user approval
Never accept/send connection requests without confirmation
Avoid rapid automated actions - LinkedIn is aggressive about detecting automation
Rate limit: ~30 actions per hour max recommended

### Session Cookie Method (Advanced)

If browser relay isn't available, extract the li_at cookie from browser:

Open LinkedIn in browser, log in
DevTools → Application → Cookies → linkedin.com
Copy li_at value
Store securely for API requests

### Troubleshooting

If logged out: Re-authenticate in browser
If rate limited: Wait 24 hours, reduce action frequency
If CAPTCHA: Complete manually in browser, then resume
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: biostartechnology
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-30T10:22:54.184Z
- Expires at: 2026-05-07T10:22:54.184Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/linkedin)
- [Send to Agent page](https://openagent3.xyz/skills/linkedin/agent)
- [JSON manifest](https://openagent3.xyz/skills/linkedin/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/linkedin/agent.md)
- [Download page](https://openagent3.xyz/downloads/linkedin)