全体像: Gateway、Channels、Skills、Memory
4 つの柱がどのように連携し、1 つのアシスタントが Gateway 経由でルーティングし、チャットチャネルで会話し、スキルを実行して、文脈を記憶できるのかを確認します。
「全体像: Gateway、Channels、Skills、Memory」はCoddyKit上の無料OpenClaw Academyレッスンです。 これはレッスン3/4です。 下記で完全なレッスンを無料で読むことができます。その後、ブラウザ内の組み込みコードエディタと24時間対応のAIチューターでハンズオン演習できます。 これはOpenClaw Academy学習パスの一部であり、ウェブとCoddyKitアプリ全体で進捗が同期されます。 OpenClaw Academyコースには全4レッスンが含まれています。
このレッスンの一部はまだ翻訳されておらず、英語で表示されています。
Four Pillars
OpenClaw rests on four pillars: Gateway, channels, skills, and memory. Together they let one assistant do a lot. 🏛️
Meet the Gateway
The Gateway is the heart of the system. It is the single source of truth for sessions, routing, and channel connections.
Gateway Runs as a Daemon
The Gateway runs as a persistent local daemon, a background process that stays alive so the assistant is always reachable.
What Channels Are
Channels are the chat apps you connect, like WhatsApp or Telegram, so you can talk to OpenClaw from where you already message.
Channels Flow Through the Gateway
Every channel connects through the Gateway, which manages all the chat bridges so one hub coordinates them all.
What Skills Are
Skills are extensible capabilities and workflows. They give the assistant new abilities beyond plain conversation.
Skills Come From ClawHub
You can grab ready-made skills from ClawHub, the community skill repository, or build your own when you need something new.
Persistent Memory
Memory keeps context around the clock. OpenClaw retains what matters 24/7 so threads continue naturally.
Sessions Stay Isolated
Memory is organized into isolated sessions per sender, agent, and workspace, so different contexts never bleed together.
Many Agents, One Gateway
You can run several agents, and the Gateway handles multi-agent routing, sending each message to the right one.
How They Fit Together
A channel message hits the Gateway, which routes it to an agent that uses skills and memory, then replies back to you.
Quick Check
Let us pin down the role of the Gateway.
Recap
Four pillars work as one: the Gateway routes channels, runs skills, and keeps isolated memory so a single assistant stays organized. 🎉
よくある質問
「全体像: Gateway、Channels、Skills、Memory」レッスンは無料ですか?
はい。「全体像: Gateway、Channels、Skills、Memory」の完全なテキストはこのウェブで無料で読めます。インタラクティブに演習し(組み込みコードエディタと24時間対応のAIチューター)、OpenClaw Academyコースの残りをアンロックするには、CoddyKit PROにアップグレードしてください。 OpenClaw Academyコースには全4レッスンが含まれています。
「全体像: Gateway、Channels、Skills、Memory」で何を学びますか?
4 つの柱がどのように連携し、1 つのアシスタントが Gateway 経由でルーティングし、チャットチャネルで会話し、スキルを実行して、文脈を記憶できるのかを確認します。 ブラウザで直接実行するハンズオンコードでOpenClaw Academyを演習し、24時間対応のAIチューターがレッスンを進める中での質問に答えます。
OpenClaw Academyを始めるのに経験は必要ですか?
事前経験は必要ありません。CoddyKitのOpenClaw Academyは初級者から上級者向けに構成されているため、ここから始めるか最初から始めて、自分のペースで進むことができます。 これはレッスン3/4です。
「全体像: Gateway、Channels、Skills、Memory」レッスンにはどのくらい時間がかかりますか?
ほとんどのCoddyKitレッスンは約5~10分かかります。各レッスンはコンパクトでインタラクティブなので、着実に進歩し、ウェブとアプリ全体で正確に前回の場所から再開できます。
このOpenClaw Academyレッスンでコードを書いて実行できますか?
はい。すべてのOpenClaw Academyレッスンに組み込みコードエディタが含まれているため、ブラウザでリアルコードを書いて実行し、即座のAIフィードバックを取得できます。ローカル設定は不要です。
このコースのすべてのレッスン
- OpenClaw とは何か、何ができるか
- Local-First と MIT が重要な理由
- 全体像: Gateway、Channels、Skills、Memory
- OpenClaw への話しかけ方