mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
feat(plugins): support the Agent Plugins bundle format (#120115)
* feat(plugins): support the Agent Plugins bundle format * docs(plugins): document the Agent Plugins bundle format * test(agents): preserve agent bundle runtime discovery * fix(plugins): isolate Agent Plugins data-dir failures and align MCP support reporting * docs(plugins): list Agent Plugins in the canonical plugin-format guides * fix(plugins): gate Agent Plugins detection on schema, pure inspection, root-relative cwd * fix(plugins): record Agent Plugins data-dir ownership explicitly * docs(plugins): cover Agent Plugins in the CLI install detection guide * fix(plugins): carry Agent Plugins data-dir and transport contracts through external MCP projections
This commit is contained in:
committed by
GitHub
parent
06d5e4457f
commit
f4387b7a5e
@@ -228,10 +228,10 @@ paths.
|
||||
|
||||
OpenClaw recognizes two plugin formats:
|
||||
|
||||
| Format | How it loads | Use when |
|
||||
| ---------------------- | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------- |
|
||||
| Native OpenClaw plugin | `openclaw.plugin.json` plus a runtime module loaded in process | You are installing or building OpenClaw-specific runtime capabilities |
|
||||
| Compatible bundle | Codex, Claude, or Cursor plugin layout mapped into OpenClaw plugin inventory | You are reusing compatible skills, commands, hooks, or bundle metadata |
|
||||
| Format | How it loads | Use when |
|
||||
| ---------------------- | ------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------- |
|
||||
| Native OpenClaw plugin | `openclaw.plugin.json` plus a runtime module loaded in process | You are installing or building OpenClaw-specific runtime capabilities |
|
||||
| Compatible bundle | Agent Plugins, Codex, Claude, or Cursor plugin layout mapped into OpenClaw plugin inventory | You are reusing compatible skills, commands, hooks, or bundle metadata |
|
||||
|
||||
Both formats appear in `openclaw plugins list`, `openclaw plugins inspect`,
|
||||
`openclaw plugins enable`, and `openclaw plugins disable`. See
|
||||
|
||||
Reference in New Issue
Block a user