---
read_when:
    - คุณกำลังตัดสินใจว่า Plugin จะรวมมากับแพ็กเกจ npm หลักหรือติดตั้งแยกต่างหาก
    - คุณกำลังอัปเดตข้อมูลเมตาของแพ็กเกจ Plugin ที่รวมมาด้วย หรือระบบอัตโนมัติสำหรับการเผยแพร่
    - คุณต้องใช้รายการ Plugin ภายในเทียบกับภายนอกฉบับอ้างอิง
summary: บัญชีรายการที่สร้างขึ้นของ Plugin ของ OpenClaw ที่จัดส่งมากับแกนหลัก เผยแพร่ภายนอก หรือเก็บไว้เป็นซอร์สเท่านั้น
title: บัญชีรายการ Plugin
x-i18n:
    generated_at: "2026-05-10T19:48:46Z"
    model: gpt-5.5
    provider: openai
    source_hash: 1a42c8f230925618eb7c15fd6ea7279694adccd45d8e827bb89dffa13576521d
    source_path: plugins/plugin-inventory.md
    workflow: 16
---

# รายการ Plugin

หน้านี้สร้างจาก `extensions/*/package.json`, `openclaw.plugin.json`,
และการยกเว้น `files` ของแพ็กเกจ npm ราก สร้างใหม่ด้วย:

```bash
pnpm plugins:inventory:gen
```

## คำจำกัดความ

- **แพ็กเกจ npm หลัก:** รวมอยู่ในแพ็กเกจ npm `openclaw` และใช้งานได้โดยไม่ต้องติดตั้ง Plugin แยกต่างหาก
- **แพ็กเกจภายนอกอย่างเป็นทางการ:** Plugin ที่ OpenClaw ดูแล ซึ่งไม่ได้รวมอยู่ในแพ็กเกจ npm หลัก เก็บไว้ในรายการอย่างเป็นทางการนี้ และติดตั้งตามต้องการผ่าน ClawHub และ/หรือ npm
- **เฉพาะการ checkout ซอร์ส:** Plugin เฉพาะใน repo ซึ่งไม่ได้รวมอยู่ในอาร์ติแฟกต์ npm ที่เผยแพร่ และไม่ได้ประกาศเป็นแพ็กเกจที่ติดตั้งได้

การ checkout ซอร์สแตกต่างจากการติดตั้ง npm: หลังจาก `pnpm install` แล้ว Plugin
ที่รวมมาด้วยจะโหลดจาก `extensions/<id>` เพื่อให้การแก้ไขในเครื่องและ dependency
workspace เฉพาะแพ็กเกจพร้อมใช้งาน

## ติดตั้ง Plugin

ใช้คอลัมน์ **การเผยแพร่** เพื่อพิจารณาว่าจำเป็นต้องติดตั้งหรือไม่ Plugin ที่
ระบุว่า `included in OpenClaw` มีอยู่แล้วในแพ็กเกจหลัก แพ็กเกจภายนอกอย่างเป็นทางการ
ต้องติดตั้งหนึ่งครั้ง แล้วรีสตาร์ท Gateway

ตัวอย่างเช่น Discord เป็นแพ็กเกจภายนอกอย่างเป็นทางการ:

```bash
openclaw plugins install @openclaw/discord
openclaw gateway restart
openclaw plugins inspect discord --runtime --json
```

สเปกแพ็กเกจแบบเปล่าจะลอง ClawHub ก่อน แล้วจึงใช้ npm เป็นตัวเลือกสำรอง หากต้องการบังคับแหล่งที่มา ให้ใช้
`clawhub:@openclaw/discord` หรือ `npm:@openclaw/discord` หลังติดตั้งแล้ว ให้ทำตาม
เอกสารการตั้งค่าของ Plugin เช่น [Discord](/th/channels/discord) เพื่อเพิ่มข้อมูลรับรอง
และการกำหนดค่าช่องทาง ดู [จัดการ Plugin](/th/plugins/manage-plugins) สำหรับคำสั่งอัปเดต
ถอนการติดตั้ง และเผยแพร่

## แพ็กเกจ npm หลัก

