> ## Documentation Index
> Fetch the complete documentation index at: https://docs.clawcontrol.cc/llms.txt
> Use this file to discover all available pages before exploring further.

# Plugins

This page documents plugin management behavior implemented in ClawControl.

## Capability-aware UI

Plugin UI first queries capabilities, then enables/disables actions based on what OpenClaw reports.

## Implemented Plugin Actions

* list/get
* install
* enable/disable
* uninstall
* run doctor
* update plugin config
* restart plugins for config application

Most mutating actions are governor/typed-confirm protected.

## Sources

Install source types include:

* npm
* git
* local path
* tarball (`.tgz`)

## Operational Signals

Plugin rows surface:

* doctor status
* restart-required flag
* runtime status and errors

## Last updated

2026-02-13

## Related pages

* [OpenClaw Integration](/integration/openclaw-integration)
* [Maintenance and Recovery](/features/maintenance-recovery)
* [Plugins, Skills, and Models (API)](/api/plugins-skills-models)
