Jump to related tools in the same category or review the original source on GitHub.

Web & Frontend Development @kleberbaum Updated 6/28/2026 982 downloads 0 stars Security: Pass

Erebos OpenClaw Plugin & Skill | ClawHub

Looking to integrate Erebos into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate web & frontend development tasks instantly, without having to write custom tools from scratch.

What this skill does

Erebos namespace for Netsnek e.U. dark theme and theming engine. Generates accessible dark mode palettes, manages theme tokens, and provides runtime theme switching for web apps.

Install

ClawHub CLI
openclaw skills install @kleberbaum/erebos
Node.js (npx)
npx clawhub@latest install erebos

Full SKILL.md

Open original
Metadata table.
nameversiondescriptionuser invocable
erebos0.1.0Erebos namespace for Netsnek e.U. dark theme and theming engine. Generates accessible dark mode palettes, manages theme tokens, and provides runtime theme switching for web apps.true

SKILL.md content below is scrollable.

Erebos

Enter the Dark Side

Erebos provides dark theming for web applications. It generates WCAG-compliant palettes, manages CSS variables and design tokens, and enables runtime theme switching without page reload.

Use Erebos when you need dark mode support, accessible color palettes, or a theming system for your web app.

How Erebos Works

Erebos builds theme tokens from a base palette. It computes contrast ratios and validates accessibility before output. The engine supports:

  • Palette generation — Produce dark backgrounds with sufficient contrast
  • Preview mode — Visualize themes in browser or terminal
  • Export — Output CSS variables, JSON tokens, or design-system formats

Theme Commands

Run the theme generator:

# Generate palette from seed colors
./scripts/theme-gen.sh --palette "#1a1a2e" "#16213e"

# Preview in browser (opens local HTML)
./scripts/theme-gen.sh --preview

# Export tokens to stdout or file
./scripts/theme-gen.sh --export --format css

Arguments

Argument Purpose
--palette Base colors for palette generation
--preview Launch preview mode (no file output)
--export Export theme tokens (requires format choice)

Design Example

/* Erebos output */
:root[data-theme="erebos-dark"] {
  --bg-primary: #1a1a2e;
  --bg-secondary: #16213e;
  --text-primary: #eaeaea;
  --text-secondary: #a0a0a0;
  --accent: #0f3460;
}
ClawHub Registry URL: https://clawhub.ai/kleberbaum/skills/erebos

Related skills

If this matches your use case, these are close alternatives in the same category.