- version-bumper: automated multi-file version synchronization - plugin-scaffolder: standardized 12-language i18n template generation - doc-mirror-sync: automated README to docs mirroring - i18n-validator: dictionary key alignment analysis via AST - gh-issue-replier: professional English reply with star-check logic - gh-issue-scheduler: unanswered issue audit and action planning
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