ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Linkedin Video Dl

Skill by jpnarchi

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/jpnarchi/linkedin-video-dl
Or

SKILL.md

linkedin-video-dl

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.

Setup (once)

cd linkedin-video-dl && go build -o linkedin-video-dl .

Or install globally:

go install .

Common commands

Download video: linkedin-video-dl "<post-url>"

Example

linkedin-video-dl "https://www.linkedin.com/posts/midudev_anthropic-ha-acusado-a-deepseek-activity-7432111870431449089-9evi"

Notes

  • 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.

Metadata

Author@jpnarchi
Stars1865
Views1
Updated2026-03-03
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-jpnarchi-linkedin-video-dl": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.