Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Download videos from public LinkedIn posts as MP4 files without authentication or dependencies, saving them at the best available quality.
Download videos from public LinkedIn posts as MP4 files without authentication or dependencies, saving them at the best available quality.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
Use linkedin-video-dl to download videos from LinkedIn posts. Takes a public post URL and saves the MP4 video to the current directory. No authentication required for public posts.
cd linkedin-video-dl && go build -o linkedin-video-dl . Or install globally: go install .
Download video: linkedin-video-dl "<post-url>"
linkedin-video-dl "https://www.linkedin.com/posts/midudev_anthropic-ha-acusado-a-deepseek-activity-7432111870431449089-9evi"
Only works with public LinkedIn posts that contain video. No authentication or API keys needed. Zero external dependencies โ built entirely with Go's standard library. Videos are downloaded from LinkedIn's CDN (dms.licdn.com) at the best available quality. Downloads use a temporary .tmp file and rename on completion โ safe to interrupt without leaving corrupt files. Output filename is derived from the post URL slug (truncated to 80 chars). If a file with the same name already exists, the download is skipped to avoid overwriting. Progress bar is shown during download with percentage, downloaded size, and total size.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.