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.
/plugin marketplace add JS-mark/skillsnpx agentmods add plugins/js-mark/skills/iconfont-downloadergit clone --depth 1 https://github.com/JS-mark/skillsWrote 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/plugins/js-mark/skills/iconfont-downloader)<a href="https://agentmods.dev/plugins/js-mark/skills/iconfont-downloader"><img src="https://agentmods.dev/badge/plugins/js-mark/skills/iconfont-downloader.svg" alt="Measured on agentmods" height="20"></a>Grade A, and why
iconfont-downloader 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 4d 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 — 128 lines — stays where its author put it; the contents beside it link to each section on GitHub.
{
"name": "iconfont-downloader",
"description": "从阿里巴巴 Iconfont 平台搜索和下载 SVG 图标",
"version": "2.0.0",
"author": {
"name": "super-client"
},
"icon": "🎨",
"category": "design",
"displayName": "Iconfont 下载器",
"tools": [
{
"name": "login",
"description": "登录iconfont.cn账号。支持账号密码登录或二维码登录。登录后session会保持,其他工具才能使用。",
"inputSchema": {
"type": "object",
"properties": {
"username": {
"type": "string",
"description": "iconfont用户名/手机号(可选,如使用二维码登录可不填)"
},
"password": {
"type": "string",
"description": "iconfont密码(可选,如使用二维码登录可不填)"
},
"useQRCode": {
"type": "boolean",
"description": "是否使用二维码登录。设为true时会打开浏览器让用户扫码",
"default": false
}
}
}
},
{
"name": "search",
"description": "根据关键词搜索iconfont图标,返回图标列表供用户选择。搜索结果会缓存,供后续下载使用。",
"inputSchema": {
"type": "object",
"properties": {
"keyword": {
"type": "string",
"description": "搜索关键词,如'home', 'user', 'settings', '搜索', '首页'"
},
"limit": {
"type": "number",
"description": "返回结果数量,默认10个,最大50",
"default": 10
},
"page": {
"type": "number",
"description": "页码,默认1",
"default": 1
}
},
"required": ["keyword"]
}
},
{
"name": "download",
"description": "下载单个SVG图标到指定目录。通常用户选择后再调用此工具。",
"inputSchema": {
"type": "object",
"properties": {
"iconId": {
"type": "string",
"description": "图标ID"
},
"iconName": {
"type": "string",
"description": "图标名称,用于文件名"
},
"svgUrl": {
"type": "string",
"description": "SVG下载链接(可选,如不提供则从详情页获取)"
},
"outputPath": {
"type": "string",
"description": "保存目录路径,默认为项目 src/renderer/src/components/icons 目录"
},
"rename": {
"type": "string",
"description": "重命名文件(可选,不包含扩展名)"
}
},
"required": ["iconId", "iconName"]
}
},
{
"name": "downloadBatch",
"description": "批量下载图标。根据用户的选择字What it installs
The manifest is a name and a version. 1 skill travel with it, and installing the plugin installs all of them — 59 tokens a session between them. Each is measured on its own page, and each can be installed alone.
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.
- 4d ago First seen · 128 lines scan A a499421b678f
iconfont-downloader is a plugin published in the GitHub repository JS-mark/skills (2 stars, last pushed 1mo ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. 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 plugins, from other repositories
raven-mcp
Design-intelligence MCP server: audits pages, screens, and diffs for contrast, layout, tap targets, and consistency; carries a design system and a taste profile an agent can consult before writing UI code.
aio-visual-diff
Verify AI-built UI against design via measurement-driven diff — extracts computed CSS and bounding boxes through Chrome DevTools MCP, diffs against Figma reference or a frozen baseline, and feeds numerical deltas back to the agent. No screenshot eyeballing.
motion-design-skills
Motion design fundamentals, engines, and brand elements as installable skills for AI coding agents — timing, typography, color, composition, After Effects, Remotion, logos, and backgrounds.
ui-input-skills
Form systems, search, and filter components for user input and data collection.
hyperstack
Disciplined MCP server + skill system. 16 plugins and 121 tools covering designer (6 personalities, 13 page templates, 9 presets), shadcn/ui, design tokens, ui/ux, React Flow v12, Motion v12, Lenis, React 19, Echo, Go, Rust, product-manager, marketing, reflect, and optimizer. 29 skills with adversarial enforcement…
stark-figma-drive
Exporta frames do Figma e faz upload automatico para o Google Drive do cliente.