TEJASWA SHARMA
AIClaude API2025

ClawBot — AI Personal Automation

Personal automation agent built on the Claude API — runs daily via cron, handles expense parsing, habit tracking, and task scheduling. Also my main playground for agentic patterns.

Overview

ClawBot is a personal life-management agent built on the Claude API. It runs on cron, ingests structured config files, and acts as a proactive accountability layer for habits, savings, and upskilling.

Architecture

Six configuration files drive behavior:

  • SOUL.md — persona, communication style (Hinglish casual)
  • USER.md — context: career stage, fitness goals, savings targets
  • HEARTBEAT.md — what to check daily vs weekly
  • CRON.md — schedule
  • MEMORY.md — running log
  • TOOLS.md — what APIs and local commands it can invoke

Why it matters

Built mostly as a learning project for agentic patterns — separating persona from rules from memory from schedule. The same architectural split scales well for production agents.