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 AXIOTN/frontend-page-generator --skill iconsgit clone --depth 1 https://github.com/AXIOTN/frontend-page-generatorWrote 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/axiotn/frontend-page-generator/icons)<a href="https://agentmods.dev/skills/axiotn/frontend-page-generator/icons"><img src="https://agentmods.dev/badge/skills/axiotn/frontend-page-generator/icons/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/axiotn/frontend-page-generator/icons"><img src="https://agentmods.dev/badge/skills/axiotn/frontend-page-generator/icons.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.00000 | $0.01533 |
| Opus 5 | $0.00000 | $0.00766 |
| Sonnet 5 | $0.00000 | $0.00307 |
| Haiku 4.5 | $0.00000 | $0.00153 |
Grade A, and why
icons 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.
How it starts
The opening of the file, as written. The whole thing — 201 lines — stays where its author put it; the contents beside it link to each section on GitHub.
图标管理子技能
概述
管理图标使用,采用三级优先级策略。
图标使用优先级
1. 本地图标库(优先)
↓ 未找到
2. Lucide 图标库(https://lucide.dev/icons/)
↓ 未找到
3. AI 自动生成 SVG 图标
1. 本地图标库
位置
icons/ (技能目录下)
可用图标(27个)
| 图标文件 | 用途 | 名称 |
|---|---|---|
| home.svg | 首页 | home |
| user.svg | 用户 | user |
| users.svg | 用户组 | users |
| settings.svg | 设置 | settings |
| search.svg | 搜索 | search |
| menu.svg | 菜单 | menu |
| close.svg | 关闭 | close |
| heart.svg | 心形/喜欢 | heart |
| star.svg | 星标/收藏 | star |
| eye.svg | 查看 | eye |
| mail.svg | 邮件 | |
| calendar.svg | 日历 | calendar |
| clock.svg | 时钟 | clock |
| map-pin.svg | 位置 | map-pin |
| check-circle.svg | 成功 | check-circle |
| info.svg | 信息 | info |
| code.svg | 代码 | code |
| file-text.svg | 文件 | file-text |
| book-open.svg | 书籍 | book-open |
| building.svg | 建筑 | building |
| graduation-cap.svg | 毕业帽 | graduation-cap |
| pen-tool.svg | 画笔 | pen-tool |
| target.svg | 靶子 | target |
| film.svg | 影片 | film |
| compass.svg | 指南针 | compass |
| layout-grid.svg | 网格 | layout-grid |
| github.svg | GitHub | github |
使用方式
<!-- 从本地图标库复制到项目 -->
<img src="images/icons/home.svg" alt="首页" width="24" height="24">
<!-- 或内联使用 -->
<svg width="24" height="24" class="icon">
<use href="images/icons/home.svg#icon"></use>
</svg>
2. Lucide 图标库
当本地没有所需图标时,使用 Lucide 图标库
使用方式
<!-- 方式1: 使用 Lucide JS 库 -->
<script src="https://unpkg.com/lucide@latest/dist/umd/lucide.min.js"></script>
<i data-lucide="icon-name"></i>
<script>lucide.createIcons();</script>
<!-- 方式2: 直接使用 SVG(从官网复制) -->
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<!-- 从 lucide.dev 复制的路径 -->
</svg>
<!-- 方式3: React 组件 -->
import { IconName } from 'lucide-react';
<IconName size={24} />
<!-- 方式4: Vue 组件 -->
import { IconName } from 'lucide-vue-next';
<IconName :size="24" />
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 · 201 lines · 0 tokens per session scan A 0b263daf495b
icons is a skill published in the GitHub repository AXIOTN/frontend-page-generator (12 stars, last pushed 3mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,533 tokens. 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-30.
Other skills, from other repositories
chakra-ui-builder
Build responsive, accessible UI components and layouts using Chakra UI v3, install or configure Chakra UI in new and existing projects, and design scalable themes using tokens, semantic tokens, recipes, and slot recipes. Use this skill whenever a user asks to build, create, or generate any UI component, page, form…
visual-ralph
Visual Ralph orchestration for frontend UI from generated references, static references, or live URL targets, using $ralph with built-in visual verdict and pixel-diff evidence until the implementation matches and leaves a reproducible design system.
frontend-visual-qa
Audits already-rendered web, landing-page, HTML deck/slide, browser tool/game, dashboard/admin, design-system, and desktop UIs using real-browser or native-app journeys, inspected screenshots, DOM geometry, responsive or projection viewports, and a bundled Playwright sweep. Use after UI implementation to find…
prototype-web
A clickable, high-fidelity web product prototype with navigation, a hero section, feature cards, steps, social proof, and optional pricing. It is designed to resemble a finished landing page while remaining a prototype.
animation-principles
Apply animation principles — easing, staging, follow-through — to one specific UI motion. Use when tuning how an animation feels. For product-wide duration and easing tokens use motion-system (design-systems); for a full interaction spec use micro-interaction-spec.
refactoring-ui
Audit and fix visual hierarchy, spacing, color, and depth in web UIs. Use when the user mentions "my UI looks off" (or amateur/unprofessional), "fix the design", "Tailwind styling", "color palette", "visual hierarchy", "design system", "spacing scale", or "component styling". Also trigger when building consistent…