What problem does it solve? Teams sharing folio presentation pages want their public /present/<token> pages to reflect their brand identity, but manually styling each page is not possible since rendering is server-side. This Skill lets an agent read and update the team-scoped theme through the folio HTTP API. ## Core Features & Use Cases - Read current theme: Query GET /v1/theme with team authentication to inspect existing color tokens, fonts, logo, header, and footer. - Update brand tokens: Set color palettes (background, surface, text, muted, border, accent) and font choices (system, serif, mono) via PUT /v1/theme. - Logo and header/footer management: Upload a base64-encoded PNG, JPEG, GIF, or WebP logo (max 256 KiB), set header/footer text, or clear the existing logo. - Use Case: A team wants its shared document links to display company colors and a logo. The agent builds a theme JSON payload, uploads it with team authentication, and verifies the branded rendering on a present link. ## Quick Start Ask the agent to set your folio team theme with your brand colors and logo, then verify it on a present link.