Back to Skills
DesignProv0.3.0

Generate event posters via HTML + Playwright / 活动海报生成

0chen0xmatchmaker8421bitaskbugaugustsclbaidang201BBS6215bczheng666+73
69 joined org, 12 invited

Version

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 the render_to_png.py script)

Usage

# In Claude Code:
帮我做一张活动海报,主题是 "Claude Code Workshop",时间 4月20日下午2点,地点上海静安嘉里中心

Claude will:

  1. Ask for missing details (speakers, style, aspect ratio)
  2. Generate poster.html — a self-contained plain HTML/CSS file
  3. Render to poster.png via Playwright
  4. Display the result

Options

OptionDefaultDescription
Aspect ratio9:169:16, 3:4, 1:1, 16:9
Themeautotech, warm-academic, minimalist, vibrant, corporate, chinese-traditional
Scale3xRender 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.

License: Commercial