icon-finder

icon-finder is a skill for Claude Code, Codex from zm1990s/kb-agent. It costs 91 tokens per session (667 once invoked), scanned A, original, MIT.

A utility for finding vector icons, which are graphics that can be resized without becoming blurry, and saving them for presentations, documents, or websites. It searches iconfont.cn first and can fall back to Iconify’s open-source icon collection.

In plain words
What is it for?
Use it to search for an icon by keyword, choose a result, recolour it, and save it in formats suitable for slides or documents.
Why use it?
It removes the need to draw or manually download matching icons and can provide both SVG and PNG files.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to search for an icon by keyword, choose a result, recolour it, and save it in formats suitable for slides or documents.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zm1990s/kb-agent/icon-finder
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add zm1990s/kb-agent --skill icon-finder
Clone the repo
git clone --depth 1 https://github.com/zm1990s/kb-agent

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for icon-finder

README.md
[![agentmods](https://agentmods.dev/badge/skills/zm1990s/kb-agent/icon-finder/github.svg)](https://agentmods.dev/skills/zm1990s/kb-agent/icon-finder)
Your own site
<a href="https://agentmods.dev/skills/zm1990s/kb-agent/icon-finder"><img src="https://agentmods.dev/badge/skills/zm1990s/kb-agent/icon-finder/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for icon-finder

Your own site · 80×15
<a href="https://agentmods.dev/skills/zm1990s/kb-agent/icon-finder"><img src="https://agentmods.dev/badge/skills/zm1990s/kb-agent/icon-finder.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 91 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 667 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00091 $0.00667
Opus 5 $0.00046 $0.00333
Sonnet 5 $0.00018 $0.00133
Haiku 4.5 $0.00009 $0.00067

Measured 9d ago against content hash 26025e42f2d5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

icon-finder scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/find_icons.py, scripts/save_icon.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

backend/claude_skills/icon-finder/SKILL.md · 53 lines

What it actually says

Icon Finder

搜索矢量图标并保存为可直接插入 PPT 的图片。图标源:iconfont.cn 优先,请求失败/超时自动降级 Iconify(20 万+ 开源图标)。

何时使用

  • 做 PPT / 幻灯片,某一页需要配图标(增长→火箭、安全→盾牌、数据→图表…)
  • 文档 / 网页需要一个矢量图标
  • 用户明确说「加个图标」「配图」「icon」

工作流

脚本路径相对本 skill 目录。图标会落到当前工作目录icons/ 子目录。

1. 搜索候选

python scripts/find_icons.py "rocket" --limit 20
  • 关键词优先用英文(两个源的英文命中率都更高);也支持中文。
  • 输出每个候选的 [index] source id name。挑一个记下它的 id
  • --source auto|iconfont|iconify 可指定源,默认 auto(iconfont 优先降级 iconify)。

2. 保存并转 PNG

python scripts/save_icon.py "rocket" --id <上一步的id> --size 512 --color "#2563eb"
  • --id 用 find_icons.py 打印的 id 精确定位。
  • --color 把图标染成指定色(SVG 里的 currentColor 会被替换;不传默认黑)。
  • 生成 icons/<name>.svgicons/<name>.png(默认 512×512,透明底)。

3. 插入 pptx

用 pptx skill 生成幻灯片时,对保存的 PNG 用 add_picture

slide.shapes.add_picture("icons/rocket.png", Inches(1), Inches(1), height=Inches(0.8))

注意

  • 合规:iconfont 图标多为个人上传,商用请自行确认授权;对合规敏感的正式对外材料,优先在 --source iconify 里选开源图标(许可清晰)。
  • 图标是单色矢量,--color 选与主题协调的颜色;同一套 PPT 尽量用同源、同风格的图标保持统一。
  • 若某关键词无结果,换更通用的英文词(如 "analytics" 而非 "数据分析大屏")。
Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 53 lines · 91 tokens per session scan A 26025e42f2d5

Subscribe to this mod's changes

icon-finder is a skill published in the GitHub repository zm1990s/kb-agent (5 stars, last pushed 19d ago), licensed MIT. It adds 91 tokens to every session and 667 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

html-ppt-zhangzara-retro-zine

A neighborhood zine on the disappearing corner shops — portraits, voices, and what a block loses when they close. Built as a decision-grade story deck for community, local readers.

nexu-io/open-design · 49 tokens

html-ppt-zhangzara-studio

A photography studio's portfolio-and-rate deck — the signature work, the process, and the packages that win the brief. Built as a decision-grade design craft deck for prospective clients.

nexu-io/open-design · 47 tokens

motion-frames

A single-frame motion-design composition with looping CSS animations — rotating type ring, animated globe, ticking timer, parallax labels. Renders as a hero video poster you can hand straight to HyperFrames or any keyframe-based exporter. Use when the brief asks for "motion design", "animated hero", "loop", "video…

nexu-io/open-design · 91 tokens

webgl-halftone-drift

A self-contained WebGL2 hero: a flowing field screened through a rotated halftone dot grid into a duotone print aesthetic; move the cursor to bend the drift.

nexu-io/open-design · 44 tokens

webgl-holographic-foil

A self-contained WebGL2 hero: thin-film interference over a crushed-foil surface whose palette shifts with the viewing angle; move the cursor to tilt the film.

nexu-io/open-design · 41 tokens

motion-graphics

A short, design-led motion graphic where motion is the message — kinetic typography, stat count-up, chart/data-viz hit, logo sting / brand lockup, lower-third / callout / social overlay, animated map (highlight regions, connect places, zoom to a location), animated tweet / news-article / headline, webpage / UI…

heygen-com/hyperframes · 139 tokens