Projects I Built for Fun

Problems I had. Things I built. Most don't make it to GitHub, but these did.

Active
OpenClaw Pipelines

Several fully autonomous pipelines built on OpenClaw, none require manual intervention once running.

  • Daily automated reporting pipeline
  • Video content generation and publishing workflow
  • Website automation and management pipeline
  • Ongoing income-opportunity discovery pipeline
OpenClaw Automation Python AI Pipelines
GitHub
CS2 Clip Trimmer

Upload a CS2 .mp4 clip, it automatically trims to kill moments using computer vision on the top-right kill feed.

  • Scans red-border kill indicators via frame analysis
  • Custom buffer time before/after each kill
  • Full-span mode: first kill to last kill only
  • Works on standard and stretched resolution clips
Python OpenCV FFmpeg Computer Vision
GitHub
Crypto Trading Bot

Market-making strategy bot running on Hummingbot, deployed on a Raspberry Pi. Trades 5 coins simultaneously.

  • Pure market-making core with live candle pattern matching via Tickr
  • Dynamic spread and order size adjustments based on volatility
  • Trades BTC, ETH, and 3 altcoins concurrently
  • ITU statistical pattern correlation for entry/exit signals
Python Hummingbot Tickr Raspberry Pi Market Making
GitHub
PowerPoint Text Scraper

Professors highlight exam-critical content in red or blue. This tool extracts all of it automatically.

  • Scrapes all red and blue text from .pptx files
  • Outputs each excerpt with its corresponding slide number
  • Formats results into a clean .txt file
  • Single CLI command, drop file in directory and run
Python python-pptx CLI