A specialized skill for programmatically sharing text updates to LinkedIn personal profiles and company pages via OAuth 2.0.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install openclawlinkedinposterskill
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install openclawlinkedinposterskill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
LinkedIn Poster is a robust integration designed for the Openclaw Skills ecosystem that simplifies professional social media management. It allows users to broadcast updates to their professional network directly through their AI agent or command-line interface. By utilizing secure OAuth 2.0 authentication, it eliminates the need for manual logins, providing a streamlined way to maintain an active LinkedIn presence.
This skill is particularly valuable for developers and marketers who want to integrate social sharing into their automated workflows. Whether you are posting a quick update from a mobile device via WhatsApp or triggering a company announcement from a CI/CD pipeline, this addition to your Openclaw Skills library ensures consistent and professional communication.
https://linkedin-oauth-server-production.up.railway.app/callback as a valid redirect URL.openclaw.json file:{
"plugins": {
"env": {
"LINKEDIN_CLIENT_ID": "your_client_id",
"LINKEDIN_CLIENT_SECRET": "your_client_secret"
}
}
}
node skills/linkedin-poster/runner.cjs "Initial authorization post"
The skill manages environment configuration and local token persistence to ensure continuous operation within the Openclaw Skills framework.
| Variable | Type | Description |
|---|---|---|
| LINKEDIN_CLIENT_ID | Env Var | The unique client ID from the LinkedIn Developer Portal |
| LINKEDIN_CLIENT_SECRET | Env Var | The client secret used for OAuth token exchanges |
| Access Token | File | A locally cached token with a 60-day expiry window |
| --org | Argument | Optional flag for specifying a company page via name matching |
Loading
Automatically synchronize and configure Google Antigravity models and API quotas for your AI agent environment.

A high-performance web search integration for AI agents powered by Alibaba's Bailian API.

A high-performance retrieval tool for accessing vectorized proprietary data hosted on Alibaba ModelStudio for AI agents.

A bidirectional synchronization tool that converts Figma designs into production-ready React and React Native code while maintaining design token consistency.

A versatile AI skill for generating decentralized images, videos, and 360-degree turnarounds using Sogni AI's high-performance network.

A powerful CLI tool for generating decentralized AI images and videos through the Openclaw Skills framework.








































