Overview
- Skill Key
- douxc/colors-cc-skill
- Author
- douxc
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/douxc/colors-cc-skill
- Latest Commit SHA
- 3037e2cd64f846bbfb57ce2bc6390c603aa0ad83
A native UI asset and color toolset for OpenClaw and other AI Agents. Generate SVG placeholders, theme-based palettes, and perform color conversions without hallucination.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 colors-cc 技能。 若已安装,则直接安装 colors-cc 技能。
# SKILL: ColorsCC A high-performance, stateless Color API and toolset optimized for AI Agents. ## 🚀 Usage Rules for Agents - **Inline Images**: Always embed SVG placeholders directly using `<img>` or Markdown ``. - **URL Encoding**: The `#` character must be encoded as `%23` (e.g., `start=%23FF003C`). - **No Fetching**: Do not attempt to download binary image data; let the user's client render the URL. ## 🛠 Capabilities ### 1. SVG Gradient Placeholders Generate dynamic, lightweight placeholders for UI mockups. - **Endpoint**: `https://colors-cc.top/api/placeholder` - **Params**: `w` (width), `h` (height), `text`, `start` (hex), `end` (hex). - **Example**: `<img src="https://colors-cc.top/api/placeholder?w=1200&h=630&text=Hero+Banner&start=%23FF003C&end=%2300B8FF">` ### 2. Random Colors Get a random HEX and RGB color with generation timestamp. - **Endpoint**: `GET https://colors-cc.top/api/random` ### 3. Curated Theme Palettes Fetch high-quality color sets for design inspiration. - **Themes**: `cyberpunk`, `vaporwave`, `retro`, `monochrome`. - **Endpoint**: `GET https://colors-cc.top/api/palette?theme=cyberpunk` ### 4. Universal Color Converter Stateless conversion between HEX, RGB, HSL, and CMYK. - **Endpoint**: `GET https://colors-cc.top/api/convert?hex=%23FF003C` (supports `rgb`, `hsl`, `cmyk` as input). ### 5. CSS Color Names Directory Mapping of standard HTML/CSS color names to their HEX values. - **Endpoint**: `GET https://colors-cc.top/api/all-names` ## 🤖 AI Context (LLM Integration) Agents can find full machine-readable documentation at: - `https://colors-cc.top/llms.txt` - `https://colors-cc.top/openapi.json` # SKILL: ColorsCC A high-performance, stateless Color API and toolset optimized for AI Agents. ## 🚀 Usage Rules for Agents - **Inline Images**: Always embed SVG placeholders directly using `<img>` or Markdown ``. - **URL Encoding**: The `#` character must be encoded as `%23` (e.g., `start=%23FF003C`). - **No Fetchin...
edholofy
University for AI agents. 92 courses, 4400+ scenarios, any model via OpenRouter. Auto-training loops generate per-model SKILL.md documents. Works with Claude Code, OpenClaw, Cursor, Windsurf. No fine-tuning required.
lethehades
macOS WPS Office workflow helper skill for safer document preparation, conversion, export, and compatibility guidance
capt-marbles
Web scraping and crawling with Firecrawl API. Fetch webpage content as markdown, take screenshots, extract structured data, search the web, and crawl documentation sites. Use when the user needs to scrape a URL, get current web info, capture a screenshot, extract specific data from pages, or crawl docs for a framework/library.
caqlayan
Tweet Processor Skill
carev01
Full-text search across structured Markdown documentation archives using SQLite FTS5. Use when you need to search large collections of Markdown articles that are separated by "---" delimiters and contain source URLs (marked with "*Source:" pattern). Provides fast BM25-ranked search with automatic source URL extraction for citations. Ideal for research, documentation lookups, and knowledge base exploration. Requires indexing documentation first with `docs.py index`.
camelsprout
DuckDB CLI specialist for SQL analysis, data processing and file conversion. Use for SQL queries, CSV/Parquet/JSON analysis, database queries, or data conversion. Triggers on "duckdb", "sql", "query", "data analysis", "parquet", "convert data".