Brand Guidelines Pro: 自动化Anthropic风格化方案 - Openclaw Skills
什么是 Brand Guidelines Pro?
Brand Guidelines Pro 是一款专为需要与 Anthropic 企业标识保持严格视觉一致性的开发者和设计师设计的扩展。该技能可自动将特定的色板和字体层级应用于任何输出,确保您的数字资产在观感上符合 Anthropic 官方沟通标准。通过将其集成到您的工作流中,您可以确保高保真的品牌匹配,而无需手动选取颜色或配置字体。
作为 Openclaw Skills 生态系统的一部分,它利用精确的 RGB 色彩映射和智能字体回退机制。它填补了原始数据生成与精美、符合品牌规范的展示之间的空白,使其成为创建专业演示文稿、UI 组件和文档的必备工具。
下载入口:https://github.com/openclaw/skills/tree/main/skills/hsuyungfeng/brand-guidelines-pro
安装与下载
1. ClawHub CLI
从源直接安装技能的最快方式。
npx clawhub@latest install brand-guidelines-pro
2. 手动安装
将技能文件夹复制到以下位置之一
全局模式~/.openclaw/skills/
工作区
<project>/skills/
优先级:工作区 > 本地 > 内置
3. 提示词安装
将此提示词复制到 OpenClaw 即可自动安装。
请帮我使用 Clawhub 安装 brand-guidelines-pro。如果尚未安装 Clawhub,请先安装(npm i -g clawhub)。
Brand Guidelines Pro 应用场景
- 标准化内部文档和报告的视觉设计,以符合企业标准。
- 使用 python-pptx 自动创建品牌化的演示文稿。
- 在生成阶段为 UI 原型或数据可视化应用一致的配色方案。
- 确保多智能体输出在 Openclaw Skills 的不同会话中保持统一的美学风格。
- 该技能分析目标 artifact 以识别标题、正文和图形形状等结构元素。
- 它根据元素的作用将特定的 Anthropic 品牌颜色(如 Dark #141413 和 Orange #d97757)映射到这些元素。
- 排版采用层级优先级系统,标题使用 Poppins,正文使用 Lora。
- 对于图形元素,该技能循环使用一系列强调色(Orange、Blue、Green)以保持视觉多样性。
- 最终输出以精确的 RGB 值渲染,确保在不同操作系统和查看环境下的色彩准确性。
Brand Guidelines Pro 配置指南
要将此风格化引擎集成到您的环境中,请按照以下步骤操作:
# 安装必要的字体资产以获得最佳效果
# 确保系统路径中提供 Poppins 和 Lora
# 将技能添加到您的 Openclaw 配置中
openclaw install brand-guidelines-pro
如果正在生成演示文件,请确保您的环境支持 python-pptx 库。
Brand Guidelines Pro 数据架构与分类体系
该技能使用以下分类法组织视觉元数据:
| 元素类型 | 主要属性 | 回退 / 详情 |
|---|---|---|
| 标题 | Poppins (24pt+) | Arial |
| 正文 | Lora | Georgia |
| 文本主体 | #141413 (Dark) | RGB(20, 20, 19) |
| 背景 | #faf9f5 (Light) | RGB(250, 249, 245) |
| 强调色 | Orange, Blue, Green | 顺序循环 |
所有色彩应用均通过 RGBColor 类处理,以保持跨平台的一致性。
name: brand-guidelines-pro
description: Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
license: Complete terms in LICENSE.txt
Anthropic Brand Styling
Overview
To access Anthropic's official brand identity and style resources, use this skill.
Keywords: branding, corporate identity, visual identity, post-processing, styling, brand colors, typography, Anthropic brand, visual formatting, visual design
Brand Guidelines
Colors
Main Colors:
- Dark:
#141413- Primary text and dark backgrounds - Light:
#faf9f5- Light backgrounds and text on dark - Mid Gray:
#b0aea5- Secondary elements - Light Gray:
#e8e6dc- Subtle backgrounds
Accent Colors:
- Orange:
#d97757- Primary accent - Blue:
#6a9bcc- Secondary accent - Green:
#788c5d- Tertiary accent
Typography
- Headings: Poppins (with Arial fallback)
- Body Text: Lora (with Georgia fallback)
- Note: Fonts should be pre-installed in your environment for best results
Features
Smart Font Application
- Applies Poppins font to headings (24pt and larger)
- Applies Lora font to body text
- Automatically falls back to Arial/Georgia if custom fonts unavailable
- Preserves readability across all systems
Text Styling
- Headings (24pt+): Poppins font
- Body text: Lora font
- Smart color selection based on background
- Preserves text hierarchy and formatting
Shape and Accent Colors
- Non-text shapes use accent colors
- Cycles through orange, blue, and green accents
- Maintains visual interest while staying on-brand
Technical Details
Font Management
- Uses system-installed Poppins and Lora fonts when available
- Provides automatic fallback to Arial (headings) and Georgia (body)
- No font installation required - works with existing system fonts
- For best results, pre-install Poppins and Lora fonts in your environment
Color Application
- Uses RGB color values for precise brand matching
- Applied via python-pptx's RGBColor class
- Maintains color fidelity across different systems