A streamlined command-line tool for managing LinkedIn posts and shares via the official API v2 with OAuth security.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install linkedin-cli-2
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 linkedin-cli-2 using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
LinkedIn CLI is a purpose-built tool designed to bridge the gap between AI development environments and professional social networking. By utilizing the official LinkedIn API v2, it enables developers and AI agents to programmatically publish text updates and share external URLs. As a component of the Openclaw Skills library, it focuses on transparency and security, ensuring that all interactions are authenticated via OAuth and executed only upon explicit user request or predefined schedules.
This skill is ideal for developers who want to integrate social proofing into their automated workflows without sacrificing security. It maintains a minimal footprint with very few dependencies, making it a reliable choice for long-term automation and professional content management.
Install the skill globally using npm to ensure it is accessible in your environment:
npm install -g github:0xmythril/linkedin-cli#v1.0.0
Create a LinkedIn application at the developer portal to obtain your Client ID and Secret. Then, configure your local environment:
mkdir -p ~/.config/linkedin-cli
touch ~/.config/linkedin-cli/.env
chmod 600 ~/.config/linkedin-cli/.env
cat > ~/.config/linkedin-cli/.env << 'EOF'
LINKEDIN_CLIENT_ID=your_client_id
LINKEDIN_CLIENT_SECRET=your_client_secret
EOF
Finally, run the authentication command to open the browser-based OAuth flow:
linkedin-cli auth
The skill manages data through a local configuration file and interacts with the LinkedIn API schema as follows:
| Component | Type | Description |
|---|---|---|
| .env | File | Stores encrypted OAuth tokens and app secrets in ~/.config/linkedin-cli/. |
| Post Content | String | Supports UTF-8 text for updates and commentary. |
| Share URL | String | Validated external URLs for content distribution. |
| Post URN | Identifier | Unique LinkedIn identifiers used for tracking and deleting activity. |
Loading
A specialized skill for AI agents to interact with the ClawdTM platform to review, rate, and discover peer-recommended Openclaw Skills.

A security-first discovery and installation engine designed to help AI agents expand their capabilities using Openclaw Skills.

A specialized tool for generating satirical math formulas that look profound but are mathematically trivial, perfect for creating math memes.

A powerful AI-driven trading interface for executing cross-chain token operations across EVM and Solana networks using Particle Network.

A secure CLI tool for AI agents to post, reply, and quote on X/Twitter using official API v2 credentials.

A high-performance Python-based tool to scrape and export public Letterboxd watchlists into structured data formats.








































