icon-retrieval

Search an icon HTTP API by keyword and download selected SVG URLs.

2|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/mdnaimul22/human-skills --skill icon-retrieval-mdnaimul22
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: icon-retrieval
Source: https://github.com/mdnaimul22/human-skills/tree/main/skills/antv-svg-icon-searcher
Command: npx skills add https://github.com/mdnaimul22/human-skills --skill icon-retrieval-mdnaimul22

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Finding the right icon SVGs for diagrams and infographic assets can be slow and manual; this Skill helps you search by meaning and quickly retrieve the SVG content you need.

Core Features & Use Cases

  • Keyword-based icon search: Use an HTTP endpoint with a text query to find relevant icon candidates.
  • Top-K result control: Limit results (1–20) to match your design selection speed.
  • Direct SVG retrieval: Download the SVG text from returned URLs for immediate use in pages and graphics.

Quick Start

Search for icon SVGs related to document design, then download the first few SVGs by using the icon search endpoint with text=document and topK=5.

Frequently Asked Questions about icon-retrieval

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find and download SVG icons by keyword for infographic design?

You can find and download SVG icons by sending a text query to an icon search HTTP API to retrieve a list of matching SVG URLs, then fetching the actual SVG content via curl for direct use in your infographic design.

Can I control the number of SVG icons returned from an HTTP API search?

Yes, you can limit the number of SVG icons returned by specifying a topK parameter in your HTTP GET request, allowing you to retrieve between 1 and 20 icon candidates for your design selection.

What is the best way to retrieve remote SVG assets for website and diagram workflows?

The best way to retrieve remote SVG assets is by searching an icon HTTP API with a relevant keyword and downloading the selected SVG URLs directly within a network timeout, ensuring quick sourcing for website and diagram workflows.

Does the icon retrieval process require any specific dependencies or components?

No specific dependencies or components are required to retrieve SVG icons; the process relies entirely on constructing a standard HTTP GET request with your search text and fetching the returned SVG URLs.

Why does my SVG icon download fail during keyword search retrieval?

SVG icon downloads may fail if the network timeout is exceeded during the curl fetch process, or if the initial HTTP API search query does not return valid SVG URLs for the specified keyword.