| Plugin                                                            | คำอธิบาย                                                                                                                                                          | การเผยแพร่                                                         | พื้นผิว                                                                                                                                                                                                                                                          |
| ----------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [alibaba](/th/plugins/reference/alibaba)                             | เพิ่มการรองรับผู้ให้บริการสร้างวิดีโอ                                                                                                                              | `@openclaw/alibaba-provider`<br />รวมอยู่ใน OpenClaw               | contracts: videoGenerationProviders                                                                                                                                                                                                                              |
| [amazon-bedrock](/th/plugins/reference/amazon-bedrock)               | เพิ่มการรองรับผู้ให้บริการโมเดล Amazon Bedrock ให้กับ OpenClaw                                                                                                              | `@openclaw/amazon-bedrock-provider`<br />รวมอยู่ใน OpenClaw        | providers: amazon-bedrock; contracts: memoryEmbeddingProviders                                                                                                                                                                                                   |
| [amazon-bedrock-mantle](/th/plugins/reference/amazon-bedrock-mantle) | เพิ่มการรองรับผู้ให้บริการโมเดล Amazon Bedrock Mantle ให้กับ OpenClaw                                                                                                       | `@openclaw/amazon-bedrock-mantle-provider`<br />รวมอยู่ใน OpenClaw | providers: amazon-bedrock-mantle                                                                                                                                                                                                                                 |
| [anthropic](/th/plugins/reference/anthropic)                         | เพิ่มการรองรับผู้ให้บริการโมเดล Anthropic ให้กับ OpenClaw                                                                                                                   | `@openclaw/anthropic-provider`<br />รวมอยู่ใน OpenClaw             | providers: anthropic; contracts: mediaUnderstandingProviders                                                                                                                                                                                                     |
| [anthropic-vertex](/th/plugins/reference/anthropic-vertex)           | เพิ่มการรองรับผู้ให้บริการโมเดล Anthropic Vertex ให้กับ OpenClaw                                                                                                            | `@openclaw/anthropic-vertex-provider`<br />รวมอยู่ใน OpenClaw      | providers: anthropic-vertex                                                                                                                                                                                                                                      |
| [arcee](/th/plugins/reference/arcee)                                 | เพิ่มการรองรับผู้ให้บริการโมเดล Arcee ให้กับ OpenClaw                                                                                                                       | `@openclaw/arcee-provider`<br />รวมอยู่ใน OpenClaw                 | providers: arcee                                                                                                                                                                                                                                                 |
| [azure-speech](/th/plugins/reference/azure-speech)                   | Azure AI Speech สำหรับแปลงข้อความเป็นเสียงพูด (MP3, บันทึกเสียง Ogg/Opus แบบเนทีฟ, PCM สำหรับโทรศัพท์)                                                                                    | `@openclaw/azure-speech`<br />รวมอยู่ใน OpenClaw                   | contracts: speechProviders                                                                                                                                                                                                                                       |
| [bonjour](/th/plugins/reference/bonjour)                             | ประกาศ Gateway ของ OpenClaw ในเครื่องผ่าน Bonjour/mDNS                                                                                                              | `@openclaw/bonjour`<br />รวมอยู่ใน OpenClaw                        | plugin                                                                                                                                                                                                                                                           |
| [browser](/th/plugins/reference/browser)                             | เพิ่มเครื่องมือที่เอเจนต์เรียกใช้ได้                                                                                                                                           | `@openclaw/browser-plugin`<br />รวมอยู่ใน OpenClaw                 | contracts: tools; skills                                                                                                                                                                                                                                         |
| [byteplus](/th/plugins/reference/byteplus)                           | เพิ่มการรองรับผู้ให้บริการโมเดล BytePlus, BytePlus Plan ให้กับ OpenClaw                                                                                                     | `@openclaw/byteplus-provider`<br />รวมอยู่ใน OpenClaw              | providers: byteplus, byteplus-plan; contracts: videoGenerationProviders                                                                                                                                                                                          |
| [canvas](/th/plugins/reference/canvas)                               | พื้นผิวควบคุม Canvas และเรนเดอร์ A2UI แบบทดลองสำหรับโหนดที่จับคู่กัน                                                                                            | `@openclaw/canvas-plugin`<br />รวมอยู่ใน OpenClaw                  | contracts: tools                                                                                                                                                                                                                                                 |
| [cerebras](/th/plugins/reference/cerebras)                           | เพิ่มการรองรับผู้ให้บริการโมเดล Cerebras ให้กับ OpenClaw                                                                                                                    | `@openclaw/cerebras-provider`<br />รวมอยู่ใน OpenClaw              | providers: cerebras                                                                                                                                                                                                                                              |
| [chutes](/th/plugins/reference/chutes)                               | เพิ่มการรองรับผู้ให้บริการโมเดล Chutes ให้กับ OpenClaw                                                                                                                      | `@openclaw/chutes-provider`<br />รวมอยู่ใน OpenClaw                | providers: chutes                                                                                                                                                                                                                                                |
| [clickclack](/th/plugins/reference/clickclack)                       | เพิ่มพื้นผิวช่องทาง Clickclack สำหรับส่งและรับข้อความ OpenClaw                                                                                     | `@openclaw/clickclack`<br />รวมอยู่ใน OpenClaw                     | channels: clickclack                                                                                                                                                                                                                                             |
| [cloudflare-ai-gateway](/th/plugins/reference/cloudflare-ai-gateway) | เพิ่มการรองรับผู้ให้บริการโมเดล Cloudflare AI Gateway ให้กับ OpenClaw                                                                                                       | `@openclaw/cloudflare-ai-gateway-provider`<br />รวมอยู่ใน OpenClaw | providers: cloudflare-ai-gateway                                                                                                                                                                                                                                 |
| [comfy](/th/plugins/reference/comfy)                                 | เพิ่มการรองรับผู้ให้บริการโมเดล ComfyUI ให้กับ OpenClaw                                                                                                                     | `@openclaw/comfy-provider`<br />รวมอยู่ใน OpenClaw                 | providers: comfy; contracts: imageGenerationProviders, musicGenerationProviders, videoGenerationProviders                                                                                                                                                        |
| [copilot-proxy](/th/plugins/reference/copilot-proxy)                 | เพิ่มการรองรับผู้ให้บริการโมเดล Copilot Proxy ให้กับ OpenClaw                                                                                                               | `@openclaw/copilot-proxy`<br />รวมอยู่ใน OpenClaw                  | providers: copilot-proxy                                                                                                                                                                                                                                         |
| [deepgram](/th/plugins/reference/deepgram)                           | เพิ่มการรองรับผู้ให้บริการทำความเข้าใจสื่อ เพิ่มการรองรับผู้ให้บริการถอดเสียงแบบเรียลไทม์                                                                             | `@openclaw/deepgram-provider`<br />รวมอยู่ใน OpenClaw              | contracts: mediaUnderstandingProviders, realtimeTranscriptionProviders                                                                                                                                                                                           |
| [deepinfra](/th/plugins/reference/deepinfra)                         | เพิ่มการรองรับผู้ให้บริการโมเดล DeepInfra ให้กับ OpenClaw                                                                                                                   | `@openclaw/deepinfra-provider`<br />รวมอยู่ใน OpenClaw             | providers: deepinfra; contracts: imageGenerationProviders, mediaUnderstandingProviders, memoryEmbeddingProviders, speechProviders, videoGenerationProviders                                                                                                      |
| [deepseek](/th/plugins/reference/deepseek)                           | เพิ่มการรองรับผู้ให้บริการโมเดล DeepSeek ให้กับ OpenClaw                                                                                                                    | `@openclaw/deepseek-provider`<br />รวมอยู่ใน OpenClaw              | providers: deepseek                                                                                                                                                                                                                                              |
| [document-extract](/th/plugins/reference/document-extract)           | แยกข้อความและรูปภาพหน้าสำรองจากไฟล์แนบเอกสารในเครื่อง                                                                                               | `@openclaw/document-extract-plugin`<br />รวมอยู่ใน OpenClaw        | contracts: documentExtractors                                                                                                                                                                                                                                    |
| [duckduckgo](/th/plugins/reference/duckduckgo)                       | เพิ่มการรองรับผู้ให้บริการค้นหาเว็บ                                                                                                                                    | `@openclaw/duckduckgo-plugin`<br />รวมอยู่ใน OpenClaw              | contracts: webSearchProviders                                                                                                                                                                                                                                    |
| [elevenlabs](/th/plugins/reference/elevenlabs)                       | เพิ่มการรองรับผู้ให้บริการความเข้าใจสื่อ เพิ่มการรองรับผู้ให้บริการถอดเสียงแบบเรียลไทม์ เพิ่มการรองรับผู้ให้บริการแปลงข้อความเป็นเสียง                                       | `@openclaw/elevenlabs-speech`<br />รวมอยู่ใน OpenClaw              | contracts: mediaUnderstandingProviders, realtimeTranscriptionProviders, speechProviders                                                                                                                                                                          |
| [exa](/th/plugins/reference/exa)                                     | เพิ่มการรองรับผู้ให้บริการค้นหาเว็บ                                                                                                                                    | `@openclaw/exa-plugin`<br />รวมอยู่ใน OpenClaw                     | contracts: webSearchProviders                                                                                                                                                                                                                                    |
| [fal](/th/plugins/reference/fal)                                     | เพิ่มการรองรับผู้ให้บริการโมเดล fal ให้กับ OpenClaw                                                                                                                         | `@openclaw/fal-provider`<br />รวมอยู่ใน OpenClaw                   | providers: fal; contracts: imageGenerationProviders, videoGenerationProviders                                                                                                                                                                                    |
| [file-transfer](/th/plugins/reference/file-transfer)                 | ดึงข้อมูล แสดงรายการ และเขียนไฟล์บนโหนดที่จับคู่ผ่านคำสั่งโหนดเฉพาะ เลี่ยงการตัดทอน stdout ของ bash โดยใช้ base64 ผ่าน node.invoke สำหรับไฟล์ไบนารีขนาดสูงสุด 16 MB | `@openclaw/file-transfer`<br />รวมอยู่ใน OpenClaw                  | contracts: tools                                                                                                                                                                                                                                                 |
| [firecrawl](/th/plugins/reference/firecrawl)                         | เพิ่มเครื่องมือที่เอเจนต์เรียกใช้ได้ เพิ่มการรองรับผู้ให้บริการดึงข้อมูลเว็บ เพิ่มการรองรับผู้ให้บริการค้นหาเว็บ                                                                        | `@openclaw/firecrawl-plugin`<br />รวมอยู่ใน OpenClaw               | contracts: tools, webFetchProviders, webSearchProviders                                                                                                                                                                                                          |
| [fireworks](/th/plugins/reference/fireworks)                         | เพิ่มการรองรับผู้ให้บริการโมเดล Fireworks ให้กับ OpenClaw                                                                                                                   | `@openclaw/fireworks-provider`<br />รวมอยู่ใน OpenClaw             | providers: fireworks                                                                                                                                                                                                                                             |
| [github-copilot](/th/plugins/reference/github-copilot)               | เพิ่มการรองรับผู้ให้บริการโมเดล GitHub Copilot ให้กับ OpenClaw                                                                                                              | `@openclaw/github-copilot-provider`<br />รวมอยู่ใน OpenClaw        | providers: github-copilot; contracts: memoryEmbeddingProviders                                                                                                                                                                                                   |
| [google](/th/plugins/reference/google)                               | เพิ่มการรองรับผู้ให้บริการโมเดล Google, Google Gemini CLI, Google Vertex ให้กับ OpenClaw                                                                                    | `@openclaw/google-plugin`<br />รวมอยู่ใน OpenClaw                  | providers: google, google-gemini-cli, google-vertex; contracts: imageGenerationProviders, mediaUnderstandingProviders, memoryEmbeddingProviders, musicGenerationProviders, realtimeVoiceProviders, speechProviders, videoGenerationProviders, webSearchProviders |
| [gradium](/th/plugins/reference/gradium)                             | เพิ่มการรองรับผู้ให้บริการแปลงข้อความเป็นเสียง                                                                                                                                | `@openclaw/gradium-speech`<br />รวมอยู่ใน OpenClaw                 | contracts: speechProviders                                                                                                                                                                                                                                       |
| [groq](/th/plugins/reference/groq)                                   | เพิ่มการรองรับผู้ให้บริการโมเดล Groq ให้กับ OpenClaw                                                                                                                        | `@openclaw/groq-provider`<br />รวมอยู่ใน OpenClaw                  | providers: groq; contracts: mediaUnderstandingProviders                                                                                                                                                                                                          |
| [huggingface](/th/plugins/reference/huggingface)                     | เพิ่มการรองรับผู้ให้บริการโมเดล Hugging Face ให้กับ OpenClaw                                                                                                                | `@openclaw/huggingface-provider`<br />รวมอยู่ใน OpenClaw           | providers: huggingface                                                                                                                                                                                                                                           |
| [imessage](/th/plugins/reference/imessage)                           | เพิ่มพื้นผิวช่องทาง iMessage สำหรับส่งและรับข้อความ OpenClaw                                                                                       | `@openclaw/imessage`<br />รวมอยู่ใน OpenClaw                       | channels: imessage                                                                                                                                                                                                                                               |
| [inworld](/th/plugins/reference/inworld)                             | การสตรีมแปลงข้อความเป็นเสียงของ Inworld (MP3, OGG_OPUS, PCM สำหรับโทรศัพท์)                                                                                                     | `@openclaw/inworld-speech`<br />รวมอยู่ใน OpenClaw                 | contracts: speechProviders                                                                                                                                                                                                                                       |
| [irc](/th/plugins/reference/irc)                                     | เพิ่มพื้นผิวช่องทาง IRC สำหรับส่งและรับข้อความ OpenClaw                                                                                            | `@openclaw/irc`<br />รวมอยู่ใน OpenClaw                            | channels: irc                                                                                                                                                                                                                                                    |
| [kilocode](/th/plugins/reference/kilocode)                           | เพิ่มการรองรับผู้ให้บริการโมเดล Kilocode ให้กับ OpenClaw                                                                                                                    | `@openclaw/kilocode-provider`<br />รวมอยู่ใน OpenClaw              | providers: kilocode                                                                                                                                                                                                                                              |
| [kimi](/th/plugins/reference/kimi)                                   | เพิ่มการรองรับผู้ให้บริการโมเดล Kimi, Kimi Coding ให้กับ OpenClaw                                                                                                           | `@openclaw/kimi-provider`<br />รวมอยู่ใน OpenClaw                  | providers: kimi, kimi-coding                                                                                                                                                                                                                                     |
| [litellm](/th/plugins/reference/litellm)                             | เพิ่มการรองรับผู้ให้บริการโมเดล LiteLLM ให้กับ OpenClaw                                                                                                                     | `@openclaw/litellm-provider`<br />รวมอยู่ใน OpenClaw               | providers: litellm; contracts: imageGenerationProviders                                                                                                                                                                                                          |
| [llm-task](/th/plugins/reference/llm-task)                           | เครื่องมือ LLM แบบ JSON เท่านั้นทั่วไปสำหรับงานแบบมีโครงสร้างที่เรียกใช้ได้จากเวิร์กโฟลว์                                                                                             | `@openclaw/llm-task`<br />รวมอยู่ใน OpenClaw                       | contracts: tools                                                                                                                                                                                                                                                 |
| [lmstudio](/th/plugins/reference/lmstudio)                           | เพิ่มการรองรับผู้ให้บริการโมเดล LM Studio ให้กับ OpenClaw                                                                                                                   | `@openclaw/lmstudio-provider`<br />รวมอยู่ใน OpenClaw              | providers: lmstudio; contracts: memoryEmbeddingProviders                                                                                                                                                                                                         |
| [mattermost](/th/plugins/reference/mattermost)                       | เพิ่มพื้นผิวช่องทาง Mattermost สำหรับส่งและรับข้อความ OpenClaw                                                                                     | `@openclaw/mattermost`<br />รวมอยู่ใน OpenClaw                     | channels: mattermost                                                                                                                                                                                                                                             |
| [memory-core](/th/plugins/reference/memory-core)                     | เพิ่มการรองรับผู้ให้บริการ embedding หน่วยความจำ เพิ่มเครื่องมือที่ตัวแทนเรียกใช้ได้                                                                                                   | `@openclaw/memory-core`<br />รวมอยู่ใน OpenClaw                    | contracts: memoryEmbeddingProviders, tools                                                                                                                                                                                                                       |
| [memory-wiki](/th/plugins/reference/memory-wiki)                     | ตัวคอมไพเลอร์วิกิแบบถาวรและคลังความรู้ที่ใช้งานกับ Obsidian ได้ดีสำหรับ OpenClaw                                                                                         | `@openclaw/memory-wiki`<br />รวมอยู่ใน OpenClaw                    | contracts: tools; skills                                                                                                                                                                                                                                         |
| [microsoft](/th/plugins/reference/microsoft)                         | เพิ่มการรองรับผู้ให้บริการแปลงข้อความเป็นเสียง                                                                                                                                | `@openclaw/microsoft-speech`<br />รวมอยู่ใน OpenClaw               | contracts: speechProviders                                                                                                                                                                                                                                       |
| [microsoft-foundry](/th/plugins/reference/microsoft-foundry)         | เพิ่มการรองรับผู้ให้บริการโมเดล Microsoft Foundry ให้กับ OpenClaw                                                                                                           | `@openclaw/microsoft-foundry`<br />รวมอยู่ใน OpenClaw              | providers: microsoft-foundry                                                                                                                                                                                                                                     |
| [migrate-claude](/th/plugins/reference/migrate-claude)               | นำเข้าคำสั่งของ Claude Code และ Claude Desktop, เซิร์ฟเวอร์ MCP, skills และการกำหนดค่าที่ปลอดภัยเข้าสู่ OpenClaw                                                      | `@openclaw/migrate-claude`<br />รวมอยู่ใน OpenClaw                 | contracts: migrationProviders                                                                                                                                                                                                                                    |
| [migrate-hermes](/th/plugins/reference/migrate-hermes)               | นำเข้าการกำหนดค่า Hermes, หน่วยความจำ, skills และข้อมูลประจำตัวที่รองรับเข้าสู่ OpenClaw                                                                             | `@openclaw/migrate-hermes`<br />รวมอยู่ใน OpenClaw                 | contracts: migrationProviders                                                                                                                                                                                                                                    |
| [minimax](/th/plugins/reference/minimax)                             | เพิ่มการรองรับผู้ให้บริการโมเดล MiniMax, MiniMax Portal ให้กับ OpenClaw                                                                                                     | `@openclaw/minimax-provider`<br />รวมอยู่ใน OpenClaw               | providers: minimax, minimax-portal; contracts: imageGenerationProviders, mediaUnderstandingProviders, musicGenerationProviders, speechProviders, videoGenerationProviders, webSearchProviders                                                                    |
| [mistral](/th/plugins/reference/mistral)                             | เพิ่มการรองรับผู้ให้บริการโมเดล Mistral ให้กับ OpenClaw                                                                                                                     | `@openclaw/mistral-provider`<br />รวมอยู่ใน OpenClaw               | providers: mistral; contracts: mediaUnderstandingProviders, memoryEmbeddingProviders, realtimeTranscriptionProviders                                                                                                                                             |
| [moonshot](/th/plugins/reference/moonshot)                           | เพิ่มการรองรับผู้ให้บริการโมเดล Moonshot ให้กับ OpenClaw                                                                                                                    | `@openclaw/moonshot-provider`<br />รวมอยู่ใน OpenClaw              | providers: moonshot; contracts: mediaUnderstandingProviders, webSearchProviders                                                                                                                                                                                  |
| [nvidia](/th/plugins/reference/nvidia)                               | เพิ่มการรองรับผู้ให้บริการโมเดล NVIDIA ให้กับ OpenClaw                                                                                                                      | `@openclaw/nvidia-provider`<br />รวมอยู่ใน OpenClaw                | providers: nvidia                                                                                                                                                                                                                                                |
| [oc-path](/th/plugins/reference/oc-path)                             | เพิ่ม CLI ของเส้นทาง openclaw สำหรับการระบุที่อยู่ไฟล์ในพื้นที่ทำงานด้วย oc://                                                                                                      | `@openclaw/oc-path`<br />รวมอยู่ใน OpenClaw                        | plugin                                                                                                                                                                                                                                                           |
| [ollama](/th/plugins/reference/ollama)                               | เพิ่มการรองรับผู้ให้บริการโมเดล Ollama ให้กับ OpenClaw                                                                                                                      | `@openclaw/ollama-provider`<br />รวมอยู่ใน OpenClaw                | providers: ollama; contracts: memoryEmbeddingProviders, webSearchProviders                                                                                                                                                                                       |
| [open-prose](/th/plugins/reference/open-prose)                       | ชุด Skills ของ OpenProse VM พร้อมคำสั่ง slash /prose                                                                                                                 | `@openclaw/open-prose`<br />รวมอยู่ใน OpenClaw                     | skills                                                                                                                                                                                                                                                           |
| [openai](/th/plugins/reference/openai)                               | เพิ่มการรองรับผู้ให้บริการโมเดล OpenAI, OpenAI Codex ให้กับ OpenClaw                                                                                                        | `@openclaw/openai-provider`<br />รวมอยู่ใน OpenClaw                | providers: openai, openai-codex; contracts: imageGenerationProviders, mediaUnderstandingProviders, memoryEmbeddingProviders, realtimeTranscriptionProviders, realtimeVoiceProviders, speechProviders, videoGenerationProviders                                   |
| [opencode](/th/plugins/reference/opencode)                           | เพิ่มการรองรับผู้ให้บริการโมเดล OpenCode ให้กับ OpenClaw                                                                                                                    | `@openclaw/opencode-provider`<br />รวมอยู่ใน OpenClaw              | providers: opencode; contracts: mediaUnderstandingProviders                                                                                                                                                                                                      |
| [opencode-go](/th/plugins/reference/opencode-go)                     | เพิ่มการรองรับผู้ให้บริการโมเดล OpenCode Go ให้กับ OpenClaw                                                                                                                 | `@openclaw/opencode-go-provider`<br />รวมอยู่ใน OpenClaw           | providers: opencode-go; contracts: mediaUnderstandingProviders                                                                                                                                                                                                   |
| [openrouter](/th/plugins/reference/openrouter)                       | เพิ่มการรองรับผู้ให้บริการโมเดล OpenRouter ให้กับ OpenClaw                                                                                                                  | `@openclaw/openrouter-provider`<br />รวมอยู่ใน OpenClaw            | providers: openrouter; contracts: imageGenerationProviders, mediaUnderstandingProviders, speechProviders, videoGenerationProviders                                                                                                                               |
| [openshell](/th/plugins/reference/openshell)                         | แบ็กเอนด์แซนด์บ็อกซ์ที่ขับเคลื่อนโดย OpenShell พร้อมพื้นที่ทำงานในเครื่องที่มิเรอร์กันและการดำเนินการคำสั่งผ่าน SSH                                                                 | `@openclaw/openshell-sandbox`<br />รวมอยู่ใน OpenClaw              | plugin                                                                                                                                                                                                                                                           |
| [perplexity](/th/plugins/reference/perplexity)                       | เพิ่มการรองรับผู้ให้บริการค้นหาเว็บ                                                                                                                                    | `@openclaw/perplexity-plugin`<br />รวมอยู่ใน OpenClaw              | contracts: webSearchProviders                                                                                                                                                                                                                                    |
| [qianfan](/th/plugins/reference/qianfan)                             | เพิ่มการรองรับผู้ให้บริการโมเดล Qianfan ให้กับ OpenClaw                                                                                                             | `@openclaw/qianfan-provider`<br />รวมอยู่ใน OpenClaw                 | providers: qianfan                                                                                                                                                                                                                                               |
| [qwen](/th/plugins/reference/qwen)                                   | เพิ่มการรองรับผู้ให้บริการโมเดล Qwen, Qwen Cloud, Model Studio, DashScope ให้กับ OpenClaw                                                                            | `@openclaw/qwen-provider`<br />รวมอยู่ใน OpenClaw                    | providers: qwen, qwencloud, modelstudio, dashscope; contracts: mediaUnderstandingProviders, videoGenerationProviders                                                                                                                                             |
| [runway](/th/plugins/reference/runway)                               | เพิ่มการรองรับผู้ให้บริการสร้างวิดีโอ                                                                                                                               | `@openclaw/runway-provider`<br />รวมอยู่ใน OpenClaw                  | contracts: videoGenerationProviders                                                                                                                                                                                                                              |
| [searxng](/th/plugins/reference/searxng)                             | เพิ่มการรองรับผู้ให้บริการค้นหาเว็บ                                                                                                                                 | `@openclaw/searxng-plugin`<br />รวมอยู่ใน OpenClaw                   | contracts: webSearchProviders                                                                                                                                                                                                                                    |
| [senseaudio](/th/plugins/reference/senseaudio)                       | เพิ่มการรองรับผู้ให้บริการความเข้าใจสื่อ                                                                                                                           | `@openclaw/senseaudio-provider`<br />รวมอยู่ใน OpenClaw              | contracts: mediaUnderstandingProviders                                                                                                                                                                                                                           |
| [sglang](/th/plugins/reference/sglang)                               | เพิ่มการรองรับผู้ให้บริการโมเดล SGLang ให้กับ OpenClaw                                                                                                              | `@openclaw/sglang-provider`<br />รวมอยู่ใน OpenClaw                  | providers: sglang                                                                                                                                                                                                                                                |
| [signal](/th/plugins/reference/signal)                               | เพิ่มอินเทอร์เฟซช่องทาง Signal สำหรับส่งและรับข้อความ OpenClaw                                                                                                      | `@openclaw/signal`<br />รวมอยู่ใน OpenClaw                           | channels: signal                                                                                                                                                                                                                                                 |
| [skill-workshop](/th/plugins/reference/skill-workshop)               | บันทึกเวิร์กโฟลว์ที่ทำซ้ำได้เป็น Skills ของเวิร์กสเปซ พร้อมการตรวจทานที่รอดำเนินการ การเขียนที่ปลอดภัย และการรีเฟรชพรอมป์ของ Skills                              | `@openclaw/skill-workshop`<br />รวมอยู่ใน OpenClaw                   | contracts: tools                                                                                                                                                                                                                                                 |
| [slack](/th/plugins/reference/slack)                                 | เพิ่มอินเทอร์เฟซช่องทาง Slack สำหรับส่งและรับข้อความ OpenClaw                                                                                                       | `@openclaw/slack`<br />รวมอยู่ใน OpenClaw                            | channels: slack                                                                                                                                                                                                                                                  |
| [stepfun](/th/plugins/reference/stepfun)                             | เพิ่มการรองรับผู้ให้บริการโมเดล StepFun, StepFun Plan ให้กับ OpenClaw                                                                                               | `@openclaw/stepfun-provider`<br />รวมอยู่ใน OpenClaw                 | providers: stepfun, stepfun-plan                                                                                                                                                                                                                                 |
| [synthetic](/th/plugins/reference/synthetic)                         | เพิ่มการรองรับผู้ให้บริการโมเดล Synthetic ให้กับ OpenClaw                                                                                                           | `@openclaw/synthetic-provider`<br />รวมอยู่ใน OpenClaw               | providers: synthetic                                                                                                                                                                                                                                             |
| [tavily](/th/plugins/reference/tavily)                               | เพิ่มเครื่องมือที่เอเจนต์เรียกใช้ได้ เพิ่มการรองรับผู้ให้บริการค้นหาเว็บ                                                                                           | `@openclaw/tavily-plugin`<br />รวมอยู่ใน OpenClaw                    | contracts: tools, webSearchProviders; skills                                                                                                                                                                                                                     |
| [telegram](/th/plugins/reference/telegram)                           | เพิ่มอินเทอร์เฟซช่องทาง Telegram สำหรับส่งและรับข้อความ OpenClaw                                                                                                    | `@openclaw/telegram`<br />รวมอยู่ใน OpenClaw                         | channels: telegram                                                                                                                                                                                                                                               |
| [tencent](/th/plugins/reference/tencent)                             | เพิ่มการรองรับผู้ให้บริการโมเดล Tencent TokenHub ให้กับ OpenClaw                                                                                                    | `@openclaw/tencent-provider`<br />รวมอยู่ใน OpenClaw                 | providers: tencent-tokenhub                                                                                                                                                                                                                                      |
| [together](/th/plugins/reference/together)                           | เพิ่มการรองรับผู้ให้บริการโมเดล Together ให้กับ OpenClaw                                                                                                            | `@openclaw/together-provider`<br />รวมอยู่ใน OpenClaw                | providers: together; contracts: videoGenerationProviders                                                                                                                                                                                                         |
| [tokenjuice](/th/plugins/reference/tokenjuice)                       | บีบอัดผลลัพธ์ของเครื่องมือ `exec` และ `bash` ด้วยตัวลดขนาด tokenjuice                                                                                               | `@openclaw/tokenjuice`<br />รวมอยู่ใน OpenClaw                       | contracts: agentToolResultMiddleware                                                                                                                                                                                                                             |
| [tts-local-cli](/th/plugins/reference/tts-local-cli)                 | เพิ่มการรองรับผู้ให้บริการแปลงข้อความเป็นเสียงพูด                                                                                                                  | `@openclaw/tts-local-cli`<br />รวมอยู่ใน OpenClaw                    | contracts: speechProviders                                                                                                                                                                                                                                       |
| [venice](/th/plugins/reference/venice)                               | เพิ่มการรองรับผู้ให้บริการโมเดล Venice ให้กับ OpenClaw                                                                                                              | `@openclaw/venice-provider`<br />รวมอยู่ใน OpenClaw                  | providers: venice                                                                                                                                                                                                                                                |
| [vercel-ai-gateway](/th/plugins/reference/vercel-ai-gateway)         | เพิ่มการรองรับผู้ให้บริการโมเดล Vercel AI Gateway ให้กับ OpenClaw                                                                                                   | `@openclaw/vercel-ai-gateway-provider`<br />รวมอยู่ใน OpenClaw       | providers: vercel-ai-gateway                                                                                                                                                                                                                                     |
| [vllm](/th/plugins/reference/vllm)                                   | เพิ่มการรองรับผู้ให้บริการโมเดล vLLM ให้กับ OpenClaw                                                                                                                | `@openclaw/vllm-provider`<br />รวมอยู่ใน OpenClaw                    | providers: vllm                                                                                                                                                                                                                                                  |
| [volcengine](/th/plugins/reference/volcengine)                       | เพิ่มการรองรับผู้ให้บริการโมเดล Volcengine, Volcengine Plan ให้กับ OpenClaw                                                                                         | `@openclaw/volcengine-provider`<br />รวมอยู่ใน OpenClaw              | providers: volcengine, volcengine-plan; contracts: speechProviders                                                                                                                                                                                               |
| [voyage](/th/plugins/reference/voyage)                               | เพิ่มการรองรับผู้ให้บริการ memory embedding                                                                                                                              | `@openclaw/voyage-provider`<br />รวมอยู่ใน OpenClaw                | contracts: memoryEmbeddingProviders                                                                                                                                                                                                                              |
| [vydra](/th/plugins/reference/vydra)                                 | เพิ่มการรองรับผู้ให้บริการโมเดล Vydra ให้กับ OpenClaw                                                                                                                       | `@openclaw/vydra-provider`<br />รวมอยู่ใน OpenClaw                 | providers: vydra; contracts: imageGenerationProviders, speechProviders, videoGenerationProviders                                                                                                                                                                 |
| [web-readability](/th/plugins/reference/web-readability)             | แยกเนื้อหาบทความที่อ่านได้จากการตอบกลับการดึงเว็บ HTML ในเครื่อง                                                                                                | `@openclaw/web-readability-plugin`<br />รวมอยู่ใน OpenClaw         | contracts: webContentExtractors                                                                                                                                                                                                                                  |
| [webhooks](/th/plugins/reference/webhooks)                           | Webhook ขาเข้าที่ผ่านการยืนยันตัวตน ซึ่งผูกระบบอัตโนมัติภายนอกเข้ากับ OpenClaw TaskFlows                                                                                  | `@openclaw/webhooks`<br />รวมอยู่ใน OpenClaw                       | plugin                                                                                                                                                                                                                                                           |
| [xai](/th/plugins/reference/xai)                                     | เพิ่มการรองรับผู้ให้บริการโมเดล xAI ให้กับ OpenClaw                                                                                                                         | `@openclaw/xai-plugin`<br />รวมอยู่ใน OpenClaw                     | providers: xai; contracts: imageGenerationProviders, mediaUnderstandingProviders, realtimeTranscriptionProviders, speechProviders, tools, videoGenerationProviders, webSearchProviders                                                                           |
| [xiaomi](/th/plugins/reference/xiaomi)                               | เพิ่มการรองรับผู้ให้บริการโมเดล Xiaomi ให้กับ OpenClaw                                                                                                                      | `@openclaw/xiaomi-provider`<br />รวมอยู่ใน OpenClaw                | providers: xiaomi; contracts: speechProviders                                                                                                                                                                                                                    |
| [zai](/th/plugins/reference/zai)                                     | เพิ่มการรองรับผู้ให้บริการโมเดล Z.AI ให้กับ OpenClaw                                                                                                                        | `@openclaw/zai-provider`<br />รวมอยู่ใน OpenClaw                   | providers: zai; contracts: mediaUnderstandingProviders                                                                                                                                                                                                           |

