Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Skills Repository

This repository contains Claude AI skills for various tasks.

Installed Skills

1. Media Downloader

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"

2. Remotion Best Practices

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

Installation

To clone this repository with all submodules:

git clone --recursive https://github.com/amazinglvxw/skills.git

If you've already cloned the repository, initialize the submodules:

git submodule update --init --recursive

Adding New Skills

To add a new skill as a submodule:

git submodule add <repository-url> <directory-name>
git commit -m "Add <skill-name> skill"
git push

About

skills in box

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors