iconfont-downloader

iconfont-downloader is a plugin for Claude Code from JS-mark/skills. Its manifest loads nothing; the 1 skill it bundles cost 59 tokens per session together, scanned A, original, MIT.

A plugin for searching and downloading SVG icons from Alibaba’s Iconfont platform. It includes login methods, keyword search, result selection, and single or batch downloads.

In plain words
What is it for?
Use it to log in to Iconfont, search with Chinese or English terms, review results, and download chosen icons individually or in batches.
Why use it?
It puts icon discovery and downloading into a guided workflow instead of requiring separate manual steps on the website.

Plugin for Claude Code

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.

Claude Code
/plugin marketplace add JS-mark/skills
agentmods
npx agentmods add plugins/js-mark/skills/iconfont-downloader
Clone the repo
git clone --depth 1 https://github.com/JS-mark/skills

Made for: Claude Code.

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 iconfont-downloader

README.md
[![agentmods](https://agentmods.dev/badge/plugins/js-mark/skills/iconfont-downloader.svg)](https://agentmods.dev/plugins/js-mark/skills/iconfont-downloader)
Your own site
<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>
Per session not measured What this adds to a session before it is invoked.
When invoked not measured The manifest loads nothing itself; its 1 skill cost 59 tokens a session between them.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Security

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.

skills/iconfont-downloader/.claude-plugin/plugin.json · 128 lines

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": "批量下载图标。根据用户的选择字

Read the full file on GitHub · 128 lines

Contents

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.

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. 4d ago First seen · 128 lines scan A a499421b678f

Subscribe to this mod's changes

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.

Related

Other plugins, from other repositories