DesignFREEACCESS AVAILABLEFC-DES-003
Color Claw
color-claw
v0.2.0May 22, 2026Color systems where every shade earns its place — semantic tokens, WCAG AA contrast, and dark mode that is not just inverted
Constructs color systems where every shade earns its place. Semantic tokens (not arbitrary hex values), contrast ratios verified against WCAG AA in both themes, color-blindness simulation, and dark-mode variants that do not look like an inverted screenshot.
PRIMARY ACTION
COMPATIBLE WITH
OpenClawHermesClaude CodeCodex+4
8 compatible tools5 output formats
When to Use
- Improve UX consistency and readability
- Audit accessibility and interaction states
- Refine spacing and hierarchy quickly
- Apply reusable design system patterns
Compatible Frameworks
8 TOOLS
Quality Gates
- WCAG AA contrast verified across all states
- Semantics consistent across themes
- Dark mode with adequate contrast
- Safe for color blindness
- Systematic scales used throughout
4 GATES DEFINED
Expected Outputs
Semantic Color Palette (light + dark)Contrast Ratio MatrixColor-Blind Simulation ReportDark-Mode Token MappingUsage Rules & Composition Guide
Native exports per tool
OpenClaw10 files
openclaw/AGENTS.mdopenclaw/SOUL.mdopenclaw/TOOLS.md+7 moreHermes5 files
hermes/skills/flickclaw/color-claw/SKILL.mdhermes/skills/flickclaw/color-claw/references/workflow.mdhermes/skills/flickclaw/color-claw/references/quality-gates.md+2 moreClaude Code6 files
claude-code/CLAUDE.mdclaude-code/.claude/skills/color-claw/SKILL.mdclaude-code/.claude/skills/color-claw/references/workflow.md+3 moreCodex5 files
codex/AGENTS.mdcodex/.flickclaw/agents/color-claw/codex.mdcodex/.flickclaw/agents/color-claw/workflow.md+2 moreCursor3 files
cursor/.cursor/rules/flickclaw-color-claw.mdccursor/.cursor/rules/flickclaw-color-claw-workflow.mdccursor/.cursor/rules/flickclaw-color-claw-quality-gates.mdcWindsurf3 files
windsurf/.windsurf/rules/flickclaw-color-claw.mdwindsurf/.windsurf/rules/flickclaw-color-claw-workflow.mdwindsurf/.windsurf/rules/flickclaw-color-claw-quality-gates.mdAider3 files
aider/CONVENTIONS.mdaider/aider.mdaider/.aider.conf.ymlOllama4 files
ollama/Modelfileollama/system-prompt.mdollama/template.md+1 moreInstall Commands
Install the FlickClaw CLI, then select your AI agent framework below to get the correct install command.
Step 1: Install CLI (one-time)
npm install -g @flickclaw/cli@latestStep 2: Select Framework
OpenClaw
npm exec --yes @flickclaw/cli@latest -- install color-claw --target openclawDownload as ZIP
Example Prompt
Try this prompt with Color Claw to see what it can do:
Audit the UI for accessibility (WCAG 2.1 AA). Check color contrast, keyboard navigation, and screen reader compatibility. Produce Semantic Color Palette (light + dark), Contrast Ratio Matrix, Color-Blind Simulation Report.Example Output
IllustrativeWhat a typical Color Claw report looks like:
# Color Claw — Assessment Report **Project**: dashboard-ui **Context**: a React dashboard with charts, filters, and real-time updates **Generated**: 2026-07-10 ## Executive Summary The Color Claw completed its review of dashboard-ui (a React dashboard with charts, filters, and real-time updates). 3 findings were identified with concrete remediation steps. All quality gates were verified before delivery. ## Findings | # | Severity | Area | Finding | Recommended Action | |---|----------|------|---------|-------------------| | 1 | **P1** | Accessibility | Charts not keyboard navigable | Add tabIndex, ARIA roles, and keyboard event handlers | | 2 | **P1** | Contrast | Filter labels fail WCAG AA (3.2:1 ratio) | Update label color to meet 4.5:1 minimum | | 3 | **P2** | Responsive | Data table overflows on mobile (<375px) | Add horizontal scroll and sticky first column | ## Quality Gates - [✓] WCAG AA contrast verified across all states (hover, active, disabled) - [✓] Semantic tokens (primary, danger, success) not raw hex - [✓] Dark mode with distinct elevation, not just inverted colors ## Outputs Generated - **Semantic Color Palette (light + dark)**: Included in the report above. - **Contrast Ratio Matrix**: Included in the report above. - **Color-Blind Simulation Report**: Included in the report above. - **Dark-Mode Token Mapping**: Included in the report above. - **Usage Rules & Composition Guide**: Included in the report above. ## Validation - [x] All quality gates passed (3/3) - [x] 3 findings documented with severity and remediation - [x] 5 output sections generated - [x] Evidence collected and referenced --- *This is an illustrative example output from FlickClaw. Results vary based on project context.*
RELATED AGENTS