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 agentmods add skills/webrenew/unicon/docsnpx skills add webrenew/unicon --skill docsgit clone --depth 1 https://github.com/webrenew/uniconWhat 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 | $0.00116 | $0.01330 |
| Opus 5 | $0.00058 | $0.00665 |
| Sonnet 5 | $0.00023 | $0.00266 |
| Haiku 4.5 | $0.00012 | $0.00133 |
Grade A, and why
unicon 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 2d 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 — 180 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Unicon
Unicon is a unified icon library providing 19,000+ icons from 9 popular libraries. Unlike traditional npm packages that bundle thousands of icons, Unicon generates only the icons you need.
Quick Start
# Install CLI globally
npm install -g @webrenew/unicon
# Or use directly with npx
npx @webrenew/unicon search "dashboard"
Core Commands
| Command | Description |
|---|---|
unicon search <query> |
AI-powered semantic search |
unicon get <name> |
Get single icon to stdout or file |
unicon bundle |
Bundle multiple icons by category or query |
unicon init |
Create .uniconrc.json config |
unicon sync |
Regenerate all bundles from config |
unicon skill |
Install AI assistant skills for Claude, Cursor, Windsurf, etc. |
unicon skills |
List and download skills from the public registry |
Output Formats
| Format | Extension | Use Case |
|---|---|---|
react |
.tsx |
React/Next.js (default) |
vue |
.vue |
Vue 3 SFC |
svelte |
.svelte |
Svelte components |
svg |
.svg |
Raw SVG markup |
json |
.json |
Data/programmatic use |
Icon Sources
| Source | Icons | Description |
|---|---|---|
lucide |
1,900+ | Beautiful & consistent |
phosphor |
1,500+ | 6 weights available |
hugeicons |
1,800+ | Modern outlined icons |
heroicons |
292 | Tailwind Labs |
tabler |
4,600+ | Pixel-perfect stroke |
feather |
287 | Simple and clean |
remix |
2,800+ | Multiple categories |
simple-icons |
3,300+ | Brand logos |
iconoir |
1,600+ | Modern outlined icons |
Common Workflows
Add Icons to a React Project
# 1. Initialize config
unicon init
# 2. Search for icons you need
unicon search "navigation arrows"
# 3. Add bundle to config
unicon add nav --query "arrow chevron menu"
# 4. Generate components
unicon sync
# 5. Import and use
# import { ArrowRight, Menu } from "./src/icons/nav"
Get a Single Icon Quickly
What ships with it
3 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.
- 2d ago First seen · 180 lines · 116 tokens per session scan A 3d23208e847a
unicon is a skill published in the GitHub repository webrenew/unicon (14 stars, last pushed 29d ago), licensed MIT. It adds 116 tokens to every session and 1,330 once invoked, about $0.0006 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-30.
Other skills, from other repositories
bento-slides
Create and edit Bento presentations — single-file .bento.html decks whose document is plain JSON in a "#bento-doc" script block. Use whenever the user wants a slide deck or presentation: starting from NOTHING (it downloads the latest Bento app from bento.page automatically), from source material, or by improving an…
thesvg
Fetch brand SVG logos and cloud architecture icons (AWS, Azure, GCP) from theSVG. Use when the user asks for a brand logo, company icon, framework mark, service icon, or any "icon/logo for X" where X is a real brand or cloud service. Returns ready-to-use CDN URLs or raw SVG markup.
add-icon-mapping
Add or modify icon keyword mappings for providers, models, or agents in lobe-icons. Use this whenever a task involves mapping a provider/model id to an icon, adding a new entry to ModelProvider enum or providerMappings/modelMappings/agentMappings, or fixing a provider/model that renders the fallback (default) icon in…
admet_genetic
ADMET-guided genetic molecule optimization workflow from seed SMILES; use when the agent needs to build or run an RDKit/SA-Score/ADMET-AI GA pipeline for molecule optimization, enforce molecule lineage logs, render optimization-history HTML dashboards, and write candidate triage reports.
bioprobench
Score an LLM's biological-protocol reasoning on the BioProBench benchmark: protocol QA, step ordering, error detection, protocol generation, and LLM-judged error reasoning; or generate the responses.
alphafold2
Predict protein structure for monomers and multimers with AlphaFold2 via the ColabFold runner (Mirdita et al. 2022, github.com/sokrypton/ColabFold; AlphaFold2 Jumper et al. 2021). Reach for this skill to fold a sequence or complex with the AF2/AF2-Multimer evoformer, to validate designed sequences by self-consistency…