ส่วนขยายและการออกแบบที่ปรับแก้ได้
เพิ่มการเชื่อมต่อผ่านไดเรกทอรี extensions/* และแก้ไขพรอมต์ในโมโนรีโพที่ปรับแก้ได้ของ OpenClaw
ส่วนขยายและการออกแบบที่ปรับแก้ได้ เป็นบทเรียน OpenClaw Academy ฟรีบน CoddyKit นี่คือบทเรียนที่ 4 จากทั้งหมด 4 บทเรียน คุณสามารถอ่านบทเรียนทั้งหมดด้านล่างฟรี — จากนั้นลองปฏิบัติด้วยตัวคุณเองในเบราว์เซอร์พร้อมตัวแก้ไขโค้ดในตัวและติวเตอร์ AI ตลอด 24/7 บทเรียนนี้เป็นส่วนหนึ่งของเส้นทางการเรียน 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. 🚀
เรียนรู้ Bash ด้วย AI tutor — ฟรี
เขียนและเรียกใช้โค้ดจริงในเบราว์เซอร์ของคุณ รับความช่วยเหลือทันทีจาก AI tutor 24/7 และเรียนรู้ต่อจากที่คุณหยุดบนเว็บหรือในแอป
- คอร์ส
- 10
- บทเรียน
- 40
คำถามที่พบบ่อย
บทเรียน “ส่วนขยายและการออกแบบที่ปรับแก้ได้” ฟรีหรือไม่
ใช่ — ข้อความเต็มของ “ส่วนขยายและการออกแบบที่ปรับแก้ได้” ฟรีให้อ่านที่นี่บนเว็บ เพื่อปฏิบัติแบบโต้ตอบ (ตัวแก้ไขโค้ดในตัวและติวเตอร์ AI ตลอด 24/7) และปลดล็อคส่วนที่เหลือของคอร์ส OpenClaw Academy ให้อัปเกรดเป็น CoddyKit PRO คอร์ส OpenClaw Academy มีบทเรียนทั้งหมด 4 บทเรียน
คุณจะเรียนรู้อะไรในบทเรียน “ส่วนขยายและการออกแบบที่ปรับแก้ได้”
เพิ่มการเชื่อมต่อผ่านไดเรกทอรี extensions/* และแก้ไขพรอมต์ในโมโนรีโพที่ปรับแก้ได้ของ OpenClaw คุณปฏิบัติ OpenClaw Academy ด้วยโค้ดที่ใช้งานได้จริงที่คุณเรียกใช้โดยตรงในเบราว์เซอร์ และติวเตอร์ AI ตลอด 24/7 ตอบคำถามของคุณขณะที่คุณไปผ่านบทเรียน
คุณต้องมีประสบการณ์ก่อนที่จะเริ่มเรียน OpenClaw Academy หรือไม่
ไม่จำเป็นต้องมีประสบการณ์มาก่อน OpenClaw Academy บน CoddyKit ออกแบบมาสำหรับผู้เริ่มต้นไปจนถึงผู้เรียนขั้นสูง คุณสามารถเริ่มต้นที่นี่หรือเริ่มจากตัวแรกและเรียนด้วยความเร็วของคุณเอง นี่คือบทเรียนที่ 4 จากทั้งหมด 4 บทเรียน
บทเรียน “ส่วนขยายและการออกแบบที่ปรับแก้ได้” ใช้เวลานานแค่ไหน
บทเรียน CoddyKit ส่วนใหญ่ใช้เวลาประมาณ 5–10 นาที แต่ละบทเรียนจึงสั้นและเป็นแบบโต้ตอบ คุณสามารถก้าวหน้าอย่างต่อเนื่องและกลับมาเรียนต่อจากตรงที่เพิ่งหยุดบนเว็บและแอปได้เลย
ฉันเขียนและรันโค้ดในบทเรียน OpenClaw Academy นี้ได้ไหม
ได้ บทเรียน OpenClaw Academy ทุกบทมีตัวแก้ไขโค้ดในตัว คุณจึงเขียนและรันโค้ดจริงได้เลยในเบราว์เซอร์ และได้รับข้อเสนอแนะจาก AI ในทันที — ไม่ต้องติดตั้งในเครื่องของคุณ
บทเรียนทั้งหมดในหลักสูตรนี้
- ทักษะคืออะไร
- ค้นหาและใช้ทักษะบน ClawHub
- สร้างทักษะของคุณเอง
- ส่วนขยายและการออกแบบที่ปรับแก้ได้