| name | iconify-skill |
| description | Search Iconify collections and generate SVG icons with size/color customization; use for requests about finding icon IDs, suggesting icons by intent, retrieving SVG markup, or working offline with a bundled icon index. |
Iconify Skill
Use the CLI in scripts/iconify_cli.py to search, suggest, and fetch SVG icons.
Quickstart
- Ensure Python 3 is available.
- Run
doctor to validate the environment.
- If the offline index is missing, build it.
python3 $SKILL_DIR/scripts/iconify_cli.py doctor
python3 $SKILL_DIR/scripts/iconify_cli.py build-index
Command Interface
python3 $SKILL_DIR/scripts/iconify_cli.py <command> [arguments]
Common Commands
list-collections - List icon sets
search <query> - Search icons (offline curated index + online fallback)
get <prefix:name> - Get SVG (requires network)
suggest "<intent>" - Suggest icons for intent
attribution - Show license info
doctor - System health check
Usage Examples
python3 $SKILL_DIR/scripts/iconify_cli.py search "close button" --limit 5
python3 /scripts/iconify_cli.py get mdi:home --size 24 --color
python3 /scripts/iconify_cli.py suggest
python3 /scripts/iconify_cli.py search --prefixes lucide,heroicons