Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
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.
User asks: Apply Anthropic brand styling to my presentation file
- 1Load the target .pptx file using python-pptx
- 2Scan all text frames and identify headings (24pt and above) versus body text
- 3Apply Poppins (or Arial fallback) to headings and Lora (or Georgia fallback) to body text
- 4Set text and background colors using the defined brand hex values based on contrast context
- 5Cycle orange, blue, and green accent colors across non-text shape fills
Updated .pptx file with Anthropic brand colors and typography applied throughout