name: video description: Analyzes YouTube trading videos to extract Pine Script specifications. Provide a YouTube URL and get a detailed breakdown of the strategy or indicator. disable-model-invocation: true argument-hint: [youtube-url] allowed-tools: Bash, Read
YouTube Video Analysis
Analyzing YouTube video to extract trading strategy specifications.
Instructions
When this skill is invoked with a YouTube URL:
-
Run the video analyzer immediately:
python tools/video-analyzer.py "$ARGUMENTS" -
Show the analysis results to the user, including:
- Video title and author
- Detected script type (indicator/strategy)
- Complexity score
- Key indicators and patterns identified
- Entry/exit conditions extracted
- Suggested features
-
Confirm with the user:
- "Does this capture the strategy correctly?"
- "Would you like me to adjust anything before implementing?"
-
Proceed to implementation using pine-developer skill
Command Options
If standard analysis fails:
# Force Whisper transcription (slower but works without captions)
python tools/video-analyzer.py "$ARGUMENTS" --whisper
# Use larger model for better accuracy
python tools/video-analyzer.py "$ARGUMENTS" --whisper --model medium
Error Handling
If video analyzer fails:
- Check if it's a valid YouTube URL
- Try with
--whisperflag - If still failing, ask user to describe the strategy manually
Post-Analysis
After confirming the analysis:
- Create a project file in
projects/ - Use pine-developer to implement the extracted strategy
- Add debugging tools for verification
Related skills
Prompt Engineering
Data & AI
Prompt engineering best practices and templates to maximize AI outputs.
claudeCursorWindsurf+1beginner
289
78
911
Data Visualization
Data & AI
Generates data visualizations and charts tailored to your data.
claudeCursorWindsurfintermediate
198
56
744
RAG Architecture Setup
Data & AI
Setup guide for RAG (Retrieval-Augmented Generation) architectures.
claudeCursorWindsurfadvanced
167
51
703