Original Reddit post

After seeing all the OpenClaw/NemoClaw/etc agent frameworks pop up, I wanted to see how far I could get with just Claude Code itself — no extra runtimes, no external LLM APIs, no orchestration layer. Just the $100/month Max Plan, a Telegram bot, and a md file. Turns out, pretty far. It runs 24/7 on my desktop and handles:

  • Morning briefings (weather, forex, AI news)
  • AI model monitoring (scans 60+ orgs on HuggingFace daily with 7 parallel agents)
  • Note-taking from Telegram to Notion + local markdown
  • Voice messages via ElevenLabs
  • Git ops (commit, push, PRs)
  • YouTube video analysis (transcribe + LLM report)
  • Self-healing crons that recreate themselves when they expire
  • RAG memory with embeddings for context across sessions The whole “brain” is a single md file. The only custom code is a ~700 line Flask server for persistent memory. Everything else is Claude Code doing its thing with MCP plugins. Want to try it? The entire system bootstraps from a single setup md file — download it, pass it to a fresh Claude Code session, and it walks through every step autonomously. You just approve and follow along. No ToS violations, no API key juggling between providers for the core AI, no agent framework dependencies. One plan, one CLI, one setup file. Writeup + architecture + setup guide are in the link in the comments Happy to answer questions about the setup. https://github.com/missingus3r/friday-showcase submitted by /u/BillHaunting

Originally posted by u/BillHaunting on r/ArtificialInteligence