技能 linkedin-automation
📦

linkedin-automation

安全

Automate LinkedIn Posts and Profile Management

Save time by automating LinkedIn post creation, profile management, and engagement tasks through Composio's LinkedIn toolkit. Streamline social media workflows without leaving your development environment.

支援: Claude Codex Code(CC)
🥉 74 青銅
1

下載技能 ZIP

2

在 Claude 中上傳

前往 設定 → 功能 → 技能 → 上傳技能

3

開啟並開始使用

測試它

正在使用「linkedin-automation」。 Create a LinkedIn post saying 'Hello world!'

預期結果:

Successfully created LinkedIn post with ID 'urn:li:activity:1234567890'. The post is now live on your profile.

正在使用「linkedin-automation」。 Get my LinkedIn profile info

預期結果:

Retrieved profile for John Doe: URN 'urn:li:person:ABC123', Headline 'Senior Developer', Location 'San Francisco Bay Area'.

正在使用「linkedin-automation」。 Upload an image and create a post with it

預期結果:

Registered image upload, uploaded binary data, and created post 'urn:li:activity:9876543210' with image asset 'urn:li:digitalmediaAsset:C123E456'. Image is now visible on the post.

安全審計

安全
v1 • 2/25/2026

All 44 static analysis findings are false positives from markdown documentation. The external_commands flags are backtick characters in code blocks, network finding is legitimate documentation of MCP endpoint, weak_crypto flags are false matches on tool names, and system_reconnaissance flags are documentation of LinkedIn API URN formats. No executable code present. This is safe documentation for LinkedIn API workflows.

1
已掃描檔案
181
分析行數
0
發現項
1
審計總數
未發現安全問題
審計者: claude

品質評分

38
架構
100
可維護性
87
內容
50
社群
100
安全
91
規範符合性

你能建構什麼

Scheduled Content Publishing

Marketing professionals automate LinkedIn post creation and publishing as part of content workflows, maintaining consistent social media presence without manual intervention.

Company Profile Management

Social media managers retrieve and update company page information, post updates on behalf of organization pages, and manage engagement from within Claude Code.

Developer Integration

Developers integrate LinkedIn posting capabilities into custom automation pipelines, triggering social media updates based on events or deployments.

試試這些提示

Create a simple LinkedIn post
Create a LinkedIn post with the text: 'Excited to share our latest product update! Check out our new features.' Make it visible to my connections.
Post with image attachment
Help me post to LinkedIn with an image. The text should be 'Behind the scenes at our team meetup!' and the image is at /path/to/team-photo.jpg. Make it public.
Retrieve profile and company information
Get my LinkedIn profile information and also fetch details for company ID 12345678. Show me the key details from both.
Comment on a post by ID
Add a comment 'Great insights! Thanks for sharing.' to LinkedIn post with ID 'urn:li:activity:1234567890'. My URN is 'urn:li:person:ABC123'.

最佳實務

  • Always call RUBE_SEARCH_TOOLS first to retrieve the current tool schemas before using any LinkedIn operations
  • Verify LinkedIn connection status is ACTIVE before attempting any operations by calling RUBE_MANAGE_CONNECTIONS
  • Use explicit visibility settings ('PUBLIC' or 'CONNECTIONS') rather than relying on defaults to ensure posts reach intended audience
  • Implement backoff strategies when creating multiple posts or comments to respect LinkedIn API rate limits and avoid 429 errors

避免

  • Do not skip the RUBE_SEARCH_TOOLS step as tool schemas may change and using outdated parameters will cause operations to fail
  • Do not use partial IDs or vanity URLs instead of full URN formats when referencing posts, users, or organizations
  • Do not create posts or comments in rapid succession without delays as this will trigger LinkedIn rate limits and may result in temporary throttling
  • Do not assume OAuth tokens are valid indefinitely; re-authenticate if API calls return 401 errors indicating expired credentials

常見問題

Do I need a LinkedIn API key?
No. This skill uses Rube MCP which handles LinkedIn OAuth authentication. You just need to authenticate via the RUBE_MANAGE_CONNECTIONS workflow.
Can I post on behalf of other users?
No. This skill can only post and manage content for the authenticated user account or company pages where you are an admin.
Why did my post creation fail with a URN error?
You must call LINKEDIN_GET_MY_INFO first to retrieve your profile URN, then use that URN as the actor parameter when creating posts or comments.
What image formats are supported?
LinkedIn typically supports JPG, PNG, and GIF formats. Images must be uploaded via the two-step process: register upload, then upload binary data.
How do I avoid rate limiting issues?
Implement delays between posts, monitor for 429 status codes, and respect the Retry-After header. LinkedIn has strict daily limits on posts and comments.
Can I schedule posts for future publication?
No. The LinkedIn API does not support scheduled posting. Posts are published immediately upon creation. Use external scheduling tools if needed.

開發者詳情

檔案結構

📄 SKILL.md