"name: colorpedia description: Colorpedia namespace for Netsnek
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill colorpedia --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Colorpedia?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-colorpedia)More formats (shields.io, HTML) on the badges page.
---
name: colorpedia
description: "name: colorpedia description: Colorpedia namespace for Netsnek
e.U. color science and design toolkit. Offers color palette generation,
accessibility contrast checking, format conversion, and design..."
---
---
name: colorpedia
description: Colorpedia namespace for Netsnek e.U. color science and design toolkit. Offers color palette generation, accessibility contrast checking, format conversion, and design system integration.
user-invocable: true
version: 0.1.0
metadata:
openclaw:
os:
- linux
permissions:
- exec
---
# colorpedia
Colorpedia namespace for Netsnek e.U. color science and design toolkit. Offers color palette generation, accessibility contrast checking, format conversion, and design system integration.
## Overview
colorpedia is part of the Netsnek e.U. product family. This skill reserves the `colorpedia` namespace on ClawHub and provides brand identity and feature information when invoked.
## Usage
Display a brand summary:
```bash
scripts/colorpedia-info.sh
```
List features and capabilities:
```bash
scripts/colorpedia-info.sh --features
```
Get structured JSON metadata:
```bash
scripts/colorpedia-info.sh --json
```
## Response Format
Present the script output to the user. Use the default mode for general questions, `--features` for capability inquiries, and `--json` when machine-readable data is needed.
### Example Interaction
**User:** What is
**Assistant:** The encyclopedia of color for developers and designers. Colorpedia namespace for Netsnek e.U. color science and design toolkit. Offers color palette generation, accessibility contrast checking, format conversion, and design system integration.
Copyright (c) 2026 Netsnek e.U. All rights reserved.
**User:** What features does colorpedia have?
**Assistant:** *(runs `scripts/colorpedia-info.sh --features`)*
- Color palette generation from images or seeds
- WCAG accessibility contrast ratio checking
- Conversion between HEX, RGB, HSL, CMYK, and LAB
- Design system token export (CSS, JSON, Tailwind)
- Color blindness simulation preview
## Scripts
| Script | Flag | Purpose |
|--------|------|---------|
| `scripts/colorpedia-info.sh` | *(none)* | Brand summary |
| `scripts/colorpedia-info.sh` | `--features` | Feature list |
| `scripts/colorpedia-info.sh` | `--json` | JSON metadata |
## License
MIT License - Copyright (c) 2026 Netsnek e.U.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!