記事一覧へ
## コードなし・APIキーなし・ターミナルなしで30分以内に最初のAIエージェントを構築する方法
誰もがAIエージェントについて話しています。しかし実際の作り方を見せてくれる人は誰もいません。ここではステップバイステップで、コードなし・APIキーなし・ターミナルなしで説明します。
「エージェント」という言葉はマーケティングによって台無しにされました。あらゆるAI企業がすべてをエージェントと呼んでいます。あなたの名前を覚えるチャットボット?エージェントと。
実際のエージェントは特定のことをします:目標を受け取り、それをステップに分解し、ツールを使ってそのステップを完了し、結果を届けます。
30分で構築できる3つのエージェントを説明します。
一つ選んで、手順に従ってください。この記事を読み終わる頃には、動くエージェントができています。
---
## 「エージェント」と「ただのチャット」の違い
通常のClaude会話はリアクティブです。あなたが聞き、それが答え、終わり。
エージェントのセットアップには、通常のチャットにはない3つのものがあります:
```
1. 永続的なコンテキスト → あなたが誰か・何をしているか・
何を大切にしているかを知っている(Projects)
2. ツールへのアクセス → メールを読んだり・カレンダーを確認したり・
ファイルを検索したりできる(MCP)
3. 常時指示 → 毎回一から説明しなくても、タスクを
どう処理するか知っている
```
3つすべてが揃うと、プロンプトを打つことをやめて、委任し始められます。それが違いです。
---
## エージェント1:リサーチエージェント(セットアップ10分)
このエージェントは任意のトピックを受け取り、ソース付きの構造化されたリサーチブリーフを返します。トピックを与えれば、あとはエージェントがやってくれます。
### ステップ1:プロジェクトを作成する
claude.ai → Projects → Create New Project に移動します。「Research Agent」と名前をつけます。
### ステップ2:指示を設定する
プロジェクトの指示欄に以下を貼り付けます:
```
You are a research agent.
When I give you a topic, follow this process:
1. Search the web for the most recent information (prioritize
sources from the last 3 months)
2. Find at least 5 different sources
3. Structure your findings as:
- One-paragraph summary (what's the current state)
- Key facts (bullet points with dates and numbers)
- Different perspectives (who says what)
- Sources list with links
4. Flag anything that's disputed or unverified
5. At the end, suggest 3 follow-up questions I should ask
Keep language simple. No jargon unless the topic requires it.
Write for someone smart who isn't an expert in this specific field.
```
### ステップ3:使う
Research Agentプロジェクト内で会話を開いて、こう入力します:
```
Research the current state of nuclear fusion energy.
What happened in the last 6 months?
```
Claudeがウェブを検索し、ソースを集め、構造化されたブリーフを提供します。このプロジェクト内のすべての会話は、指示を繰り返さなくても同じフォーマットに従います。
**エージェントである理由**:永続的な指示 + ウェブ検索ツール + 構造化された出力。タスクを委任すると、マルチステップのプロセスを自律的に実行します。
---
## エージェント2:メールエージェント(セットアップ15分)
このエージェントはGmailに接続し、受信箱をトリアージし、返信を下書きし、注意が必要なことを要約します。これにはMCPコネクターのためにClaude Proプランが必要です。
### ステップ1:Gmailを接続する
claude.ai → Settings → Connectors → Gmail に移動します。アクセスを承認します。30秒で完了します。
### ステップ2:プロジェクトを作成する
「Email Agent」という新しいプロジェクトを作成します。
### ステップ3:指示を設定する
```
You are my email agent. When I say "check my inbox" or
"email update," do the following:
1. Read my recent emails from the last 24 hours
2. Sort them into categories:
- URGENT: needs reply today
- IMPORTANT: needs reply this week
- FYI: read when I have time
- SKIP: newsletters, promotions, automated notifications
3. For each URGENT email:
- Summarize in 1 sentence what they need
- Draft a reply (match my tone: professional but casual)
4. For IMPORTANT emails:
- Summarize in 1 sentence
- Tell me the deadline if there is one
5. Skip everything in SKIP category, just give me the count
My context:
- I work in [your field]
- My name is [your name]
- I usually reply briefly, 2-4 sentences max
- If someone asks to schedule a meeting, suggest 2-3 time slots
this week
```
### ステップ4:Google Calendarを接続する(オプション)
Google Calendarも接続すると、ミーティング時間を提案する前にエージェントが実際の空き時間を確認できます。
### ステップ5:使う
Email Agentプロジェクト内で会話を開きます。こう入力します:
```
Check my inbox
```
ClaudeがGmailを読み込み、すべてを分類し、緊急案件の返信を下書きし、要約を提供します。確認して、必要なら編集して、送信します。
**エージェントである理由**:実際のツールアクセス(Gmail + Calendar)+ トリアージロジック + 下書き生成。毎朝30分かかっていた作業をこなしています。
---
## エージェント3:コンテンツエージェント(セットアップ15分)
このエージェントはどのプラットフォームのコンテンツも計画・調査・下書きするのを助けます。トピックや粗いアイデアを与えれば、あとはエージェントがやってくれます。
### ステップ1:プロジェクトを作成する
「Content Agent」というプロジェクトを作成します。
### ステップ2:参照資料をアップロードする
あなたのベストコンテンツ(ツイート・記事・投稿)の例を3〜5個アップロードします。これがエージェントがあなたの声を学ぶ方法です。
### ステップ3:指示を設定する
```
You are my content agent. You help me create content for
[Twitter/LinkedIn/blog/newsletter].
My style:
- [describe your tone: casual, technical, sarcastic, etc.]
- [short sentences vs long form]
- [topics I usually cover]
When I give you a topic or rough idea, do this:
1. Research the topic using web search (get recent data,
examples, stats)
2. Create 3 different angles I could take
3. For the angle I pick, draft the content:
- Hook (first line that stops the scroll)
- Body (the actual insight or story)
- CTA or closing line
4. Suggest 3 follow-up pieces I could create from the same topic
Reference my uploaded examples for tone and structure.
Match how I write, not how an AI writes.
```
### ステップ4:使う
```
I want to write about why most people waste money on
SaaS subscriptions. Give me 3 angles.
```
エージェントが調査し、角度を提案し、あなたの声でコンテンツを下書きします。例がプロジェクトにあるため、汎用的なAIのコピーではなくあなたのスタイルに合わせます。
**エージェントである理由**:あなたのスタイルコンテキスト(アップロードされたファイル)+ ウェブリサーチ + マルチステップのコンテンツ作成。毎回同じワークフロー、例を追加するほど改善していきます。
---
## 3つのエージェント全部に共通するパターン
すべてのノーコードエージェントは同じ公式に従っています:
```
PROJECT + INSTRUCTIONS + TOOLS = AGENT
Project → 永続的なメモリとコンテキストを与える
Instructions → どう考え、どのステップを踏むかを伝える
Tools → 現実世界へのアクセスを与える(検索・
メール・カレンダー・ファイル)
```
このパターンで何にでもエージェントを構築できます:
```
ミーティング準備エージェント:
カレンダー + 参加者を調査して過去の会話を要約する指示
競合追跡エージェント:
ウェブ検索 + 5社の競合を毎週モニタリングして変化を
フラグする指示
学習エージェント:
勉強中のトピックを毎日クイズで出題し、間違えたことを
追跡し、難易度を調整する指示
財務エージェント:
Google Sheetsコネクター + 支出を分類して異常な出費を
フラグする指示
就職活動エージェント:
ウェブ検索 + 関連する求人を見つけ、要件と履歴書を比較し、
カバーレターを下書きする指示
```
これらはそれぞれ10〜15分でセットアップできます。コードはゼロです。
---
## ほとんどの人がつまずく場所
**「エージェントが一貫性がない」**
指示が曖昧すぎます。初日の新入社員をトレーニングするように書いてください。ステップ1、ステップ2、ステップ3。明示的な出力フォーマット。
**「Claudeが正しいツールを使わない」**
指示の中でツールの名前を明記してください。「情報を調べる」ではなく「ウェブで検索する」と言いましょう。「スケジュールを確認する」ではなく「今週のGoogle Calendarを読む」と言いましょう。
**「出力がスタイルに合わない」**
もっと例をアップロードしてください。プロジェクトにあなた自身の文章の例を3〜5個。Claudeは見たことのないスタイルには合わせられません。
**「これは実際のエージェントか、それとも単なる凝ったプロンプトか?」**
ツールを使い、マルチステップのプロセスに従い、あなたが各ステップをガイドしなくても成果物を生み出すなら、それはエージェントです。ラベルよりも結果の方が重要です。
---
## ここから始めよう
一つ選んでください:
```
10分: Research Agent(無料プラン、コネクター不要)
15分: Content Agent(無料プラン、例をアップロード)
15分: Email Agent(GmailコネクターのためにProが必要)
```
無料プランなら Research Agent から始めてください。セットアップして、一週間使ってみてください。同じパターンで自動化できる他のワークフローが見えてくるでしょう。
エージェントを作っている人たちは、あなたより賢いわけではありません。ただプロジェクトを作り、明確な指示を書いただけです。それが全部の秘密です。

