Sharing some simple agents I’ve built since shutting down my clawdbot instance:

  1. job tracker agent - i give it the JD and it parses it to add to my google spreadsheet. i have plans to make this more autonomous and go beyond job tracking and into opportunity sourcing
  2. appsumo agent - resurrected from my original clawdbot. manages a google spreadsheet that keeps track of my appsumo purchases, especially refund deadlines (60 days from purchase)
  3. link manager agent - classically a “bookmark manager” akin to pocket or read it later. Writes to dedicated Obsidian vault with a vector database for LLM stuff. Bot runs on my VPS but manages the Obsidian on my dedicated AI machine (mac mini). Potential to expand into a “second brain”.
    1. side note 1: I decided to do this in Obsidian over Notion, which I am using to organize most things in my life.
    2. side note 2: most of this project was actually thinking about what I wanted from a “second brain” (coined by Tiago Forte) especially in the age of gen AI. I decided I want a place to dump all the links I find but never actually read so that when I remember that one obscure thing i saw, I can search for it like a private search engine
  4. Personal finance agent - connected to YNAB (budgeting app) and Kubera (net worth management app). This one is brand new. Getting closer to having a chat interface into my finances


All these run on my VPS and I access them through Telegram because Telegram bots are so easy to build.
I have more ideas but I think I want to start building an orchestrator to manage all these and to act as my AI assistant

Simple AI Agents in Practice