A zero-dependency Go utility for downloading MP4 videos from public LinkedIn posts without requiring authentication.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install linkedin-video-dl
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-video-dl using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
linkedin-video-dl is a lightweight and efficient command-line tool designed to fetch video content directly from LinkedIn's content delivery network. As a part of the Openclaw Skills collection, this tool prioritizes speed and simplicity by utilizing Go's standard library, meaning it requires no external dependencies or complex API configurations.
This skill is particularly valuable for users who need to archive professional video content, collect marketing assets, or facilitate offline viewing of industry presentations. Because it works with public URLs, it eliminates the friction of managing session cookies or authentication tokens, providing a seamless experience for automated or manual video retrieval.
To get started with this skill, ensure you have Go installed on your system. You can build the binary locally or install it globally using the following commands:
# Navigate to the skill directory and build
cd linkedin-video-dl && go build -o linkedin-video-dl .
# Alternatively, install the skill globally
go install .
The tool manages data through atomic file operations to prevent corruption. The following table describes the data handling characteristics:
| Attribute | Description |
|---|---|
| Output Format | High-quality MP4 |
| Naming Convention | URL-slug-based (truncated to 80 characters) |
| Transfer Logic | Atomic downloads using .tmp extensions |
| Error Handling | Skips download if the target filename already exists |
Loading
A comprehensive command-line interface for managing Canvas LMS data, including courses, grades, assignments, and file submissions.

A specialized research tool for discovering, de-duplicating, and citing academic papers across global scholarly databases.

A smart documentation agent that captures critical infrastructure and project changes at the end of every session while filtering out irrelevant noise.

The official command-line interface for managing high-performance Hetzner Cloud resources including servers, networks, volumes, and load balancers.

A foundational utility designed to verify and validate the integration of AI agents within the Openclaw Skills ecosystem.

A streamlined collection of command-line scripts for downloading WeChat articles as text and YouTube videos as high-quality audio files.








































