Tool plugin SDK: how defineToolPlugin changes OpenClaw extensions
Tool plugin SDK support gives OpenClaw extension authors a typed path for building, validating, and shipping simple agent tools without hiding contracts in glue code.
4 articles connected to this topic.
Tool plugin SDK support gives OpenClaw extension authors a typed path for building, validating, and shipping simple agent tools without hiding contracts in glue code.
Agent provider plugins keep self-hosted AI agents lighter by moving heavy channel and model dependencies out of the core install until operators need them.
Provider plugins in OpenClaw 2026.5.12 move heavy Slack, Bedrock, Anthropic Vertex, and sandbox dependency cones out of core installs so operators only pull what they use.
OpenClaw v2026.5.3 added a bundled file-transfer plugin so agents can fetch and write binary files across paired nodes. Here's how file_fetch, dir_list, dir_fetch and file_write work, plus the default-deny path policy that keeps it safe.