This skill lets Claude search for icons via an HTTP API and fetch the SVG content directly using curl. You give it a keyword like "security" or "document" and it pulls back up to 20 matching icon URLs, then retrieves the actual SVG strings you can drop into pages or diagrams. It's straightforward if you're building infographics, dashboards, or any project where you need quick visual elements without hunting through icon libraries manually. The API is hosted at a third-party endpoint, so reliability depends on that service being up. Works best when you need programmatic icon access during prototyping or content generation rather than curated design work.
npx skills add https://github.com/antvis/chart-visualization-skills --skill icon-retrieval