718 B
718 B
name, description
| name | description |
|---|---|
| plugin-scaffolder | Generates a standardized single-file i18n Python plugin template based on project standards. Use when starting a new plugin development to skip boilerplate writing. |
Plugin Scaffolder
Overview
Generates compliant OpenWebUI plugin templates with built-in i18n, common utility methods, and required docstring fields.
Usage
- Provide the Plugin Name and Type (action/filter/pipe).
- The skill will generate the
.pyfile and the bilingualREADMEfiles.
Template Standard
Valves(BaseModel)withUPPER_SNAKE_CASE_get_user_contextwith JS fallback and timeout_emit_statusand_emit_debug_logmethods- Standardized docstring metadata