.agents/skills/wox-plugin-creator/references/icons.md
Use this reference when a plugin needs polished result and action icons.
icons.ts or icons.py.48x48 SVG for primary plugin/result visuals.result and action icons in the same Iconify family.assets/iconify/ first. If a bundled generic icon already matches the requested behavior, reuse it instead of searching for a new one.assets/iconify/open.svg: prefer for open, launch, open-in-browser, and go-to style actions.assets/iconify/copy.svg: prefer for copy, duplicate, and clipboard style actions.When one of these already matches the intent, treat it as the default choice. Only search Iconify again when the user asks for a different metaphor or the plugin needs a stronger domain-specific icon.
tabler, lucide, or material-symbols when the plugin already has a colored card/background treatment.list, click, launch, copy, search.assets/iconify/ already has a matching generic icon.icons.ts or icons.py.Helper commands:
python3 scripts/search_iconify.py search "result" --prefixes tabler,lucide --palette monotone
python3 scripts/search_iconify.py fetch tabler:list-details --height 48 --format ts --const-name RESULT_ICON_SVG
python3 scripts/search_iconify.py fetch tabler:hand-click --height 48 --format py --const-name ACTION_ICON_SVG
https://api.iconify.design/searchhttps://api.iconify.design/{prefix}/{name}.svglimit of 32.icons.ts or icons.py.icons/ directory and reference them with relative.