Curated collection of professional color and typography themes for styling artifacts — slides, docs, reports, landing pages. Use when applying visual themes to presentations, generating themed content, or creating custom brand palettes. Triggers on theme, color palette, font pairing, slide styling, presentation theme, brand colors.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install theme-factory或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install theme-factory⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/theme-factory/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: theme-factory model: fast description: Curated collection of professional color and typography themes for styling artifacts — slides, docs, reports, landing pages. Use when applying visual themes to presentations, generating themed content, or creating custom brand palettes. Triggers on theme, color palette, font pairing, slide styling, presentation theme, brand colors. ---
Apply consistent, professional styling to any artifact using curated themes with color palettes and font pairings.
---
---
Show the user the 10 available themes with their descriptions:
| # | Theme | Vibe | Best For | |---|-------|------|----------| | 1 | Ocean Depths | Professional, calming maritime | Corporate, financial, consulting | | 2 | Sunset Boulevard | Warm, vibrant energy | Creative pitches, marketing, events | | 3 | Forest Canopy | Natural, grounded earth tones | Environmental, sustainability, wellness | | 4 | Modern Minimalist | Clean, contemporary grayscale | Tech, architecture, design showcases | | 5 | Golden Hour | Rich, warm autumnal | Hospitality, lifestyle, artisan brands | | 6 | Arctic Frost | Cool, crisp precision | Healthcare, technology, clean tech | | 7 | Desert Rose | Soft, sophisticated dusty tones | Fashion, beauty, interior design | | 8 | Tech Innovation | Bold, high-contrast modern | Startups, software launches, AI/ML | | 9 | Botanical Garden | Fresh, organic vibrancy | Food, garden, natural products | | 10 | Midnight Galaxy | Dramatic, cosmic depth | Entertainment, gaming, luxury brands |
Ask which theme to apply. Wait for explicit confirmation before proceeding.
themes/ directory---
Each theme in themes/ follows this format:
# Theme Name
Description of the visual mood and inspiration.
## Color Palette
- **Primary Dark**: `#hex` — Usage description
- **Accent**: `#hex` — Usage description
- **Secondary**: `#hex` — Usage description
- **Light/Background**: `#hex` — Usage description
## Typography
- **Headers**: Font family
- **Body Text**: Font family
## Best Used For
Context and audience descriptions.
---
:root {
--theme-primary: #hex; /* From theme's primary dark */
--theme-accent: #hex; /* From theme's accent color */
--theme-secondary: #hex; /* From theme's secondary */
--theme-bg: #hex; /* From theme's light/background */
--theme-font-heading: "Theme Header Font", sans-serif;
--theme-font-body: "Theme Body Font", sans-serif;
}
---
When no preset fits, generate a custom theme:
- One dark anchor color (backgrounds, text) - One primary accent (emphasis, CTAs) - One secondary accent (supporting elements) - One light/neutral (backgrounds, whitespace)
- Heading: distinctive, personality-driven - Body: readable, clean
---
Ensure readability when applying any theme:
| Combination | Minimum Ratio | WCAG Level | |-------------|--------------|------------| | Body text on background | 4.5:1 | AA | | Large text (18px+) on background | 3:1 | AA | | UI components / borders | 3:1 | AA | | Enhanced readability | 7:1 | AAA |
Test accent colors against both light and dark backgrounds before finalizing.
---
All theme definitions are in the themes/ directory:
---
---
安装 Theme Factory 后,可以对 AI 说这些话来触发它
Help me get started with Theme Factory
Explains what Theme Factory does, walks through the setup, and runs a quick demo based on your current project
Use Theme Factory to curated collection of professional color and typography themes for ...
Invokes Theme Factory with the right parameters and returns the result directly in the conversation
What can I do with Theme Factory in my design & creative workflow?
Lists the top use cases for Theme Factory, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/theme-factory/ 目录(个人级,所有项目可用),或 .claude/skills/theme-factory/(项目级)。重启 AI 客户端后,用 /theme-factory 主动调用,或让 AI 根据上下文自动发现并使用。
Theme Factory 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Theme Factory 可免费安装使用。请查阅仓库了解许可证信息。
Curated collection of professional color and typography themes for styling artifacts — slides, docs, reports, landing pages. Use when applying visual themes to presentations, generating themed content, or creating custom brand palettes. Triggers on theme, color palette, font pairing, slide styling, presentation theme, brand colors.
Theme Factory 属于「Design & Creative」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my design & creative tasks using Theme Factory
Identifies repetitive steps in your workflow and sets up Theme Factory to handle them automatically