icon-retrieval

Search an icon library by keyword and retrieve SVG strings with metadata.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/jaguarliuu/miniclaw --skill icon-retrieval
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: icon-retrieval
Source: https://github.com/jaguarliuu/miniclaw/tree/main/.miniclaw/skills/icon-retrieval
Command: npx skills add https://github.com/jaguarliuu/miniclaw --skill icon-retrieval

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill enables developers and designers to quickly locate icons from a library and retrieve their SVG strings for direct integration into apps, websites, or documents.

Core Features & Use Cases

  • Search icons by keywords and retrieve their SVG strings for use in UI, reports, or marketing materials.
  • Return metadata including icon names and source URLs to simplify asset management.
  • Use Case: Need a suitable "security" icon for a dashboard; search for relevant icons and embed the SVG directly.

Quick Start

Run node ./scripts/search.js '<search_query>' [topK] to fetch matching icons and their SVG content.

Frequently Asked Questions about icon-retrieval

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

FAQPage Schema
How do I retrieve SVG icon strings from a library for UI design?

You can retrieve SVG icon strings by running a node-based script that accepts a search query and optional topK parameter, returning a JSON structure with matching icon URLs and SVG content from multiple icon sets.

Can I search for icons across multiple icon sets using keywords?

Yes, keyword-based searches across multiple icon sets are supported. You provide a query term like "security" and the script fetches matching icons along with their source URLs and direct SVG strings for embedding.

What is the default number of icon results returned when searching an icon library?

The default topK value is 5, meaning the icon retrieval script returns the top 5 matching SVG icons for your query. You can adjust this by passing an optional topK parameter to fetch more results.

Does retrieving SVG icons through a script require external dependencies?

No external dependencies are required to run the icon retrieval script. It operates using a node-based interface within the scripts component to locate and fetch SVG strings directly from the icon library.

How do I get the SVG code for a specific icon to embed in my documentation?

Run the search script with your desired keyword query to fetch matching icons. The returned JSON structure includes the direct SVG content for each result, allowing immediate integration into documents, apps, or websites.