## แพ็กเกจภายนอกอย่างเป็นทางการ

| Plugin                                                              | คำอธิบาย                                                                           | การแจกจ่าย                                                                                     | พื้นผิว                                                                      |
| ------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------- |
| [acpx](/th/plugins/reference/acpx)                                     | แบ็กเอนด์รันไทม์ ACP แบบฝังตัว พร้อมการจัดการเซสชันและทรานสปอร์ตที่ Plugin เป็นเจ้าของ      | `@openclaw/acpx`<br />npm; ClawHub                                                               | skills                                                                       |
| [brave](/th/plugins/reference/brave)                                   | เพิ่มการรองรับผู้ให้บริการค้นหาเว็บ                                                     | `@openclaw/brave-plugin`<br />npm; ClawHub                                                       | contracts: webSearchProviders                                                |
| [codex](/th/plugins/reference/codex)                                   | ฮาร์เนส app-server ของ Codex และแค็ตตาล็อกโมเดล GPT ที่ Codex จัดการ                         | `@openclaw/codex`<br />npm; ClawHub                                                              | providers: codex; contracts: mediaUnderstandingProviders, migrationProviders |
| [diagnostics-otel](/th/plugins/reference/diagnostics-otel)             | ตัวส่งออก OpenTelemetry สำหรับการวินิจฉัยของ OpenClaw                                          | `@openclaw/diagnostics-otel`<br />npm; ClawHub: `clawhub:@openclaw/diagnostics-otel`             | plugin                                                                       |
| [diagnostics-prometheus](/th/plugins/reference/diagnostics-prometheus) | ตัวส่งออก Prometheus สำหรับการวินิจฉัยของ OpenClaw                                             | `@openclaw/diagnostics-prometheus`<br />npm; ClawHub: `clawhub:@openclaw/diagnostics-prometheus` | plugin                                                                       |
| [diffs](/th/plugins/reference/diffs)                                   | ตัวดู diff แบบอ่านอย่างเดียวและตัวเรนเดอร์ไฟล์สำหรับเอเจนต์                                   | `@openclaw/diffs`<br />npm; ClawHub                                                              | contracts: tools; skills                                                     |
| [discord](/th/plugins/reference/discord)                               | เพิ่มพื้นผิวช่องทาง Discord สำหรับส่งและรับข้อความ OpenClaw         | `@openclaw/discord`<br />npm; ClawHub                                                            | channels: discord                                                            |
| [feishu](/th/plugins/reference/feishu)                                 | เพิ่มพื้นผิวช่องทาง Feishu สำหรับส่งและรับข้อความ OpenClaw          | `@openclaw/feishu`<br />npm; ClawHub                                                             | channels: feishu; contracts: tools; skills                                   |
| [google-meet](/th/plugins/reference/google-meet)                       | เข้าร่วมสาย Google Meet ผ่านทรานสปอร์ต Chrome หรือ Twilio                           | `@openclaw/google-meet`<br />npm; ClawHub                                                        | contracts: tools                                                             |
| [googlechat](/th/plugins/reference/googlechat)                         | เพิ่มพื้นผิวช่องทาง Google Chat สำหรับส่งและรับข้อความ OpenClaw     | `@openclaw/googlechat`<br />npm; ClawHub                                                         | channels: googlechat                                                         |
| [line](/th/plugins/reference/line)                                     | เพิ่มพื้นผิวช่องทาง LINE สำหรับส่งและรับข้อความ OpenClaw            | `@openclaw/line`<br />npm; ClawHub                                                               | channels: line                                                               |
| [lobster](/th/plugins/reference/lobster)                               | เครื่องมือเวิร์กโฟลว์แบบมีชนิด พร้อมการอนุมัติที่กลับมาดำเนินต่อได้                                         | `@openclaw/lobster`<br />npm; ClawHub                                                            | contracts: tools                                                             |
| [matrix](/th/plugins/reference/matrix)                                 | เพิ่มพื้นผิวช่องทาง Matrix สำหรับส่งและรับข้อความ OpenClaw          | `@openclaw/matrix`<br />ClawHub: `clawhub:@openclaw/matrix`; npm                                 | channels: matrix                                                             |
| [memory-lancedb](/th/plugins/reference/memory-lancedb)                 | เพิ่มเครื่องมือที่เอเจนต์เรียกใช้ได้                                                            | `@openclaw/memory-lancedb`<br />npm; ClawHub                                                     | contracts: tools                                                             |
| [msteams](/th/plugins/reference/msteams)                               | เพิ่มพื้นผิวช่องทาง Microsoft Teams สำหรับส่งและรับข้อความ OpenClaw | `@openclaw/msteams`<br />npm; ClawHub                                                            | channels: msteams                                                            |
| [nextcloud-talk](/th/plugins/reference/nextcloud-talk)                 | เพิ่มพื้นผิวช่องทาง Nextcloud Talk สำหรับส่งและรับข้อความ OpenClaw  | `@openclaw/nextcloud-talk`<br />npm; ClawHub                                                     | channels: nextcloud-talk                                                     |
| [nostr](/th/plugins/reference/nostr)                                   | เพิ่มพื้นผิวช่องทาง Nostr สำหรับส่งและรับข้อความ OpenClaw           | `@openclaw/nostr`<br />npm; ClawHub                                                              | channels: nostr                                                              |
| [qqbot](/th/plugins/reference/qqbot)                                   | เพิ่มพื้นผิวช่องทาง QQ Bot สำหรับส่งและรับข้อความ OpenClaw          | `@openclaw/qqbot`<br />npm; ClawHub                                                              | channels: qqbot; contracts: tools; skills                                    |
| [synology-chat](/th/plugins/reference/synology-chat)                   | เพิ่มพื้นผิวช่องทาง Synology Chat สำหรับส่งและรับข้อความ OpenClaw   | `@openclaw/synology-chat`<br />npm; ClawHub                                                      | channels: synology-chat                                                      |
| [tlon](/th/plugins/reference/tlon)                                     | เพิ่มพื้นผิวช่องทาง Tlon สำหรับส่งและรับข้อความ OpenClaw            | `@openclaw/tlon`<br />npm; ClawHub                                                               | channels: tlon; contracts: tools; skills                                     |
| [twitch](/th/plugins/reference/twitch)                                 | เพิ่มพื้นผิวช่องทาง Twitch สำหรับส่งและรับข้อความ OpenClaw          | `@openclaw/twitch`<br />npm; ClawHub                                                             | channels: twitch                                                             |
| [voice-call](/th/plugins/reference/voice-call)                         | เพิ่มเครื่องมือที่เอเจนต์เรียกใช้ได้                                                            | `@openclaw/voice-call`<br />npm; ClawHub                                                         | contracts: tools                                                             |
| [whatsapp](/th/plugins/reference/whatsapp)                             | เพิ่มพื้นผิวช่องทาง WhatsApp สำหรับส่งและรับข้อความ OpenClaw        | `@openclaw/whatsapp`<br />npm; ClawHub                                                           | channels: whatsapp                                                           |
| [zalo](/th/plugins/reference/zalo)                                     | เพิ่มพื้นผิวช่องทาง Zalo สำหรับส่งและรับข้อความ OpenClaw            | `@openclaw/zalo`<br />npm; ClawHub                                                               | channels: zalo                                                               |
| [zalouser](/th/plugins/reference/zalouser)                             | เพิ่มพื้นผิวช่องทาง Zalo Personal สำหรับส่งและรับข้อความ OpenClaw   | `@openclaw/zalouser`<br />npm; ClawHub                                                           | channels: zalouser; contracts: tools                                         |

## เฉพาะซอร์ส checkout

| Plugin                                      | คำอธิบาย                                                              | การแจกจ่าย                                     | พื้นผิว              |
| ------------------------------------------- | ------------------------------------------------------------------------ | ------------------------------------------------ | -------------------- |
| [qa-channel](/th/plugins/reference/qa-channel) | เพิ่มพื้นผิวช่องทาง QA Channel สำหรับส่งและรับข้อความ OpenClaw | `@openclaw/qa-channel`<br />source checkout only | channels: qa-channel |
| [qa-lab](/th/plugins/reference/qa-lab)         | QA lab plugin ของ OpenClaw พร้อม UI ดีบักเกอร์ส่วนตัวและตัวรันสถานการณ์     | `@openclaw/qa-lab`<br />source checkout only     | plugin               |
| [qa-matrix](/th/plugins/reference/qa-matrix)   | ตัวรันและซับสเตรตทรานสปอร์ต QA ของ Matrix                                | `@openclaw/qa-matrix`<br />source checkout only  | plugin               |
