diff --git a/pov-doc/SKILL.md b/pov-doc/SKILL.md index 46dc724..9fbd1a7 100644 --- a/pov-doc/SKILL.md +++ b/pov-doc/SKILL.md @@ -27,6 +27,8 @@ Search `~/notes` for account notes, meeting notes, and inbox items related to th In addition to the fields above, gather these for the document header: +**Verkada logo:** A Verkada logo is bundled at `assets/verkada-logo.png` in the skill directory. The render script finds it automatically via `find_verkada_logo()`. Source: `https://cdn.verkada.com/image/upload/f_jpg,w_380,h_285,c_fill,q_auto:good/f_webp/q_auto/v1689623491/uploads/press/verkada_logo.png` (note: served as WebP despite .png extension; converted to PNG locally). No need to download the Verkada logo for each POC document. + **Customer logo:** Search the web for the customer's official logo. Prefer high-resolution PNG files (at least 1000px wide). Good sources include the customer's website, Wikipedia/Wikimedia Commons, and official brand asset portals. Download the logo to a temporary location (e.g., `/tmp/`). If no high-res version is available, download what you can find and upscale it 4x using Pillow. **Customer mission statement:** Search the web for the customer's official mission statement. Prefer the most recent version from their website or official publications (district improvement plans, annual reports, etc.). If the customer has both a mission and vision statement, use the mission statement. diff --git a/pov-doc/assets/verkada-logo.png b/pov-doc/assets/verkada-logo.png new file mode 100644 index 0000000..570ba79 Binary files /dev/null and b/pov-doc/assets/verkada-logo.png differ