From e2832edbc9d7d8ffedeba7d6d4392033ab2eb4c4 Mon Sep 17 00:00:00 2001 From: arkml <6592213+arkml@users.noreply.github.com> Date: Wed, 3 Dec 2025 00:10:16 +0530 Subject: [PATCH] Update README Removed old features and added new examples for agents. --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 15125307..8dda9c59 100644 --- a/README.md +++ b/README.md @@ -26,14 +26,12 @@ # RowboatX - Claude Code for Everyday Automations -- ✨ **Create background agents with full shell access** - - E.g. "Generate a NotebookLM-style podcast from my saved articles every morning" -- 🔧 **Connect any MCP server to add capabilities** - - Add MCP servers and RowboatX handles the integration -- 🎯 **Let RowboatX control and monitor your background agents** - - Easily inspect state on the filesystem +RowboatX is a local-first CLI for creating background AI agents with full shell access. -Inspired by Claude Code, RowboatX brings the same shell-native power to background automations. +**Example agents you can create:** +- Research every person before your meetings (Exa search MCP + Google Calendar MCP) +- Daily podcast summarizing your saved articles (ElevenLabs MCP + ffmpeg) +- Auto-triage Slack DMs and draft responses while you sleep (Slack MCP) ## Quick start ```bash