www/docs/development/plugins/overview.md
Wox plugins are categorized by their installation type:
System Plugin: These are plugins bundled with Wox and cannot be uninstalled. They provide essential functionalities. For instance, wpm is a system plugin used for plugin management.
User Plugin: These are plugins installed by the user. They can be installed, uninstalled, updated, or disabled by the user.
Wox supports two different plugin implementation approaches:
If you use Codex or another compatible agent, see AI Skills For Plugin Development.
Script plugins are lightweight, single-file plugins that are perfect for simple automation tasks and quick utilities.
Features:
Use Cases:
Limitations:
Full-featured plugins are comprehensive plugins designed for complex application scenarios and high-performance requirements.
Features:
Use Cases:
Supported Languages:
wox-plugin SDK@wox-launcher/wox-plugin SDKWox plugins can have commands that provide specific functionalities. For example, the wpm plugin has commands like install and remove for plugin management.