generate_plugin_boilerplate
Generate a Lampa plugin boilerplate by selecting needed features like settings, hooks, or storage. Get working code based on real plugin patterns.
Instructions
Generate a ready-to-use Lampa plugin boilerplate based on real patterns from existing plugins. Select the features you need and get working code instantly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plugin_name | Yes | Plugin folder/id in snake_case, e.g. 'my_plugin'. | |
| display_name | Yes | Human-readable name shown in the Lampa UI, e.g. 'My Plugin'. | |
| features | No | Features to include. Defaults to [settings, full_card_hook]. Options: settings | full_card_hook | player_hook | catalog_hook | storage | lang_keys | iptv. |