返回顶部
l

linkedin

Use when you need to post content to LinkedIn, including text posts, image posts, and #BuildInPublic updates. Handles text-only and image posting via the LinkedIn UGC API through the linkedin channel extension. Triggers on phrases like "post to LinkedIn", "share on LinkedIn", "LinkedIn update", "publish to my feed", "build in public post".

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
210
下载量
0
收藏
概述
安装方式
版本历史

linkedin

# LinkedIn Posting ## Overview Post text and images to LinkedIn via the `message` tool using the linkedin channel. Supports text-only posts, image posts (local files or URLs), and #BuildInPublic updates. ## Prerequisites The linkedin channel must be configured in `channels.linkedin` with: - `accessToken`: OAuth 2.0 token with `w_member_social` scope - `personUrn`: Your LinkedIn person URN (e.g. `urn:li:person:Abc123`) ## Posting Text Use the `message` tool to send a text post: ``` message send --channel linkedin --text "Your post content here" ``` The post goes to the authenticated user's LinkedIn feed as a public post. ## Posting with Images Two-step process: 1. **Create the image** — generate or locate the image file (PNG/JPG/GIF/WebP) 2. **Post with image** — use `message send` with the `--media` flag: ``` message send --channel linkedin --text "Post caption" --media /path/to/image.png ``` Supported image sources: - Local file paths: `/Users/david/image.png` - `file://` URLs: `file:///Users/david/image.png` - Remote URLs: `https://example.com/image.png` ## Image Upload Flow (internals) The extension handles a 3-step LinkedIn UGC API flow automatically: 1. Register upload → gets `uploadUrl` + `asset` URN 2. PUT binary to `uploadUrl` 3. Create UGC post with `asset` reference You don't need to manage this — just provide the image path. ## Best Practices - **Always confirm** post content with the owner before posting - **Keep posts concise** — LinkedIn favors 150-300 word posts - **Add hashtags** at the end, not inline (3-5 max) - **For #BuildInPublic**: include what you built, what you learned, a visual - **Image sizing**: 1200x627px for link previews, 1080x1080 for square posts - **Never post** without explicit owner approval ## Post Templates ### #BuildInPublic Update ``` 🚀 [What you built today] [2-3 sentences about what it does and why it matters] Tech stack: [list] [Screenshot or diagram] #BuildInPublic #[topic] #[tech] ``` ### Project Milestone ``` ✅ [Milestone achieved] [Brief context — what, why, how] Key learnings: → [Learning 1] → [Learning 2] → [Learning 3] Next up: [what's coming] #[project] #[topic] ``` ### Technical Deep-Dive ``` 💡 TIL: [Thing you learned] [Explanation in 2-3 paragraphs] [Code snippet or diagram if relevant] #TIL #[topic] #[tech] ``` ## Troubleshooting | Error | Cause | Fix | |---|---|---| | 401 Unauthorized | Token expired | Re-authenticate, update `channels.linkedin.accessToken` | | 403 Forbidden | Missing `w_member_social` scope | Re-create OAuth app with correct scopes | | Image upload 400 | File too large (>10MB) | Compress image before uploading | | Empty postUrn | API didn't return ID | Post likely succeeded — check LinkedIn feed |

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 linkedin-poster-1776129301 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 linkedin-poster-1776129301 技能

通过命令行安装

skillhub install linkedin-poster-1776129301

下载 Zip 包

⬇ 下载 linkedin v1.0.0

文件大小: 2.74 KB | 发布时间: 2026-4-17 15:14

v1.0.0 最新 2026-4-17 15:14
Text + image posting via native LinkedIn channel extension. Uses official UGC API — no cookies, no paid service.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部