chart-trading-learner

Extracts trading-rule summaries from YouTube video transcripts.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/HyunJunPark/claude-skills --skill chart-trading-learner
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: chart-trading-learner
Source: https://github.com/HyunJunPark/claude-skills/tree/main/chart-trading-learner
Command: npx skills add https://github.com/HyunJunPark/claude-skills --skill chart-trading-learner

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill requires yt-dlp, youtube-transcript-api, google-generativeai, defuddle, and includes scripts (resource) components.

What problem does it solve?

This skill automates the extraction and structuring of actionable chart-based trading strategies described in YouTube videos, enabling reuse in memory for later stock analysis.

Core Features & Use Cases

  • Transcript extraction from YouTube videos via multiple backends
  • Strategy analysis: identify entry/exit rules, indicators, risk management
  • Memory storage: save structured methods to Claude memory and index for reuse

Quick Start

Submit a YouTube video URL to learn its chart trading method and save the structured strategy to memory.

Frequently Asked Questions about chart-trading-learner

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

FAQPage Schema
How do I extract trading strategies from YouTube video transcripts?โ–ผ

You can extract trading strategies from YouTube video transcripts by submitting the video URL to automatically pull transcripts, identify entry/exit rules and risk management criteria, and save the structured method to memory.

Can I save chart trading rules from videos to Claude memory for later analysis?โ–ผ

Yes, you can save chart trading rules to Claude memory. The skill structures extracted video insights into reusable rules with clear entry/exit criteria and indexes them for later market analysis.

What is the best way to automate learning chart patterns from YouTube trading videos?โ–ผ

Automating chart pattern learning from YouTube trading videos is best done by combining transcript extraction with feature analysis to isolate actionable indicators and preserve them as structured memory rules.

Does the transcript extraction still work if a YouTube video has no subtitles?โ–ผ

Transcript extraction includes robust fallbacks for missing transcripts via multiple backends like yt-dlp and youtube-transcript-api, ensuring strategy analysis can still proceed when subtitles are unavailable.

How do I apply extracted chart trading rules to different markets and timeframes?โ–ผ

Extracted chart trading rules are structured with clear entry/exit criteria and risk management parameters, allowing you to directly apply the saved memory rules to applicable markets and timeframes.

Do I need google-generativeai to analyze trading video transcripts?โ–ผ

Yes, google-generativeai is required as a dependency to process the extracted transcripts, perform feature extraction, and generate the structured trading strategy rules saved to memory.