LaunchKit · 2026
Back to Skills

brand-guidelines

Applies Anthropic's official brand colors and typography.

0
0 downloads
by @seanphan

Setup & Installation

openclaw skills install @seanphan/brand-guidelines

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install brand-guidelines

What This Skill Does

Applies Anthropic's official brand colors and typography to documents and presentations. Uses a defined palette of dark, light, gray, and accent colors alongside Poppins for headings and Lora for body text. Color values are applied via python-pptx's RGBColor class for precise fidelity.

Encoding the exact hex values and font rules eliminates guesswork when someone needs to match Anthropic's visual identity without access to a brand portal.

When to use it

  • Rebrand an internal slide deck with Anthropic's color palette
  • Standardize typography across a set of presentation files
  • Apply orange, blue, and green accents to shape elements in a pitch deck
  • Reformat a report so headings and body text match corporate style
  • Quickly style a one-off document without manually referencing brand specs

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Apply Anthropic brand styling to my presentation file

AGENT
  1. 1Load the target .pptx file using python-pptx
  2. 2Scan all text frames and identify headings (24pt and above) versus body text
  3. 3Apply Poppins (or Arial fallback) to headings and Lora (or Georgia fallback) to body text
  4. 4Set text and background colors using the defined brand hex values based on contrast context
  5. 5Cycle orange, blue, and green accent colors across non-text shape fills
OUTPUT

Updated .pptx file with Anthropic brand colors and typography applied throughout