AI студия Владимира Ломтева
УСЛУГИПРОЕКТЫСТАТЬИБАЗА ЗНАНИЙМаркетплейсПолезные сервисы

Оставьте заявку,
чтобы обсудить проект

Напишите ваш вопрос, не забудьте указать телефон. Мы перезвоним и все расскажем.

Контакты

Москва

Работаем по всей России
и миру (онлайн)

+7 (999) 760-24-41

Ежедневно с 9:00 до 21:00

lamooof@gmail.com

По вопросам сотрудничества

TelegramWhatsApp

Есть предложение?

Напишите нам в мессенджеры

© 2025 AI студия Владимира Ломтева

Политика конфиденциальностиСогласие на обработку ПДн|ИНН 623412173261

    Better Icons

    Use when working with icons in any project. Provides CLI for searching 200+ icon libraries (Iconify) and retrieving SVGs. Commands: better icons search <query to find icons, better icons get <id to get SVG. Also available as MCP server for AI agents.

    Скиллы для операций#GitHub#better-auth/better-icons#skills.sh
    Скачивания
    0
    В избранном
    0
    Комментарии
    0
    Просмотры
    2

    Установить скилл

    Добавьте инструмент одной командой или скачайте проверенный архив версии.

    npx skills add better-auth/better-icons --skill better-icons
    Скачать ZIP
    Версия
    1.0.0+033316ecb8f4
    Автор
    Владимир Ломтев
    Репозиторий
    better-auth/better-icons
    GitHub: better-auth/better-icons

    Как установить

    1. 1Скопируйте команду из блока установки.
    2. 2Запустите её в терминале из каталога проекта.

    Документация

    Better Icons

    Search and retrieve icons from 200+ libraries via Iconify.

    Installation

    Before using any better-icons commands, ensure the tool is available in the environment.

    Option 1 — Install globally (recommended, matches all examples below):

    ## Using npm
    npm install -g better-icons
    
    ## Using Bun (faster)
    bun add -g better-icons
    

    Option 2 — Run without installing (prefix every command with npx or bunx):

    ## Using npx (npm)
    npx better-icons search arrow --limit 10
    npx better-icons get lucide:home > icon.svg
    
    ## Using bunx (Bun — faster)
    bunx better-icons search arrow --limit 10
    bunx better-icons get lucide:home > icon.svg
    

    For AI agents: Prefer the global install so that better-icons is on $PATH and the commands below work as-is. Run the install step once during environment setup, then use the commands without npx/bunx.

    CLI

    ## Search icons
    better-icons search <query> [--prefix <prefix>] [--limit <n>] [--json]
    
    ## Search and download all found icons as SVG files
    better-icons search <query> -d [dir] [--color <color>] [--size <px>]
    
    ## Get icon SVG (outputs to stdout)
    better-icons get <icon-id> [--color <color>] [--size <px>] [--json]
    
    ## Setup MCP server for AI agents
    better-icons setup [-a cursor,claude-code] [-s global|project]
    

    Examples

    better-icons search arrow --limit 10
    better-icons search home --json | jq '.icons[0]'
    better-icons get lucide:home > icon.svg
    better-icons get mdi:home --color '#333' --json
    
    ## Batch download all search results
    better-icons search arrow -d              # saves to ./icons/
    better-icons search check -d ./my-icons   # saves to ./my-icons/
    better-icons search star -d -c '#000' -s 24 --limit 64
    

    Icon ID Format

    prefix:name - e.g., lucide:home, mdi:arrow-right, heroicons:check

    Popular Collections

    lucide, mdi, heroicons, tabler, ph, ri, solar, iconamoon


    MCP Tools (for AI agents)

    Tool Description
    search_icons Search across all libraries
    get_icon Get single icon SVG
    get_icons Batch retrieve multiple icons
    list_collections Browse available icon sets
    recommend_icons Smart recommendations for use cases
    find_similar_icons Find variations across collections
    sync_icon Add icon to project file
    scan_project_icons List icons in project

    TypeScript Interfaces

    interface SearchIcons {
      query: string
      limit?: number        // 1-999, default 32
      prefix?: string       // e.g., 'mdi', 'lucide'
      category?: string     // e.g., 'General', 'Emoji'
    }
    
    interface GetIcon {
      icon_id: string       // 'prefix:name' format
      color?: string        // e.g., '#ff0000', 'currentColor'
      size?: number         // pixels
    }
    
    interface GetIcons {
      icon_ids: string[]    // max 20
      color?: string
      size?: number
    }
    
    interface RecommendIcons {
      use_case: string      // e.g., 'navigation menu'
      style?: 'solid' | 'outline' | 'any'
      limit?: number        // default 10
    }
    
    interface SyncIcon {
      icons_file: string    // absolute path
      framework: 'react' | 'vue' | 'svelte' | 'solid' | 'svg'
      icon_id: string
      component_name?: string
    }
    

    API

    All icons from https://api.iconify.design

    Требования и возможности

    Источник пакета
    https://github.com/better-auth/better-icons/tree/033316ecb8f4982235af4111a2257e80231f5ab1/skills

    Файлы версии

    ПутьРазмерSHA256
    SKILL.md35843d12532000bae46a...

    Частые вопросы

    Как установить Better Icons?
    Используйте команду npx skills add better-auth/better-icons --skill better-icons или скачайте ZIP-архив.
    Можно ли скачать Better Icons бесплатно?
    Да, опубликованную версию можно скачать из маркетплейса бесплатно.

    Похожие инструменты

    Смотреть все
    Story Long Write长篇网文写作。从大纲到正文,辅助长篇网络小说的创作,包括世界观、人物、情节线管理。触发方式:/story-long-write、/写长篇、「帮我开书」「写大纲」「日更」「续写」「继续写」「修改第X章」「回炉」「重写第X章」。Parallel Deep ResearchONLY use when user explicitly says 'deep research', 'exhaustive', 'comprehensive report', or 'thorough investigation'. Slower and more expensive than parallel-web-search. For normal research/lookup requests, use parallel-web-search instead. Supports multi-turn: pass --previous-interaction-id from a prior research or enrichment to continue with context.LangfuseInteract with Langfuse and access its documentation: tracing, monitoring, creating datasets, running experiments, and evaluating AI applications. Use when needing to (1) query or modify Langfuse data, (2) look up Langfuse documentation, concepts, integration guides, a feature or SDK usage, or (3) do any AI engineering task (AI observability, prompt engineering/management, evaluation and evaluator management, experimentation, dataset management, evaluation-driven CI/CD, feedback collection). Invoke it for tasks in this scope even when Langfuse is not configured or explicitly mentioned.
    Комментарии

    Войдите, чтобы оставить комментарий.

    Комментариев пока нет.

    Установить скилл

    Добавьте инструмент одной командой или скачайте проверенный архив версии.

    npx skills add better-auth/better-icons --skill better-icons
    Скачать ZIP
    Версия
    1.0.0+033316ecb8f4
    Автор
    Владимир Ломтев
    Репозиторий
    better-auth/better-icons
    GitHub: better-auth/better-icons
    Excel Automation>
    Better Icons — Скилл для ИИ-агентов | AI Рассвет