QuotaCheap Playbook
OpenClaw Plugins: mở rộng runtime bằng channels, tools, providers và hooks mà vẫn kiểm soát được
Hướng dẫn OpenClaw Plugins cho production: install từ ClawHub/npm/git/local, enable, Gateway restart, runtime inspect, allow/deny policy, plugin hooks và Q…
Plugin không chỉ là add-on. Nó có thể thêm channel, model provider, tool, hook, skill, speech, web fetch/search và cả runtime surfaces — nên phải install, enable, inspect và audit đúng cách.
Playbook tiếng Việt về OpenClaw Plugins: plugin capabilities, install sources ClawHub/npm/git/local, Gateway restart, runtime inspect, plugin policy allow/deny, install policy, native vs compatible bundles, plugin hooks, inventory và QuotaCheap usage/cost visibility.
Plugin nghe giống “add on nhỏ”, nhưng trong OpenClaw nó có thể chạm vào những phần rất sâu của runtime: channels, model providers, agent harnesses, tools, skills, speech, realtime transcription, voice, media understanding, image/video generation, web fetch, web search, hooks, Gateway methods, HTTP routes, plugin owned CLI commands.
Nói cách khác: plugin không phải sticker dán lên app.
Plugin là code mở rộng hệ thần kinh của Gateway.
Vì vậy production plugin workflow không thể là “install đại rồi cầu trời”.
Bạn cần biết plugin đến từ đâu, có cần restart không, đã load runtime thật chưa, config policy có allow/deny đúng không, install policy có chặn được code không tin cậy không, và model/tool usage phát sinh qua plugin có được quan sát không.
Bài này đi qua cách nghĩ thực dụng về OpenClaw Plugins: install sources, Gateway reload, runtime inspect, plugin policy, native vs compatible bundles, hooks, inventory, security và QuotaCheap usage visibility.
Plugin mở rộng những gì trong OpenClaw?
Docs nói plugins extend OpenClaw với: channels; model providers; agent harnesses; tools; skills; speech; realtime transcription; voice; media understanding/generation; web fetch/search; runtime capabilities khác.
Một plugin Discord/Slack có thể thêm channel runtime.
Một provider plugin có thể thêm model access.
Một tool plugin có thể đưa capability mới vào agent.
Một hook plugin có thể tham gia lifecycle events.
Vì vậy khi debug plugin, đừng hỏi “plugin đã install chưa” là xong.
Hỏi tiếp: nó đã register runtime surface nào, Gateway đang dùng snapshot nào, config có enable không, allow/deny có chặn không?
Workflow chuẩn: find, install, configure, restart, inspect Docs tóm workflow plugin phổ biến: 1.
install từ ClawHub, npm, git, hoặc local path; 3.
để managed Gateway auto restart hoặc restart thủ công; 4.
verify runtime registrations.
Quick commands: plugins list là cold inventory check.
Nó cho biết OpenClaw có thể discover gì từ config, manifests, registry.
Nó không chứng minh Gateway runtime đang chạy đã import plugin.
Muốn chứng minh runtime surfaces như tools, hooks, services, Gateway methods, HTTP routes, plugin owned CLI commands đã load, dùng: Đây là câu thần chú production.
Không inspect runtime thì chỉ mới đoán.
Install sources: ClawHub, npm, git, local, npm pack Docs liệt kê nhiều source: Chọn source theo mục đích: ClawHub : discovery native cho OpenClaw, scan summaries, versions, hints.