The Complete Guide to Building, Training, and Living with Your Personal AI Agent

Lesson 4 of 6

Six Practical Workflows

Estimated time: 5 minutes

Six Practical Workflows

This lesson is adapted from Claire Vo's guide on Lenny's Newsletter.

Claire Vo shares six real workflows she runs with OpenClaw agents. These range from personal family coordination to enterprise sales automation — showing the breadth of what's possible once your agent is configured.

1. Weekend Coordination

The problem: Coordinating a family's weekend across multiple shared calendars, activities, and pickup responsibilities.

How it works:

  • The agent scans all family members' Google Calendars
  • Consolidates events into a single weekend overview
  • Flags conflicts (e.g., two kids have activities at the same time)
  • Suggests coordination plans for pickups and drop-offs
  • Sends a summary to the family chat on Friday evening

Skills used: gog (Google Calendar), scheduled cron (Friday evening trigger)

This is a great first workflow to try. It's low-risk (read-only calendar access), immediately useful, and demonstrates cron-based proactive behavior.

2. Social Media Content Generation

The problem: Keeping social media active with timely, relevant content.

How it works:

  • Daily cron triggers a Reddit trending topics search
  • Agent identifies topics relevant to your domain
  • Generates meme or post drafts via API integration
  • Sends drafts to you for approval before posting
  • Posts approved content on your behalf

Skills used: Web search, image generation API, social media APIs

Always keep human approval in the loop for public-facing content. Claire's agent sends drafts and waits for explicit approval before posting anything.

3. Enterprise Lead Qualification

The problem: Hundreds of signups per day, but only a fraction match your ideal customer profile.

How it works:

  • Agent monitors new signup data
  • Filters by company domain (removes personal emails)
  • Enriches data: looks up company size, industry, and role
  • Segments leads against your ideal customer profile (ICP)
  • Autonomously emails high-match prospects with personalized outreach
  • Flags borderline leads for human review

Skills used: CRM API, web search (company enrichment), email (gog)

4. Just-In-Time Meeting Preparation

The problem: Walking into meetings unprepared because you didn't have time to review context.

How it works:

  • Agent scans your calendar 30 minutes before each meeting
  • Gathers context: who's attending, what's on the agenda
  • Pulls prior interaction history (emails, notes, CRM data)
  • Delivers a concise brief to your Telegram/Slack
  • Includes suggested talking points and open questions

Skills used: gog (Calendar), CRM/email history, scheduled cron (30-min pre-meeting trigger)

This is Claire's most-used workflow. "I never walk into a meeting cold anymore. The agent has already told me who I'm meeting, what we talked about last time, and what they probably want to discuss."

5. Support Documentation Generation

The problem: The same support questions keep coming up, but nobody has time to write docs.

How it works:

  • Agent monitors support ticket patterns
  • Identifies frequently asked questions
  • Automatically creates Linear issues with documentation candidates
  • Includes starter answers based on previous support responses
  • Tags issues for human review and publication

Skills used: Helpdesk API, Linear API, pattern analysis

6. Project Management

The problem: Tasks pile up, deadlines slip, and weekly wins go unrecognized.

How it works:

  • Agent maintains a running task list in Obsidian or Linear
  • Breaks projects into daily actionable items
  • Sends morning briefings with today's priorities
  • Tracks completion throughout the day
  • Celebrates weekly accomplishments in a Friday summary
  • Flags incomplete or at-risk items

Skills used: Linear API, Obsidian integration, scheduled crons (morning + Friday)

Picking Your First Workflow

Start with something low-risk and immediately useful:

  1. Weekend coordination if you have a family — it's read-only and genuinely helpful
  2. Meeting preparation if you're in a meeting-heavy role — the time savings compound fast
  3. Project management if you already use Linear or similar tools — the agent extends what you're already doing

Don't try to automate everything at once. Pick one workflow, get it working well, then expand. Claire started with a single personal assistant (Polly) before scaling to nine agents.