Skills Plugins MCP Prompt Model 博客 我的中心
生活とツール #ai #agent #mcp

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.

DeepseekModel キュレーション済みスキル 品質 優秀 · 90 v1.0.0

取得

https://deepseekmodel.com/api/download.php?id=better-auth-better-icons-skills-skill-md&format=skill
ダウンロード .skill 標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能
.skill ファイルの system_prompt フィールドの実際の内容。
name better-icons description 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. 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
このスキルを起動するキーワード。クリックでコピーできます。

このスキルにはトリガーワードがありません。

ダウンロードした .skill に含まれるフィールド。
フィールド 説明
formatフォーマット識別子(skill/v1)
skill_idスキル固有 ID
nameスキル名
versionバージョン
description説明
categoryカテゴリ(配列)
trigger_wordsトリガーワード
tagsタグ
sourceソース
source_urlソース URL(本ページ)
exported_atエクスポート日時(ダウンロード毎)
system_promptシステムプロンプト本文
model_configモデル設定:provider / model / temperature / max_tokens / top_p
examplesサンプル
install_guide各プラットフォームの導入説明(Coze / Dify / Claude / カスタム)
同じスキルを各プラットフォーム形式で出力できます。
.skill 標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能 ダウンロード
.skillpro 拡張形式。scripts / tools / dependencies / hooks を含む ダウンロード
.json 純粋な JSON 出力。system_prompt とモデル設定のみ ダウンロード
Coze frontmatter 付き Markdown。Coze へのインポート用 ダウンロード
Dify Dify DSL。アプリ作成後にそのままインポート ダウンロード

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

验证码 --

提交后我们会发送一封确认邮件,点击邮件里的链接才会开始收信。

完全免费,取消任意时间。我们不会发送垃圾邮件。