โ† All skills
Tencent SkillHub ยท Developer Tools

storyagent_linkedin

Interact with LinkedIn via Unipile API - send messages, view profiles, manage connections, create posts, react to content. Use when the user asks to message someone on LinkedIn, check LinkedIn messages, view LinkedIn profiles, send connection requests, create LinkedIn posts, or interact with LinkedIn content.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Interact with LinkedIn via Unipile API - send messages, view profiles, manage connections, create posts, react to content. Use when the user asks to message someone on LinkedIn, check LinkedIn messages, view LinkedIn profiles, send connection requests, create LinkedIn posts, or interact with LinkedIn content.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Item is unstable.

This item is timing out or returning errors right now. Review the source page and try again later.

Quick setup
  1. Wait for the source to recover or retry later.
  2. Review SKILL.md only after the source returns a real package.
  3. Do not rely on this source for automated install yet.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Manual review
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, package-lock.json, package.json, SKILL.md, scripts/linkedin.mjs, resources/last_50_posts.json

Validation

  • Wait for the source to recover or retry later.
  • Review SKILL.md only after the download returns a real package.
  • Treat this source as transient until the upstream errors clear.

Install with your agent

Agent handoff

Use the source page and any available docs to guide the install because the item is currently unstable or timing out.

  1. Open the source page via Review source status.
  2. If you can obtain the package, extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the source page and extracted files.
New install

I tried to install a skill package from Yavira, but the item is currently unstable or timing out. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required. Then review README.md for any prerequisites, environment setup, or post-install checks.

Upgrade existing

I tried to upgrade a skill package from Yavira, but the item is currently unstable or timing out. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need. Then review README.md for any prerequisites, environment setup, or post-install checks.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 11 sections Open source page

Unipile LinkedIn

Access LinkedIn through the Unipile API using the CLI script.

Setup

Requires environment variables in ~/.openclaw/workspace/TOOLS.md or shell: UNIPILE_DSN - Your Unipile API endpoint (e.g., https://api1.unipile.com:13111) UNIPILE_ACCESS_TOKEN - Your Unipile access token Get credentials from dashboard.unipile.com.

Usage

Run commands via the CLI script: ./scripts/linkedin.mjs <command> [options]

Account Management

./scripts/linkedin.mjs accounts # List connected accounts ./scripts/linkedin.mjs account <account_id> # Get account details

Messaging

./scripts/linkedin.mjs chats [--account_id=X] [--limit=N] [--unread] # List chats ./scripts/linkedin.mjs chat <chat_id> # Get chat details ./scripts/linkedin.mjs messages <chat_id> [--limit=N] # List messages in chat ./scripts/linkedin.mjs send <chat_id> "<text>" # Send message ./scripts/linkedin.mjs start-chat <account_id> "<text>" --to=<user_id>[,<user_id>] [--inmail] # Start new chat

Profiles

./scripts/linkedin.mjs profile <account_id> <identifier> [--sections=experience,education,skills] [--notify] ./scripts/linkedin.mjs my-profile <account_id> # Your own profile ./scripts/linkedin.mjs company <account_id> <identifier> # Company profile ./scripts/linkedin.mjs relations <account_id> [--limit=N] # Your connections

Invitations

./scripts/linkedin.mjs invite <account_id> <provider_id> ["message"] # Send connection request ./scripts/linkedin.mjs invitations <account_id> [--limit=N] # List pending invites ./scripts/linkedin.mjs cancel-invite <account_id> <invitation_id> # Cancel invitation

Posts

./scripts/linkedin.mjs posts <account_id> <identifier> [--company] [--limit=N] # List posts ./scripts/linkedin.mjs post <account_id> <post_id> # Get post ./scripts/linkedin.mjs create-post <account_id> "<text>" # Create post ./scripts/linkedin.mjs comments <account_id> <post_id> [--limit=N] # List comments ./scripts/linkedin.mjs comment <account_id> <post_id> "<text>" # Add comment ./scripts/linkedin.mjs react <account_id> <post_id> [--type=like|celebrate|support|love|insightful|funny]

Attendees

./scripts/linkedin.mjs attendees [--account_id=X] [--limit=N] # List chat contacts

Examples

# List all chats, only unread ./scripts/linkedin.mjs chats --unread # Send a message ./scripts/linkedin.mjs send "abc123" "Thanks for connecting!" # View someone's profile with experience section ./scripts/linkedin.mjs profile "myaccount" "john-doe-123" --sections=experience,about # Send connection request with note ./scripts/linkedin.mjs invite "myaccount" "jane-smith-456" "Hi Jane, let's connect!" # Create a LinkedIn post ./scripts/linkedin.mjs create-post "myaccount" "Excited to announce our new product launch! ๐Ÿš€" # React to a post ./scripts/linkedin.mjs react "myaccount" "post789" --type=celebrate

Notes

identifier can be a LinkedIn user ID or profile URL slug account_id is your connected LinkedIn account ID (get from accounts command) Use --inmail flag when messaging non-connections (requires LinkedIn Premium)

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Config2 Docs1 Scripts
  • SKILL.md Primary doc
  • README.md Docs
  • scripts/linkedin.mjs Scripts
  • package-lock.json Config
  • package.json Config
  • resources/last_50_posts.json Config