better-icons
仓库创建 2026年2月2日最近提交 4 天前SkillHot 收录 21 天前
▸ 精选理由
加速图标查找与获取,适合前端/设计工作流
▸ 风险提示
需安装 npm 包,存在依赖/供应链风险
这个 Skill 做什么
从 200+ 图标库检索并获取 SVG 的命令行工具和代理服务
做图标相关工作时的利器,通过 Iconify 在 200+ 图标库里搜索并取回原生 SVG。提供 CLI(如 better-icons search/get)方便在终端查找和下载图标,也可作为 MCP server 被 AI agent 调用。特点是库多、速度快、直接拿到 SVG,省去手动翻库和格式转换的麻烦。
▸ 展开 SKILL.md 英文原文
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.
458
Stars
41
Forks
34
仓库内 Skill
+10
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/mxyhi/ok-skills/main/better-icons/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/mxyhi/ok-skills/main/better-icons/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# 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):** ```bash # 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`):** ```bash # 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:** Pre
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有