0Pricing
OpenClaw Academy · レッスン

拡張機能と変更しやすい設計

extensions/*ディレクトリから連携機能を追加し、変更しやすいOpenClawのモノレポでプロンプトを修正します。

「拡張機能と変更しやすい設計」はCoddyKit上の無料OpenClaw Academyレッスンです。 これはレッスン4/4です。 下記で完全なレッスンを無料で読むことができます。その後、ブラウザ内の組み込みコードエディタと24時間対応のAIチューターでハンズオン演習できます。 これはOpenClaw Academy学習パスの一部であり、ウェブとCoddyKitアプリ全体で進捗が同期されます。 OpenClaw Academyコースには全4レッスンが含まれています。

このレッスンの一部はまだ翻訳されておらず、英語で表示されています。

OpenClaw Is Hackable

OpenClaw is built to be hackable, meaning you can open it up and change how it works, not just use it as-is. 🛠️

The extensions Directory

You add new integrations through an extensions directory, the place where extra capabilities live alongside the core.

ls extensions/

Drop in Integrations

Each folder under extensions/* can hold its own integration, so you grow OpenClaw by adding pieces rather than rewriting it.

It Is a Monorepo

The source ships as a single monorepo, a pnpm workspace that keeps all the parts of OpenClaw together in one place.

Powered by pnpm Workspaces

That workspace is managed with pnpm, so the packages and extensions link together cleanly during development.

Modify the Prompts

Because it is open, you can modify prompts the assistant uses, tuning how it thinks and responds to your own taste.

MIT and Open Source

The whole project is open-source under the MIT license, so reading and changing the code is fully within your rights. 📖

Built for Coding Runtimes

OpenClaw integrates with coding-agent runtimes in the Claude Code or Codex style, fitting into how developers already work.

Extensions vs Skills

Skills add abilities to the assistant, while extensions add integrations to the system itself. Together they expand what OpenClaw can do.

Still Local-First

Every extension you add keeps the local-first promise, running on your own hardware under your own rules. 🔒

Make It Truly Yours

Between extensions, prompt edits, and skills, you can shape OpenClaw into an assistant that fits exactly how you want to work. 🌟

Quick Check

Let us check how you extend OpenClaw.

Recap: Hackable Design

You learned OpenClaw is a hackable MIT monorepo. Add integrations via extensions/*, modify prompts, and pair it with coding runtimes. 🚀

よくある質問

「拡張機能と変更しやすい設計」レッスンは無料ですか?

はい。「拡張機能と変更しやすい設計」の完全なテキストはこのウェブで無料で読めます。インタラクティブに演習し(組み込みコードエディタと24時間対応のAIチューター)、OpenClaw Academyコースの残りをアンロックするには、CoddyKit PROにアップグレードしてください。 OpenClaw Academyコースには全4レッスンが含まれています。

「拡張機能と変更しやすい設計」で何を学びますか?

extensions/*ディレクトリから連携機能を追加し、変更しやすいOpenClawのモノレポでプロンプトを修正します。 ブラウザで直接実行するハンズオンコードでOpenClaw Academyを演習し、24時間対応のAIチューターがレッスンを進める中での質問に答えます。

OpenClaw Academyを始めるのに経験は必要ですか?

事前経験は必要ありません。CoddyKitのOpenClaw Academyは初級者から上級者向けに構成されているため、ここから始めるか最初から始めて、自分のペースで進むことができます。 これはレッスン4/4です。

「拡張機能と変更しやすい設計」レッスンにはどのくらい時間がかかりますか?

ほとんどのCoddyKitレッスンは約5~10分かかります。各レッスンはコンパクトでインタラクティブなので、着実に進歩し、ウェブとアプリ全体で正確に前回の場所から再開できます。

このOpenClaw Academyレッスンでコードを書いて実行できますか?

はい。すべてのOpenClaw Academyレッスンに組み込みコードエディタが含まれているため、ブラウザでリアルコードを書いて実行し、即座のAIフィードバックを取得できます。ローカル設定は不要です。

このコースのすべてのレッスン

  1. スキルとは
  2. ClawHubでスキルを探して使う
  3. 独自のスキルを作成する
  4. 拡張機能と変更しやすい設計
← OpenClaw Academyに戻る