โ Back to Skills Marketplace
๐ฆ Unicon CLI
by
charlesrhoward
ยท GitHub โ
ยท v0.2.0
728
Downloads
2
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install unicon
Description
Add and manage 19,000+ icons from 9 libraries in React, Vue, Svelte, or web projects using the Unicon CLI for search, bundles, previews, and tree-shakable co...
Usage Guidance
This skill appears to do exactly what it says: it requires node and installs the @webrenew/unicon npm CLI which will read package.json, create/modify `.uniconrc.json`, and generate icon component files in your project. If you plan to install it globally, consider: (1) prefer using npx or a local devDependency if you don't want a global binary; (2) review the package source on npm/github (https://github.com/WebRenew/unicon and https://unicon.sh) before installing to confirm behavior; (3) be aware that running `unicon skill --all` or similar will write assistant/IDE files into many directories โ run that only if you intend it; (4) no credentials are required, but you may want to audit the generated files produced in your repo and CI. Overall there are no incoherent or disproportionate requests in the skill materials.
Capability Analysis
Type: OpenClaw Skill
Name: unicon
Version: 0.2.0
The skill is classified as suspicious primarily due to the `unicon skill` command described in `SKILL.md` and `references/cli-commands.md`. This command allows the CLI to write files (e.g., `SKILL.md`, `.mdc`) into configuration directories of other AI assistants (e.g., `.claude/skills/`, `.cursor/rules/`, `.agent/rules/`). While intended for installing helpful skills, this capability introduces a significant vulnerability for cross-agent prompt injection or supply chain attacks if the `unicon` CLI itself were compromised or misused. Additionally, the tool makes external API calls to `https://unicon.sh/api`, which can be redirected via the `UNICON_API_URL` environment variable, presenting another potential vector for misuse.
Capability Assessment
Purpose & Capability
Name/description describe a CLI for searching, bundling, and generating icon components. The only required binary is node and the install spec is the @webrenew/unicon npm package โ both are proportionate and expected for this purpose.
Instruction Scope
SKILL.md instructs the agent to read project files (package.json for framework detection) and to create/manage `.uniconrc.json` and icon output directories. It also documents a `unicon skill` command that writes assistant skill files into various IDE/assistant directories if run. Those file reads/writes are consistent with the stated functionality but are actions that will modify the user's project and may create files in multiple assistant-related folders if the user invokes the skill installer.
Install Mechanism
Install spec uses the npm package @webrenew/unicon (global install). This is a standard, traceable package installation mechanism; there are no direct-download URLs, extract operations, or obscure hosts in the install instructions.
Credentials
The skill declares no required environment variables or credentials. The references mention optional vars (UNICON_API_URL, UNICON_CACHE_DIR, UNICON_NO_CACHE) which are reasonable for configuring a CLI that talks to an API and manages a cache. No unrelated secrets are requested.
Persistence & Privilege
The skill is not marked always:true and allows normal autonomous invocation. The documented `unicon skill --ide/--all` feature can write files into many assistant/IDE directories; this is consistent with a command that installs helper files but is an operation the user should be aware of before running.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install unicon - After installation, invoke the skill by name or use
/unicon - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.2.0
- Initial release of Unicon skill for AI assistants.
- Helps users add icons from 19,000+ available across 9 popular libraries (Lucide, Phosphor, Hugeicons, Heroicons, Tabler, Feather, Remix, Simple Icons, Iconoir).
- Provides guidance for installing and using the Unicon CLI to search, select, bundle, and generate icons for React, Vue, Svelte, or web projects.
- Supports .uniconrc.json config, tree-shakeable icon components, local cache management, and icon format conversion.
- Includes integration steps for various AI assistants and IDEs.
Metadata
Frequently Asked Questions
What is ๐ฆ Unicon CLI?
Add and manage 19,000+ icons from 9 libraries in React, Vue, Svelte, or web projects using the Unicon CLI for search, bundles, previews, and tree-shakable co... It is an AI Agent Skill for Claude Code / OpenClaw, with 728 downloads so far.
How do I install ๐ฆ Unicon CLI?
Run "/install unicon" in the OpenClaw or Claude Code chat to install it in one step โ no extra setup required.
Is ๐ฆ Unicon CLI free?
Yes, ๐ฆ Unicon CLI is completely free (open-source). You can download, install and use it at no cost.
Which platforms does ๐ฆ Unicon CLI support?
๐ฆ Unicon CLI is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created ๐ฆ Unicon CLI?
It is built and maintained by charlesrhoward (@charlesrhoward); the current version is v0.2.0.
More Skills