# Send Linkedin Pipedream 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-pipedream",
    "name": "Linkedin Pipedream",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/G9Pedro/linkedin-pipedream",
    "canonicalUrl": "https://clawhub.ai/G9Pedro/linkedin-pipedream",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/linkedin-pipedream",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=linkedin-pipedream",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "org-post.mjs"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "linkedin-pipedream",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-05T00:43:02.381Z",
      "expiresAt": "2026-05-12T00:43:02.381Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=linkedin-pipedream",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=linkedin-pipedream",
        "contentDisposition": "attachment; filename=\"linkedin-pipedream-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "linkedin-pipedream"
      },
      "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-pipedream"
    },
    "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-pipedream",
    "downloadUrl": "https://openagent3.xyz/downloads/linkedin-pipedream",
    "agentUrl": "https://openagent3.xyz/skills/linkedin-pipedream/agent",
    "manifestUrl": "https://openagent3.xyz/skills/linkedin-pipedream/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/linkedin-pipedream/agent.md"
  }
}
```
## Documentation

### LinkedIn via Pipedream — Post, Comment & Engage

Full LinkedIn automation using Pipedream's OAuth infrastructure. Post as yourself or your organization, comment on posts, search companies, and more.

### Prerequisites

pdauth CLI installed and configured — see pdauth skill
LinkedIn account connected via OAuth

### Quick Start

# 1. Connect LinkedIn (generates OAuth link for user to click)
pdauth connect linkedin --user telegram:5439689035

# 2. After user authorizes, verify connection
pdauth status --user telegram:5439689035

# 3. Post to LinkedIn
pdauth call linkedin.linkedin-create-text-post-user \\
  --user telegram:5439689035 \\
  --args '{"instruction": "Create a post: Excited to announce our new product launch! 🚀"}'

### OAuth Flow

# Generate OAuth link
pdauth connect linkedin --user USER_ID

# Share with user: "Click to authorize LinkedIn: <link>"
# User clicks → authorizes via LinkedIn → done

# Verify connection
pdauth status --user USER_ID

User ID convention: Use telegram:<user_id> format for Telegram users.

### ✅ Working via MCP (pdauth call)

ToolPurposelinkedin-create-text-post-userPost as personal accountlinkedin-create-image-post-userPost with image (personal)linkedin-create-commentComment on any postlinkedin-create-like-on-shareLike a postlinkedin-search-organizationSearch for companieslinkedin-get-current-member-profileGet your own profilelinkedin-get-member-profileGet any member's profilelinkedin-get-org-member-accessCheck org admin statuslinkedin-retrieve-comments-sharesGet comments on a postlinkedin-delete-postDelete your post

### ⚠️ Broken via MCP (requires workaround)

ToolIssueWorkaroundlinkedin-create-text-post-organization"tool name too long" bugUse direct SDK calllinkedin-create-image-post-organizationSame bugUse direct SDK call

### 1. Create Personal Post

pdauth call linkedin.linkedin-create-text-post-user \\
  --user telegram:5439689035 \\
  --args '{"instruction": "Create a post: Your post content here. Use emojis 🎉 and hashtags #AI #Tech"}'

Tips:

Keep posts under 3000 characters
Emojis increase engagement
Use line breaks for readability

### 2. Create Image Post (Personal)

pdauth call linkedin.linkedin-create-image-post-user \\
  --user telegram:5439689035 \\
  --args '{"instruction": "Create image post with text: Check out our new office! Image URL: https://example.com/image.jpg"}'

### 3. Comment on a Post

# Comment using post URN
pdauth call linkedin.linkedin-create-comment \\
  --user telegram:5439689035 \\
  --args '{"instruction": "Comment on urn:li:share:7293123456789012480 with text: Great insights! Thanks for sharing."}'

Finding post URNs:

From LinkedIn URL: linkedin.com/posts/username_activity-7293123456789012480 → URN is urn:li:share:7293123456789012480
Or use linkedin-retrieve-comments-shares on known posts

### 4. Like a Post

pdauth call linkedin.linkedin-create-like-on-share \\
  --user telegram:5439689035 \\
  --args '{"instruction": "Like the post urn:li:share:7293123456789012480"}'

### 5. Search Organizations

pdauth call linkedin.linkedin-search-organization \\
  --user telegram:5439689035 \\
  --args '{"instruction": "Search for companies matching: artificial intelligence startups"}'

### 6. Get Your Profile

pdauth call linkedin.linkedin-get-current-member-profile \\
  --user telegram:5439689035 \\
  --args '{"instruction": "Get my LinkedIn profile"}'

Returns: name, headline, URN, vanity name, etc.

### 7. Get Member Profile

pdauth call linkedin.linkedin-get-member-profile \\
  --user telegram:5439689035 \\
  --args '{"instruction": "Get profile for member URN urn:li:person:30_5n7bx7f"}'

### 8. Check Organization Admin Access

pdauth call linkedin.linkedin-get-org-member-access \\
  --user telegram:5439689035 \\
  --args '{"instruction": "Check my access level for organization 105382747"}'

Returns: ADMINISTRATOR, MEMBER, or NONE

### 9. Get Comments on a Post

pdauth call linkedin.linkedin-retrieve-comments-shares \\
  --user telegram:5439689035 \\
  --args '{"instruction": "Get comments for post urn:li:share:7293123456789012480"}'

### 10. Delete a Post

pdauth call linkedin.linkedin-delete-post \\
  --user telegram:5439689035 \\
  --args '{"instruction": "Delete post urn:li:share:7293123456789012480"}'

### The Bug

linkedin-create-text-post-organization fails via MCP with:

Error: tool name too long

This is a Pipedream MCP bug, not a LinkedIn API issue.

### Workaround: Direct SDK Call

Create a Node.js script to post as organization:

// org-post.mjs
import { PipedreamClient } from '@pipedream/sdk';

const client = new PipedreamClient({
  projectEnvironment: 'development',
  clientId: 'YOUR_CLIENT_ID',      // from ~/.config/pdauth/config.json
  clientSecret: 'YOUR_CLIENT_SECRET',
  projectId: 'YOUR_PROJECT_ID',
});

async function postAsOrg(orgId, text) {
  const result = await client.actions.run({
    id: 'linkedin-create-text-post-organization',
    externalUserId: 'telegram:5439689035',
    configuredProps: {
      linkedin: { authProvisionId: 'apn_4vhLGx4' },  // LinkedIn account ID
      organizationId: orgId,
      text: text,
    },
  });
  console.log('Posted!', result);
}

// Example usage
postAsOrg('105382747', 'Hello from Versatly! 🚀');

Run with:

node org-post.mjs

### Known Organization IDs

OrganizationIDURNVersatly105382747urn:li:organization:105382747

### Pedro's LinkedIn Info

ItemValueMember URNurn:li:person:30_5n7bx7fUser ID (Pipedream)telegram:5439689035Auth Provision IDapn_4vhLGx4Admin ofVersatly (org 105382747)

### URN Formats

TypeFormatExamplePersonurn:li:person:IDurn:li:person:30_5n7bx7fOrganizationurn:li:organization:IDurn:li:organization:105382747Post/Shareurn:li:share:IDurn:li:share:7293123456789012480Commenturn:li:comment:(urn:li:share:ID,ID)Complex nested URN

### Pattern 1: Post and Verify

# Post
pdauth call linkedin.linkedin-create-text-post-user \\
  --user telegram:5439689035 \\
  --args '{"instruction": "Create post: Just shipped a new feature! 🎉"}'

# The response includes the post URN - save it for later

### Pattern 2: Engage with Content

# Find posts to engage with (manual: get URN from LinkedIn URL)
# Like the post
pdauth call linkedin.linkedin-create-like-on-share \\
  --user telegram:5439689035 \\
  --args '{"instruction": "Like post urn:li:share:7293123456789012480"}'

# Comment
pdauth call linkedin.linkedin-create-comment \\
  --user telegram:5439689035 \\
  --args '{"instruction": "Comment on urn:li:share:7293123456789012480: Congrats on the launch!"}'

### Pattern 3: Research a Company

# Search for the company
pdauth call linkedin.linkedin-search-organization \\
  --user telegram:5439689035 \\
  --args '{"instruction": "Search for OpenAI"}'

# Check if you have admin access (for orgs you manage)
pdauth call linkedin.linkedin-get-org-member-access \\
  --user telegram:5439689035 \\
  --args '{"instruction": "Check access for organization 12345678"}'

### Common Errors

ErrorCauseSolutionApp not connectedNo LinkedIn OAuthRun pdauth connect linkedin --user USER_IDtool name too longMCP bug for org toolsUse direct SDK workaround403 ForbiddenNo permission for actionCheck org admin statusInvalid URNMalformed URN formatUse correct format: urn:li:type:idRate limitedToo many API callsWait and retry (LinkedIn limits ~100 calls/day)

### Checking Connection Status

# Quick status check
pdauth status --user telegram:5439689035

# JSON output for parsing
pdauth status --user telegram:5439689035 --json

### Reconnecting

If OAuth expires or breaks:

pdauth disconnect linkedin --user telegram:5439689035
pdauth connect linkedin --user telegram:5439689035
# Share new link with user

### Best Practices

Rate Limits: LinkedIn is strict. Space out bulk operations.
Content Quality: LinkedIn penalizes spammy content. Write thoughtfully.
Org Posting: Always verify admin access before attempting org posts.
URN Handling: Always validate URN format before API calls.
Error Recovery: If a post fails, check status before retrying (may have succeeded).

### Example Workflow: Complete LinkedIn Campaign

# 1. Verify connection
pdauth status --user telegram:5439689035

# 2. Check org admin status
pdauth call linkedin.linkedin-get-org-member-access \\
  --user telegram:5439689035 \\
  --args '{"instruction": "Check access for organization 105382747"}'

# 3. Post personal announcement
pdauth call linkedin.linkedin-create-text-post-user \\
  --user telegram:5439689035 \\
  --args '{"instruction": "Create post: Thrilled to share that Versatly just launched our new AI assistant! 🤖 #AI #Startup"}'

# 4. Post as organization (use SDK workaround)
# → Run org-post.mjs script

# 5. Engage with relevant industry posts
pdauth call linkedin.linkedin-create-comment \\
  --user telegram:5439689035 \\
  --args '{"instruction": "Comment on urn:li:share:XXXXX: Great perspective on AI safety!"}'

### Files & Configuration

FilePurpose~/.config/pdauth/config.jsonPipedream credentials~/.openclaw/workspace/pdauth/pdauth CLI source~/.openclaw/workspace/skills/pdauth/SKILL.mdpdauth skill reference

### See Also

pdauth skill — OAuth management for all Pipedream apps
Pipedream MCP — Browse all available integrations
LinkedIn API Docs — Official API reference
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: G9Pedro
- 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-05-05T00:43:02.381Z
- Expires at: 2026-05-12T00:43:02.381Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/linkedin-pipedream)
- [Send to Agent page](https://openagent3.xyz/skills/linkedin-pipedream/agent)
- [JSON manifest](https://openagent3.xyz/skills/linkedin-pipedream/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/linkedin-pipedream/agent.md)
- [Download page](https://openagent3.xyz/downloads/linkedin-pipedream)