用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/johnalbertini14-glitch/openclaw-skills --skill linkedin-poster命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | linkedin-poster |
| description | Post updates to the user's LinkedIn profile via OAuth. |
| metadata | {"openclaw":{"skillKey":"linkedin-poster","requires":{"env":["LINKEDIN_CLIENT_ID","LINKEDIN_CLIENT_SECRET"]},"invocation":{"policy":"on-demand","triggers":[{"pattern":"post to linkedin"},{"pattern":"share on linkedin"},{"pattern":"linkedin post"},{"pattern":"post to linkedin org"},{"pattern":"linkedin company post"}]}}} |
Post text updates to your LinkedIn profile directly from OpenClaw.
https://linkedin-oauth-server-production.up.railway.app/callbackAdd to your openclaw.json:
{
"plugins": {
"env": {
"LINKEDIN_CLIENT_ID": "your_client_id",
"LINKEDIN_CLIENT_SECRET": "your_client_secret"
}
}
}
The first time you use the skill, it will:
Send a message to OpenClaw:
post to linkedin: Just shipped a new feature! 🚀
Or:
share on linkedin: Excited to announce our new product launch!
node skills/linkedin-poster/runner.cjs "Your message here"
To post to a LinkedIn Company Page where you are an admin:
node skills/linkedin-poster/runner.cjs "Company update!" --org "My Company Name"
The skill will fuzzy search your administered organizations and post to the best match.
Note: You must have the w_organization_social permission (Marketing API/Company Page Management) enabled in your LinkedIn App settings for this to work.
This skill uses a hosted callback server at:
https://linkedin-oauth-server-production.up.railway.app
The server handles OAuth callbacks securely and works for anyone using the skill.
Ensure https://linkedin-oauth-server-production.up.railway.app/callback is added to your LinkedIn app's Redirect URLs.
The skill waits 60 seconds. Try again and authorize faster.
Run the skill again - it will automatically start a new OAuth flow.