archiving-clipping-media

Download external media from clippings into local storage with relative paths.

Updated Jul 13, 2023
One-click install
npx skills add https://github.com/ziyunli/quartz --skill archiving-clipping-media
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: archiving-clipping-media
Source: https://github.com/ziyunli/quartz/tree/main/.claude/skills/archiving-clipping-media
Command: npx skills add https://github.com/ziyunli/quartz --skill archiving-clipping-media

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires yt-dlp, curl, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of downloading and localizing external media files (images, videos, audio) linked within private clippings, ensuring content availability and preserving it for offline use.

Core Features & Use Cases

  • Media Localization: Downloads external media and replaces URLs with local relative paths.
  • Offline Preservation: Ensures content remains accessible even if external sources change or disappear.
  • Use Case: When you find an insightful article with embedded videos and images, use this Skill to download them into your private notes, so you can study them later without relying on the original website.

Quick Start

Use the archiving-clipping-media skill to download all external images and videos from the current clipping into the local assets folder.

Frequently Asked Questions about archiving-clipping-media

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I download and localize external media from markdown clippings for offline access?

Localize external media by downloading images, videos, and audio from private clippings into local storage. The Skill replaces external URLs with relative markdown paths, ensuring offline accessibility and content preservation.

What media link patterns are supported when archiving clipping media?

Supported media link patterns include Markdown images, HTML video/audio tags, and YouTube/Vimeo embeds. The Skill identifies these external links within clippings and downloads the corresponding media assets locally.

Do I need yt-dlp and curl installed to download embedded videos and audio?

Yes, yt-dlp and curl are required dependencies for downloading embedded videos and audio. The Skill relies on these tools to fetch external media assets and localize them into your private notes.

Can I save YouTube and Vimeo embeds locally to preserve content in my notes?

Yes, you can save YouTube and Vimeo embeds locally. The Skill handles these specific video embed patterns, downloads the media, and updates the clipping with relative markdown paths for offline study.

Why does localizing external media links prevent broken images and videos in saved clippings?

Localizing external media prevents broken links by downloading assets into local storage and replacing external URLs with relative paths. This ensures content remains accessible even if the original external sources change or disappear.

What is the best way to automate downloading images and videos from web clippings?

Automate downloading images and videos by running the archiving-clipping-media Skill on your current clipping. It automatically fetches external assets and saves them into a local assets folder for offline use.