Skip to content

Self-Serve Setup

No contact required. Use these prompts to build your first agent in 30 minutes.

Option 1: Claude + Google Drive (Easiest — 15 min)

Section titled “Option 1: Claude + Google Drive (Easiest — 15 min)”

What you get: An AI assistant that can search your documents and answer questions.

  1. Go to drive.google.com
  2. Create a folder called “AI Agent Knowledge”
  3. Upload relevant files (PDFs, spreadsheets, notes)
  1. Go to claude.ai/projects
  2. Create a new Project
  3. Click “Project Knowledge” → “Add Content” → “Connect to Google Drive”
  4. Select your “AI Agent Knowledge” folder

Copy and paste this into Claude:

You are my research assistant for business acquisition. I uploaded files to the Knowledge section.
Your job:
1. Search through all documents when I ask questions
2. Summarize findings in 3-5 bullet points
3. Cite which file the information came from
4. If you can't find the answer, say so
First task: What industries are mentioned in my documents? List them with one-sentence descriptions.

Ask: “Find all companies with revenue between $1M and $5M mentioned in my files”


Option 2: n8n Automation (Intermediate — 30 min)

Section titled “Option 2: n8n Automation (Intermediate — 30 min)”

What you get: An agent that checks your email and takes actions automatically.

Cloud (easiest):

  • Go to n8n.io/cloud
  • Sign up (free tier: 100 executions/month)

Copy this prompt into Claude to generate your workflow:

I want to build an n8n workflow that:
[DESCRIBE WHAT YOU WANT]
Examples:
- "Checks my Gmail every hour for emails from recruiters and sends me a summary"
- "Scrapes a website daily and emails me if new listings match my criteria"
Give me:
1. The exact n8n nodes to use
2. The configuration for each node
3. Any API keys or credentials I need

Industry Analysis:

Analyze the [INDUSTRY] industry for me. I need:
1. Market size and growth rate
2. Key players (top 10)
3. Recent M&A activity
4. Typical valuation multiples
5. Main risks and opportunities
Cite your sources. If you're uncertain, say so.

Company Research:

Research [COMPANY NAME]:
1. What do they do? (one sentence)
2. How do they make money?
3. Who are their competitors?
4. Any recent news or red flags?
5. Estimated revenue (if public info available)
Focus on acquisition-relevant information.

Document Review:

Review this [CONTRACT/AGREEMENT/LEASE]:
[ATTACH OR PASTE DOCUMENT]
Identify:
1. Key terms and obligations
2. Red flags or unusual clauses
3. Things that could hurt valuation
4. Questions for my lawyer
5. Deal-breakers
Explain in plain English, not legalese.

  • “Make me rich” — Too vague. Agents do exactly what you ask.
  • No guardrails — Start with read-only. Add actions slowly.
  • Skip testing — Test with fake data before real operations.
  • Start with a heartbeat — “Check and report” before “check and act”
  • Set boundaries — Define what the agent CANNOT do
  • Human-in-the-loop for money — Never auto-send payments

You Want…Use ThisCostSetup Time
Research assistantClaude + Google Drive$20/mo15 min
Email automationn8nFree-$20/mo30 min
Full autonomyOpenClaw$20-50/mo1-2 hours
Simple integrationsZapierFree-$20/mo15 min

Next: See a full production system