pipeworx-iconify
Search 200,000+ open-source icons across 150+ collections — Material Design, Font Awesome, Heroicons, Lucide, and more
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/brucegutman/pipeworx-iconifyIconify
A unified API for 200,000+ open-source icons across 150+ collections including Material Design Icons, Font Awesome, Heroicons, Lucide, Tabler, and many more. Search by keyword, retrieve SVG data, or browse available collections.
Tools
search_icons— Search for icons by keyword across all collections (e.g., "home", "arrow", "user")get_icons— Retrieve SVG data for specific icons in a collection by prefix and namelist_collections— Browse all available icon collections with metadata
When to use
- "I need a settings gear icon" — search for "settings" and pick from multiple styles
- Fetching SVG icon data to embed directly in a web page or app
- Comparing icon styles across collections (Material vs. Heroicons vs. Lucide)
- Building an icon picker component
Example: search for "download" icons
curl -s -X POST https://gateway.pipeworx.io/iconify/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_icons","arguments":{"query":"download","limit":5}}}'
Returns icon names with their collection prefix (e.g., "mdi:download", "heroicons:arrow-down-tray").
MCP config
{
"mcpServers": {
"pipeworx-iconify": {
"command": "npx",
"args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/iconify/mcp"]
}
}
}
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-brucegutman-pipeworx-iconify": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
pipeworx-colorapi
Color identification, scheme generation, and format conversion via TheColorAPI — hex, RGB, HSL, and CMYK
pipeworx-poetry
Poetry MCP — PoetryDB API (free, no auth)
Pipeworx Qrcode
Skill by brucegutman
Pipeworx Rickmorty
Skill by brucegutman
Pipeworx Sunrisesunset
Skill by brucegutman