Look, I'm not gonna lie to you. When I first heard about "AI agents," I thought it was another one of those things where you need a PhD and three energy drinks just to understand the dashboard. But here's the thing and I can't believe I'm saying this it's actually not that bad.

I mean, it's still technology, so you'll probably mess something up. I did. Multiple times. But that's the point of this tutorial. I'm gonna show you how to build four agents that'll make you look way smarter than you actually are.

No fluff. No "crushing it" energy. Just straight-up instructions for people who have better things to do.

Before We Start (The Annoying But Necessary Part)

You need two things to get started:

  1. Sign up to Mind Studio - Create your free account at mindstudio.ai

  2. The Chrome extension - It's free. Download it. This little thing lets you run your agents from any webpage without switching tabs like a maniac. It slides in from the side like it owns the place.

What We're Building (And Why You Should Care)

Four agents. Each one builds on the last, so don't skip ahead unless you enjoy confusion:

  1. TL;DR Agent - Summarizes webpages because nobody actually reads anymore

  2. Email Summarizer - Reads your insane email threads so you don't have to

  3. Blog Post Generator - Writes content on demand (yes, really)

  4. Dynamic Content Creator - The Swiss Army knife of content. Multiple formats, multiple tones. This one's fancy.

Each agent is useful on its own. All four together? You're basically building your own digital assistant that doesn't take lunch breaks.

Let's go.

Agent #1: The "I Don't Have Time For This" Summarizer

What It Does

Takes any webpage, YouTube video, or PDF and gives you the highlights. Like CliffsNotes, but for everything.

