/install linkedin-post-openclaw-browser
linkedin-post
Use this skill for LinkedIn feed posts.
Prerequisites:
- OpenClaw CLI is installed
- OpenClaw browser automation is enabled
- the chosen browser profile is already logged into LinkedIn
- a gateway token is available either through
OPENCLAW_GATEWAY_TOKENor anopenclaw.jsonconfig file
Keep the workflow strict:
- Confirm the user wants a feed post, not an article.
- Finalize the post copy first.
- Prepare the composer and fill the content.
- Only click Post after explicit user approval.
Workflow
1. Finalize the copy
Do not open the composer until the copy is settled enough to paste.
If the user is still iterating on tone or structure, finish that first.
2. Prepare the browser session
Use OpenClaw browser CLI, not manual shell hacks.
The environment may need the gateway token even when browser support is enabled.
The helper script reads the token in this order:
OPENCLAW_GATEWAY_TOKEN- the file passed with
--config ~/.openclaw/openclaw.json
If browser commands fail unexpectedly, check:
- the browser profile is correct and already logged into LinkedIn
- a gateway token is present
openclaw browser status --profile \x3Cprofile>succeeds
3. Use the helper script
Use scripts/linkedin_post.py for the normal workflow. It:
- starts the browser profile if needed
- opens the LinkedIn feed share modal
- finds the composer textbox from the snapshot
- fills the content
- optionally clicks Post
Prepare only
python3 scripts/linkedin_post.py --content-file /tmp/linkedin_post.txt
or
cat /tmp/linkedin_post.txt | python3 scripts/linkedin_post.py
If the token is not already exported, pass a config file explicitly:
python3 scripts/linkedin_post.py --content-file /tmp/linkedin_post.txt --config ~/.openclaw/openclaw.json
This fills the post body and stops before publishing.
Publish after approval
python3 scripts/linkedin_post.py --content-file /tmp/linkedin_post.txt --publish
Only run --publish after the user clearly says to post it.
Safety rule
Preparing the composer is reversible. Publishing is external side effect.
Before --publish, make sure the user has already approved:
- the exact body text
- any link included in the post
- that this should go to LinkedIn now
If approval is ambiguous, stop at prepare-only mode and ask.
Notes
- This skill is for
https://www.linkedin.com/feed/?shareActive=true, not LinkedIn article publishing. - LinkedIn article pages such as
/post/new/or/article/new/are different flows. Do not confuse them with feed posting. - The skill depends on the
openclawCLI binary and browser subcommands being available on the host. - The skill assumes LinkedIn authentication already exists in the selected browser profile. It does not perform account login or two-factor setup.
- After filling the body, re-snapshot if needed to confirm link unfurl and that the Post button is enabled.
- If refs change, re-run snapshot and let the helper script rediscover them instead of hardcoding stale refs.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install linkedin-post-openclaw-browser - 安装完成后,直接呼叫该 Skill 的名称或使用
/linkedin-post-openclaw-browser触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
LinkedIn Post 是什么?
Draft, prepare, and publish LinkedIn feed posts through OpenClaw browser automation. Use when a user wants to turn approved post copy into a real LinkedIn fe... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 70 次。
如何安装 LinkedIn Post?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install linkedin-post-openclaw-browser」即可一键安装,无需额外配置。
LinkedIn Post 是免费的吗?
是的,LinkedIn Post 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
LinkedIn Post 支持哪些平台?
LinkedIn Post 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 LinkedIn Post?
由 Kanto(칸토)(@yonghyeokrhee)开发并维护,当前版本 v1.0.1。