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.
npx skills add zm1990s/kb-agent --skill icon-findergit clone --depth 1 https://github.com/zm1990s/kb-agentWrote 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.
[](https://agentmods.dev/skills/zm1990s/kb-agent/icon-finder)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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.
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>.svg和icons/<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" 而非 "数据分析大屏")。
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.
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.
- 9d ago First seen · 53 lines · 91 tokens per session scan A 26025e42f2d5
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.
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.
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.
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…
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.
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.
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…