This repository contains Claude AI skills for various tasks.
Location: media-downloader/
Source: https://github.com/yizhiyanhua-ai/media-downloader
A Claude skill for automatically searching and downloading images, videos, and YouTube content based on user descriptions, with built-in video trimming capabilities.
Features:
- Search and download images from professional stock libraries
- Get free commercial-use video footage
- Download and trim YouTube videos
- Auto-crop to desired lengths
Usage Examples:
- "Download 5 starry sky images"
- "Find me a 15-second ocean wave video"
Location: remotion-skills/skills/remotion/
Source: https://github.com/remotion-dev/skills
Agent skills for Remotion development - providing best practices for creating videos programmatically with React.
Features:
- 3D content using Three.js
- Fundamental animation skills
- Importing assets (images, videos, audio, fonts)
- Audio handling
- Dynamic metadata calculation
- Charts and data visualization
- Compositions
- Displaying captions
- GIFs and Lottie animations
- Measuring DOM nodes and text
To clone this repository with all submodules:
git clone --recursive https://github.com/amazinglvxw/skills.gitIf you've already cloned the repository, initialize the submodules:
git submodule update --init --recursiveTo add a new skill as a submodule:
git submodule add <repository-url> <directory-name>
git commit -m "Add <skill-name> skill"
git push