← Back to Skills Marketplace
ckchzh

Icon

by BytesAgain2 · GitHub ↗ · v3.4.1 · MIT-0
cross-platform ✓ Security Clean
399
Downloads
0
Stars
2
Active Installs
14
Versions
Install in OpenClaw
/install icon
Description
Generate and convert icons. Use when creating SVGs, building sprite sheets, converting ICO/PNG/SVG, or generating favicon sets.
README (SKILL.md)

Icon

Generate, convert, and manage icons for web and app projects.

Commands

generate

Generate an SVG icon from a name and optional style parameters.

bash scripts/script.sh generate --name "arrow-right" --size 24 --color "#333" --output icons/

sprite

Combine multiple SVG icons into a single SVG sprite sheet.

bash scripts/script.sh sprite --input icons/ --output sprite.svg --prefix "icon-"

convert

Convert icons between ICO, PNG, and SVG formats.

bash scripts/script.sh convert --input icon.svg --format png --sizes "16,32,64"

search

Search available icon names by keyword.

bash scripts/script.sh search --query "arrow" --style outline

resize

Batch resize icons to specified dimensions.

bash scripts/script.sh resize --input icons/ --sizes "16,24,32,48" --output resized/

favicon

Generate a full favicon set (ICO, PNG, Apple Touch, manifest) from a source image.

bash scripts/script.sh favicon --input logo.svg --output favicons/

Output

  • generate: SVG file written to output directory
  • sprite: Single SVG sprite sheet with \x3Csymbol> elements
  • convert: Converted files in target format and sizes
  • search: List of matching icon names printed to stdout
  • resize: Resized icon files in output directory
  • favicon: favicon.ico, apple-touch-icon.png, android-chrome PNGs, site.webmanifest

Requirements

  • bash 4+

Feedback

https://bytesagain.com/feedback/


Powered by BytesAgain | bytesagain.com

Usage Guidance
This skill appears to do what it says: a self-contained bash script for creating and converting icons. Before running it, review the script (you already have it), run it on directories you control, and avoid running it as root. The convert path uses external tools (ImageMagick 'convert' or 'rsvg-convert') — ensure those are from trusted packages and be cautious processing untrusted images because past ImageMagick vulnerabilities have allowed code execution. Note the script expects GNU-style utilities (example: grep -oP for PCRE); behavior may vary on some systems. If you need higher assurance, run the script in an isolated environment (container) and verify any third-party binaries it invokes are up-to-date.
Capability Analysis
Type: OpenClaw Skill Name: icon Version: 3.4.1 The skill provides a legitimate set of tools for generating, converting, and managing icons (SVG, PNG, ICO) and favicon sets. The implementation in scripts/script.sh uses standard bash practices and common utilities like ImageMagick or librsvg, with no evidence of data exfiltration, unauthorized network access, or malicious command execution.
Capability Assessment
Purpose & Capability
The name/description (icon generation, conversion, sprites, favicons) matches the included SKILL.md and the bash script which implements generate, sprite, convert, search, resize, and favicon operations. No unrelated services, credentials, or binaries are requested.
Instruction Scope
SKILL.md directs the agent to run the included bash script with explicit arguments. The script only reads user-specified files/directories and writes outputs to user-specified output paths; it does not attempt to read unrelated system configuration, environment secrets, or contact external endpoints.
Install Mechanism
There is no install spec; the skill is instruction + a local shell script. No remote downloads or archive extraction are performed by the skill itself.
Credentials
The skill declares no required environment variables or credentials, and the script does not access external secrets. It does call external image tools if available (ImageMagick 'convert', librsvg 'rsvg-convert'), which is appropriate for image conversion features.
Persistence & Privilege
always is false and the skill does not request permanent or elevated platform privileges or modify other skills' configurations. It operates locally and on files/paths provided by the user.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install icon
  3. After installation, invoke the skill by name or use /icon
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v3.4.1
v2.5 standard: Use-when desc, homepage, source, security fix
v3.4.0
manual
v3.3.0
Major rewrite: domain-specific commands, Use-when description, security fixes, dependency declarations
v1.0.6
manual
v3.2.0
Concise description (no truncation), add homepage+source metadata
v3.1.0
Security fix: safe env-var Python invocation; add Requirements section; fix description format
v3.0.1
Fix: add Requirements, fix description
v3.0.0
Major rewrite
v1.0.5
yaml-fix+quality
v1.0.4
yaml-fix+quality
v1.0.3
Quality upgrade: custom functionality
v1.0.2
Added feedback link
v1.0.1
Quality fix: cleaner docs, removed flags
v1.0.0
Initial release
Metadata
Slug icon
Version 3.4.1
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 14
Frequently Asked Questions

What is Icon?

Generate and convert icons. Use when creating SVGs, building sprite sheets, converting ICO/PNG/SVG, or generating favicon sets. It is an AI Agent Skill for Claude Code / OpenClaw, with 399 downloads so far.

How do I install Icon?

Run "/install icon" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Icon free?

Yes, Icon is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Icon support?

Icon is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Icon?

It is built and maintained by BytesAgain2 (@ckchzh); the current version is v3.4.1.

💬 Comments