AIエージェントClaudeノーコードagent-ops
コードなし・APIキーなしで30分以内に最初のAIエージェントを構築する方法
♥ 218↻ 24
原文を表示 / Show original
darkzodchi
@zodchiii
How to Build Your First AI Agent in 30 Minutes (No Code)
11
30
218
40K
Everyone talks about AI agents. Nobody shows you how to actually build one. Here's the step-by-step, no code, no API key, no terminal.
The word "agent" has been ruined by marketing. Every AI company calls everything an agent now. A chatbot that remembers your name? Agent.
An actual agent does something specific: it takes a goal, breaks it into steps, uses tools to complete those steps, and delivers a result.
I'll walk through 3 agents you can build in 30 minutes.
Pick one, follow the steps, and you'll have a working agent by the end of this article👇
Before we dive in, I share daily notes on AI & vibe coding in my Telegram channel: https://t.me/zodchixquant🧠
What makes it an "agent" and not just a chat
A regular Claude conversation is reactive. You ask, it answers, done.
An agent setup has 3 things a regular chat doesn't:
1. Persistent context → it knows who you are, what you do,
what you care about (Projects)
2. Access to tools → it can read your email, check your
calendar, search your files (MCP)
3. Standing instructions → it knows how to handle tasks without
you explaining from scratch every time
When all 3 are in place, you stop prompting and start delegating. That's the difference.
Agent 1: The Research Agent (10 minutes to set up)
This agent takes any topic and returns a structured research brief with sources. You give it a topic, it does the rest.
Step 1: Create a Project
Go to claude.ai → Projects → Create New Project. Name it "Research Agent."
Step 2: Set the instructions
Paste this into the Project instructions:
You are a research agent.
When I give you a topic, follow this process:
1. Search the web for the most recent information (prioritize
sources from the last 3 months)
2. Find at least 5 different sources
3. Structure your findings as:
- One-paragraph summary (what's the current state)
- Key facts (bullet points with dates and numbers)
- Different perspectives (who says what)
- Sources list with links
4. Flag anything that's disputed or unverified
5. At the end, suggest 3 follow-up questions I should ask
Keep language simple. No jargon unless the topic requires it.
Write for someone smart who isn't an expert in this specific field.
Step 3: Use it
Open a conversation inside the Research Agent project and type:
Research the current state of nuclear fusion energy.
What happened in the last 6 months?
Claude will search the web, pull sources, and deliver a structured brief. Every conversation inside this project follows the same format without you repeating the instructions.
What makes it an agent: Persistent instructions + web search tool + structured output. You delegate a task, it executes a multi-step process autonomously.
Agent 2: The Email Agent (15 minutes to set up)
This agent connects to your Gmail, triages your inbox, drafts replies, and summarizes what needs your attention. This one needs a Claude Pro plan for MCP connectors.
Step 1: Connect Gmail
Go to claude.ai → Settings → Connectors → Gmail. Authorize access. Takes 30 seconds.
Step 2: Create a Project
Create a new project called "Email Agent."
Step 3: Set the instructions
You are my email agent. When I say "check my inbox" or
"email update," do the following:
1. Read my recent emails from the last 24 hours
2. Sort them into categories:
- URGENT: needs reply today
- IMPORTANT: needs reply this week
- FYI: read when I have time
- SKIP: newsletters, promotions, automated notifications
3. For each URGENT email:
- Summarize in 1 sentence what they need
- Draft a reply (match my tone: professional but casual)
4. For IMPORTANT emails:
- Summarize in 1 sentence
- Tell me the deadline if there is one
5. Skip everything in SKIP category, just give me the count
My context:
- I work in [your field]
- My name is [your name]
- I usually reply briefly, 2-4 sentences max
- If someone asks to schedule a meeting, suggest 2-3 time slots
this week
Step 4: Connect Google Calendar (optional)
If you also connect Google Calendar, the agent can check your actual availability before suggesting meeting times.
Step 5: Use it
Open a conversation in the Email Agent project. Type:
Check my inbox
Claude reads your Gmail, categorizes everything, drafts replies for urgent items, and gives you a summary. You review, edit if needed, and send.
What makes it an agent: Real tool access (Gmail + Calendar) + triage logic + draft generation. It's doing work that used to take you 30 minutes every morning.
Agent 3: The Content Agent (15 minutes to set up)
This agent helps you plan, research, and draft content for any platform. Give it a topic or a rough idea, it does the rest.
Step 1: Create a Project
Create a project called "Content Agent."
Step 2: Upload your reference material
Upload 3-5 examples of your best content (tweets, articles, posts). This is how the agent learns your voice.
Step 3: Set the instructions
You are my content agent. You help me create content for
[Twitter/LinkedIn/blog/newsletter].
My style:
- [describe your tone: casual, technical, sarcastic, etc.]
- [short sentences vs long form]
- [topics I usually cover]
When I give you a topic or rough idea, do this:
1. Research the topic using web search (get recent data,
examples, stats)
2. Create 3 different angles I could take
3. For the angle I pick, draft the content:
- Hook (first line that stops the scroll)
- Body (the actual insight or story)
- CTA or closing line
4. Suggest 3 follow-up pieces I could create from the same topic
Reference my uploaded examples for tone and structure.
Match how I write, not how an AI writes.
Step 4: Use it
I want to write about why most people waste money on
SaaS subscriptions. Give me 3 angles.
The agent researches, proposes angles, and drafts content in your voice. Because your examples are in the project, it matches your style instead of producing generic AI copy.
What makes it an agent: Your style context (uploaded files) + web research + multi-step content creation. Same workflow every time, improving as you add more examples.
The pattern behind all 3 agents
Every no-code agent follows the same formula:
PROJECT + INSTRUCTIONS + TOOLS = AGENT
Project → gives it persistent memory and context
Instructions → tells it how to think and what steps to follow
Tools → gives it access to the real world (search,
email, calendar, files)
You can build agents for anything with this pattern:
Meeting prep agent:
Calendar + instructions to research attendees and summarize
past conversations
Competitor tracking agent:
Web search + instructions to monitor 5 competitors weekly
and flag changes
Learning agent:
Instructions to quiz you daily on a topic you're studying,
track what you get wrong, adjust difficulty
Finance agent:
Google Sheets connector + instructions to categorize expenses
and flag unusual spending
Job search agent:
Web search + instructions to find relevant openings, compare
requirements to your resume, draft cover letters
Every one of these takes 10-15 minutes to set up. Zero code.
Where most people get stuck
"My agent isn't consistent."Your instructions are too vague. Write them like you're training a new hire on their first day. Step 1, Step 2, Step 3. Explicit output format.
"Claude doesn't use the right tool."Name the tool in your instructions. Instead of "look up information," say "search the web for." Instead of "check my schedule," say "read my Google Calendar for this week."
"The output doesn't match my style."Upload more examples. 3-5 examples of your own writing in the project. Claude can't match a style it has never seen.
"Is this actually an agent or just a fancy prompt?"If it uses tools, follows a multi-step process, and produces a deliverable without you guiding each step, it's an agent. The label matters less than the result.
Start here
Pick one:
10 minutes: Research Agent (free tier, no connectors needed)
15 minutes: Content Agent (free tier, upload your examples)
15 minutes: Email Agent (needs Pro for Gmail connector)
Start with the Research Agent if you're on the free plan. Set it up. Use it for a week. You'll start seeing other workflows you can automate with the same pattern.
The people building agents aren't smarter than you. They just set up a Project and wrote clear instructions. That's the whole secret.
I share daily notes on AI, finance, and vibe coding in my Telegram channel: https://t.me/zodchixquant
Thanks for reading 🙏🏼
Want to publish your own Article?
Upgrade to Premium
4:30 PM · Apr 22, 2026
·
40.8K
Views
11
30
218
387
Read 11 replies