
ai-tutor
Use when user asks to explain, break down, or help understand technical concepts (AI, ML, or other t
作者 ShawhinT|オープンソース
ai-tutor-skill
A Claude skill for explaining complex AI and ML concepts in accessible, plain English. This skill transforms abstract technical ideas into clear explanations using structured narrative frameworks, making it ideal for teaching and learning technical topics.
Resources:
Requirements
- Python: >= 3.12
- Package Manager: uv
- Dependencies: youtube-transcript-api (installed automatically)
Setup
-
Clone the repository:
git clone <repository-url> cd ai-tutor-skill -
Install dependencies:
uv sync
Important Note: YouTube Transcript Limitations
The YouTube transcript functionality only works when Claude Code is running locally.
YouTube blocks requests from Claude's servers, so transcript extraction will fail when using Claude Code in cloud/remote mode. To use this feature, ensure you're running Claude Code on your local machine.