Starter Templates
Overview of all 6 plugin starter templates.
# Plugin Starter Templates
The SDK includes **6 pre-configured starter templates** available via `weavetab init --template <type>`:
| Template | Flag | Description |
|---|---|---|
| **Standard** | `--template standard` | Versatile default plugin with custom tools, isolated storage, and HUD thoughts. |
| **Visual Overlay** | `--template visual` | Visual feedback, element highlights, custom badges, and DOM style injections. |
| **DOM Scraper** | `--template scraper` | Structured table/card scraper with sandboxed JSON dataset caching. |
| **Automation** | `--template automation` | Multi-step macro workflow execution with retry loops. |
| **Security Override** | `--template override` | Intercepts built-in tools (`browser_navigate`) with domain safety filters. |
| **YouTube Media** | `--template youtube` | URL pattern matching, video navigation hooks, and auto-like automation. |