peilingjiang/skills
English | 中文
A collection of Claude Code skills for learning and productivity.
Skills
| Skill | Description | Usage | | ---------------- | ----------------------------------------------------------------------------------------- | -------------------------------------------- | | /watch-youtube | Your agent can watch YouTube videos and extract knowledge from them, so you don't have to | Learn from https://youtube.com/watch?v=abc |
/watch-youtube
| What you say | What happens | | -------------------------------- | ------------------------------------------------------------- | | Check out this tutorial: [URL] | Extracts and presents key steps, concepts, and tips | | Save this as a skill: [URL] | Creates a reusable skill file from the video(s) | | Watch videos about kubernetes | Searches YouTube and watches top 3 results, combines insights |
Setup: Let the agent install the dependencies automatically or pip install youtube-transcript-api requests beautifulsoup4
---
Installation
Option 1: npx skills (Recommended)
npx skills add https://github.com/peilingjiang/skills --skill watch-youtube
Option 2: Claude Code Marketplace
/plugin marketplace add peilingjiang/skills
Option 3: Manual
git clone https://github.com/peilingjiang/skills ~/.claude/plugins/peilingjiang-skills










