Yt Strategy Agent banner
jackson-video-resources jackson-video-resources

Yt Strategy Agent

Communication community

Description

One-shot onboarding prompt: spin up a 24/7 agent that turns YouTube traders' last 5 videos into a living strategy doc.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

YT Strategy Agent

A 24/7 system that watches a list of YouTube channels and turns the last 5 videos from each into a living trading-strategy document — automatically updated as new videos drop.

For every channel you watch, you get:

  • strategy.md — the deduced strategy in plain English
  • rules.json — structured buy rules, sell rules, risk notes, timing notes
  • changelog.md — append-only log of when the strategy shifts
  • trades.md — executed trades the host called out
  • videos/.md — per-video extracted notes + transcript

Plus an **email alert** to your inbox (sent from your own Gmail) whenever:

  • a new video drops
  • the deduced strategy shifts
  • a new trade is called out

Newer videos are weighted more heavily, similar rules are grouped automatically, and strategy changes get flagged the moment they happen.

How to set it up

This repo is designed to be set up by an AI agent walking you through it.

  1. Install Claude Code (or any agent CLI of your choice).
  2. Make a fresh empty folder, cd into it, start Claude Code.
  3. Paste the entire contents of `PROMPT.md` as your first message.
  4. Follow along — the agent opens browser tabs, runs commands, and gets you live in about 20 minutes.

Currently macOS only. Windows and Linux versions coming.

What it costs

  • Hostinger KVM 2 VPS: ~£6/month — get your account here
  • Anthropic API: ~£0.10–£0.50/month for typical use
  • YouTube Data API: free
  • Apify (transcript fetcher): a few pence/month — sign up here
  • Email alerts: free — sent from your own Gmail

How it works under the hood

every 10 min:
  for each channel in channels.yaml:
    fetch latest 5 video IDs
    for any new video:
      pull transcript
      Claude extracts strategy / rules / risk / timing / executed trades
      detect strategy shifts vs prior state → cha