Token Claw
token-claw
v0.2.0May 22, 2026Design tokens that scale without naming chaos — three-layer architecture, semantic names, and one config for CSS, Swift, and Kotlin
Manages design tokens that scale from three global values to a full multi-platform system without naming chaos. Three-layer architecture (global → alias → component), semantic names that survive rebranding, and Style Dictionary configs that generate CSS, Swift, and Kotlin from one source.
PRIMARY ACTION
Unlock with ProWhen 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
- Three-layer architecture followed
- Semantic names used in aliases
- Output cross-platform
- No hardcoded values present
- Complete documentation provided
4 GATES DEFINED
Expected Outputs
Native exports per tool
openclaw/AGENTS.mdopenclaw/SOUL.mdopenclaw/TOOLS.md+7 morehermes/skills/flickclaw/token-claw/SKILL.mdhermes/skills/flickclaw/token-claw/references/workflow.mdhermes/skills/flickclaw/token-claw/references/quality-gates.md+2 moreclaude-code/CLAUDE.mdclaude-code/.claude/skills/token-claw/SKILL.mdclaude-code/.claude/skills/token-claw/references/workflow.md+3 morecodex/AGENTS.mdcodex/.flickclaw/agents/token-claw/codex.mdcodex/.flickclaw/agents/token-claw/workflow.md+2 morecursor/.cursor/rules/flickclaw-token-claw.mdccursor/.cursor/rules/flickclaw-token-claw-workflow.mdccursor/.cursor/rules/flickclaw-token-claw-quality-gates.mdcwindsurf/.windsurf/rules/flickclaw-token-claw.mdwindsurf/.windsurf/rules/flickclaw-token-claw-workflow.mdwindsurf/.windsurf/rules/flickclaw-token-claw-quality-gates.mdaider/CONVENTIONS.mdaider/aider.mdaider/.aider.conf.ymlollama/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
npm exec --yes @flickclaw/cli@latest -- install token-claw --target openclawDownload as ZIP
Example Prompt
Try this prompt with Token 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 Token Architecture (three-layer), Global Token Definitions, Alias/ Semantic Tokens.Example Output
IllustrativeWhat a typical Token Claw report looks like:
# Token Claw — Assessment Report **Project**: dashboard-ui **Context**: a React dashboard with charts, filters, and real-time updates **Generated**: 2026-07-10 ## Executive Summary The Token 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 - [✓] Three-layer architecture: global, alias, component - [✓] Semantic names survive rebranding (primary, not blue-500) - [✓] Output generated for all target platforms ## Outputs Generated - **Token Architecture (three-layer)**: Included in the report above. - **Global Token Definitions**: Included in the report above. - **Alias/ Semantic Tokens**: Included in the report above. - **Component Token Overrides**: Included in the report above. - **Style Dictionary Config (CSS/Swift/Kotlin)**: 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.*