DesignProv0.3.0
Generate event posters via HTML + Playwright / 活动海报生成
lovstudio:event-poster
Generate event posters as plain HTML/CSS, rendered to PNG via Playwright.
Install
npx skills add lovstudio/pro-skills --skill lovstudio:event-poster
Dependencies
- Python 3 + Playwright (
pip install playwright && playwright install chromium) - Also requires
lovstudio:image-creator(provides therender_to_png.pyscript)
Usage
# In Claude Code:
帮我做一张活动海报,主题是 "Claude Code Workshop",时间 4月20日下午2点,地点上海静安嘉里中心
Claude will:
- Ask for missing details (speakers, style, aspect ratio)
- Generate
poster.html— a self-contained plain HTML/CSS file - Render to
poster.pngvia Playwright - Display the result
Options
| Option | Default | Description |
|---|---|---|
| Aspect ratio | 9:16 | 9:16, 3:4, 1:1, 16:9 |
| Theme | auto | tech, warm-academic, minimalist, vibrant, corporate, chinese-traditional |
| Scale | 3x | Render scale factor (3x default, 4x for print) |
Editing
The generated poster.html is fully editable in any browser (mobile-width centered layout). Change text/styles directly and re-render.