Building It (Step-by-Step, Like You're Five)

Step 1: Create the Thing

  • Hit "Build New Agent"

  • You'll see three blocks: Start, End, and empty space in the middle

  • That empty space? That's where the magic happens. Or where you'll stare blankly for five minutes. Either way.

Step 2: Add the Brain

  • Click the plus (+) button

  • Select "Generate Text"

  • This is the part that actually does the work

Step 3: Make It Work in Your Browser

  • Click the Start block (the one on the left). The Blue One.

  • On your right hand side you’ll see the Run Mode drop down. Change "On Demand" to "Browser Extension"

  • Why? Because you want to run this from any webpage without opening seventeen new tabs

Step 4: Write What You Want It To Do

  • Click the Generate Text (the one in the middle). The Black One.

  • On your right hand side you’ll see the Prompt text box.

  • Cut and past the prompt below

    Here's your prompt:

    You are an expert content analyst skilled at identifying and extracting essential information from web content.
    <context>

    {{pageContent} }

    </context>
    Read the content below and give me the key points as bullet points.

    Focus on:
    - Main ideas
    - Important facts
    - Key takeaways

    The magic variable: {Page Content} - make sure double curly braces as in the picture below.

    This grabs everything from whatever page you're on. Web article? Got it. YouTube transcript? Yep. That PDF you've been avoiding? It'll read that too.

Step 5: Name It and Ship It

  • Click on "Untitled AI Agent" at the far top left

  • Give your agent a name in the "Agent Name" field - Call it "TL;DR"

  • Click Publish

Does It Actually Work?

Open any article—doesn't matter what. Launch your Chrome extension. You'll see a little Mind Studio icon on your right side.

Click Run on your Agent TL;DR (or whatever you named it)

Within seconds, you get a clean summary with the key points. No ads. No "but first, let me tell you about my journey." Just the information.

Your first agent is done. See? Not that bad.

Agent #2: The Email Thread Sanity Saver

What It Does

Reads entire email chains and sends you a summary. Because nobody should have to read a 47-message thread about "quick thoughts on the deck."

Building It (Faster This Time)

Step 1: Copy What You Already Made

  • Click on “Published” on the menu on the right side under the “Build” sectio

  • Find your TL;DR agent

  • Click the three dots

  • Hit "Duplicate"

  • You just saved yourself five minutes

Step 2: Rename It

  • Don’t be lazy. Rename it. So its easy to find.

  • Call it "Email TL;DR" or "Why Does Everyone Reply All"

Step 3: Switch the Mode (You Got This)

  • Click on “Main.flow” under the “Workflows” menu

  • Click the Start block. The Blue One on the right.

  • Change the trigger to "Email". Its untder the Tigger section bottom left.

  • Notice the variables changed? Now you've got "Message" instead of "Page Content"

Step 4: Update Your Prompt

  • Click on the Brain—careful, don't click too many times aka Brain Damage. It's the black box labeled "Generate Text"

  • Replace {{Page Content}} with {{Message}}

That's it. This now reads emails instead of webpages.

Step 5: Set Up the Notification

  • Click the End block—"The Terminator" I call it. The green block on the right side.

  • Turn on email notifications

  • Add your email

Step 6: Get Your Secret Address

  • Click on the Start Block

  • Copy that unique trigger email address they give you. Its under the “Trigger” section in the “Trigger Address” field. Keep it safe.

Testing (The Fun Part)

Forward any nightmare email thread to that address.

Check your inbox in a few seconds. You'll get a clean summary of what everyone's actually saying under all those "per my last email" passive-aggressive messages.

Agent two: complete. You're on a roll.

Agent #3: The "Write This For Me" Generator

What It Does

Creates blog posts about whatever topic you throw at it. This is where things get interesting.

Building It (With Forms!)

Step 1: Start Fresh

New agent. Clean slate.

  • Hit "Build New Agent"

  • You'll see three blocks: Start, End, and empty space in the middle

  • You know the drill

Step 2: Add the Writer

  • Plus (+) button

  • Generate Text block

  • Write this:

    You are an experienced blog writer who creates engaging and informative content.

    <context>

    {{Topic}}

    </context>

    Write a blog post about "Topic"

    Include:

    - An engaging introduction that hooks the reader

    - 3-5 main points with clear explanations

    - Examples or stories to illustrate key ideas

    - A conclusion with actionable takeaways

    Tone: Conversational

Step 3: Wait, Where's "Topic" Coming From?

Great question. This is where user input comes in.

  • Click plus (+) BEFORE the Generate Text block

  • Add "User Input"

Step 4: Build Your Form Set it up like this:

  • Now click on the "User Inputs" menu and click on the plus sign to add your input field. The User Input screen will load. ⚠️ Don't click on the "User Input" blue box yet.

  • Set it up like this:

  • Type: Short Text

  • Variable name: Topic - Label Text: "What do you want to write about?"

  • Click on "Main.flow" under the "Workflows" menu on your right.

  • Click on the “User Inputs” blue block.

  • On the right-hand side, you'll notice there's a plus/minus sign at the bottom.

  • Click on the “+” sign to add the “Topic” field to your user input block

    • Select Topic

    • Click on the Add Button

    Now when someone runs this agent, they'll see that question. Their answer becomes the Topic variable.

Step 5: Name Your Agent. Publish It

Testing

  • Click on the "Preview" button next to the Publish button.

  • Click on “Open Draft Agent” - Run your agent.

Type something like "why cats are better than dogs" or "the future of remote work" or literally anything.

Hit Next.

Watch it generate an actual blog post. Full intro, body, conclusion. Formatted. Ready to go.

Three down. One more.

Agent #4: The "Do Everything" Content Machine

What It Does

This is the one you'll actually use every day. It:

  • Runs from any webpage

  • Analyzes the content

  • Lets you pick what type of content to create

  • Lets you set the tone

  • Then makes it

It's like having a content team that doesn't complain about deadlines.

Building It (The Grand Finale)

Step 1: New Agent Fresh start. Last one.

Step 2: Add Both Blocks

  • User Input block

  • Generate Text block

Step 3: First Input - Content Type Set this up:

  • Type: Text Choice (this gives them a dropdown)

  • Variable name: Type

  • Label: "Which type of content would you like to generate?"

Add three options:

  • Tweet Storm

  • LinkedIn Post

  • Blog Post

Step 4: Second Input - The Vibe Configure:

  • Type: Short Text

  • Variable name: Tone

  • Label: "Describe the tone of the content"

  • Now add both to your "User Input Block"

  • Click on "Main.flow" under the "Workflows" menu on your right.

  • On the right-hand side, you'll notice there's a plus/minus sign at the bottom.

  • Click on the "+" sign to add the "Type" and "Tone" fields to your user input block.

Step 5: Write the Master Prompt

You are an expert content creator skilled at repurposing web content into engaging new formats.

TASK: Create {{Type}} based on the webpage content below.

INSTRUCTIONS: - Read and understand the key points from the webpage - Transform the information into a new {{Type}} format - Maintain accuracy to the source material - Make it engaging and valuable for the audience

TONE: {{Tone}}

WEBPAGE CONTENT: {{Page Content}}

This combines everything: the page you're on, what format you want, and how you want it to sound.

Step 6: Enable Browser Extension

  • Click Start block

  • Switch to "Browser Extension"

Step 7: Ship It

Name It. Publish It.

Testing (Where It Gets Cool)

Test 1:

  • Open any article

  • Run your agent

  • Select "Tweet Storm"

  • Tone: "Informative"

  • Watch it create a 7-tweet thread, perfectly formatted

Test 2:

  • Same article

  • Run it again

  • Select "Blog Post"

  • Tone: "Funny"

  • Completely different output. Same info, totally different vibe.

That's the power move right there.

You Just Built Four AI Agents (Congrats, I Guess)

Here's what you made:

  • ✓ Webpage summarizer that reads so you don't have to

  • ✓ Email analyzer that saves your sanity

  • ✓ Blog post creator for when inspiration is nowhere

  • ✓ Multi-format content generator that adapts on demand

What You Actually Learned

You now understand:

  • Run modes - How to trigger agents in different ways

  • Variables - How to capture and use dynamic content

  • User inputs - How to make forms that don't suck

  • Prompt engineering - The art of telling AI what to do without it going rogue

What's Next (If You're Into That)

Listen, you could stop here. These four agents will handle 90% of your content needs.

But if you want to go deeper:

  • Explore advanced patterns (they exist) - Agent Foundry and Mind Studio

  • Build agents for your specific weird workflow

  • Experiment until something breaks, then fix it

  • Want to join the Mindstudio Academy - (Code: READYSETAI061 saves 20%) → https://bit.ly/46C0rYy

The beauty of this isn't the technology. It's that you're building tools the algorithm can't copy. Tools that actually solve your specific problems. Not trending. Not viral. Just useful.

That's the whole point.

Now go build something nobody else has. Welcome to Mind Studio. Try not to automate yourself out of a job.

P.S. - If you mess something up, just duplicate a working agent and try again. That's literally what I do.

Keep Reading