From 11abe5ec49542fe37c129267dd90da1921474142 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Fri, 24 Apr 2026 17:36:27 +0100 Subject: [PATCH] docs: clarify plugin api extension path --- VISION.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/VISION.md b/VISION.md index c377b97e201..2d310a54c06 100644 --- a/VISION.md +++ b/VISION.md @@ -53,6 +53,8 @@ We prioritize secure defaults, but also expose clear knobs for trusted high-powe OpenClaw has an extensive plugin API. Core stays lean; optional capability should usually ship as plugins. +We are generally slimming down core while expanding what plugins can do. +If a useful feature cannot be built as a plugin yet, we welcome PRs and design discussions that extend the plugin API instead of adding one-off core behavior. There are two broad plugin styles: