Search icons and generate Xcode-ready PNG asset sets for iOS apps.
Overall risk is low. The material indicates an open-source project with very strong community adoption and no credential requirement; the main watchpoints are optional internet use via the Iconify API and the read/write semantics around local project icon asset generation mentioned in the README.
The material explicitly states there are no required keys or environment variables. No API token, account credential, or sensitive system authentication is requested, so credential exposure and abuse risk appears low.
The README mentions optional searching and generation through the Iconify API, indicating potential network egress. Although no specific host is listed, the transmitted data appears limited to icon search terms, collection prefixes, and icon identifiers rather than obviously sensitive content, but the network behavior still warrants attention.
The system flags this as prompt-only, and there is no declared need for daemons, privilege escalation, persistent background services, or broad system control. While the README shows shell/swift example commands, the audit material does not demonstrate execution privileges beyond the icon-generation use case.
The material describes generating PNG imagesets for Xcode asset catalogs and suggests checking or replacing existing project icons, implying expected read/write access to user-specified asset directories. No excessive data access beyond that purpose is evident, but project file modifications should remain tightly scoped.
The source is an open-source GitHub repository with extremely strong community adoption (about 210k stars), which materially lowers supply-chain opacity risk. The missing license declaration and unknown maintenance status are minor audit gaps, but not enough to raise this to high risk based on the current material.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "ios-icon-gen" skill from askskill: 1. Download https://raw.githubusercontent.com/affaan-m/ECC/main/skills/ios-icon-gen/SKILL.md 2. Save it as ~/.claude/skills/ios-icon-gen/SKILL.md 3. Reload skills and tell me it's ready
Use SF Symbols to generate a PNG imageset for a 'favorites' icon for my iOS app. Keep the style minimal, make it compatible with the Xcode asset catalog, and list the generated sizes and filenames.
A set of Xcode-ready PNG icon assets with size and filename details.
Search Iconify for icons suitable for 'user settings', give me 5 options, and generate an iOS-ready PNG imageset for the one I choose.
Several icon candidates and an iOS PNG asset set for the selected icon.
Batch generate PNG imagesets for four iOS tab bar icons: Home, Search, Notifications, and Profile. Keep the style consistent and ready to add to the asset catalog.
A consistent set of multi-size icon assets ready to import into an Xcode project.
Generate PNG icon imagesets for Xcode asset catalogs from two sources.
Both sources produce identical Xcode-compatible imagesets. Choose based on need:
| Source | Icons | Requires | Best for |
|---|---|---|---|
| Iconify API | 275,000+ from 200+ collections | Internet | Wide selection, specific styles, open source icons |
| SF Symbols | 5,000+ Apple symbols | macOS only | Apple-native style, offline use |
Before generating, check the project's existing icons for size, color, and weight consistency.
Both methods produce a complete Xcode imageset:
<output-dir>/<asset-name>.imageset/
Contents.json
<asset-name>.png # 1x (68px default)
<asset-name>@2x.png # 2x (136px default)
<asset-name>@3x.png # 3x (204px default)
Determine icon needs: what the icon represents, preferred style, target color, and size.
If the project already has icons, check existing style:
# Check dimensions of existing icon
sips -g pixelWidth -g pixelHeight path/to/[email protected]
Iconify API (recommended for wide selection):
# Search all collections
$SKILL_DIR/scripts/iconify_gen.sh search "receipt"
# Search within a specific collection
$SKILL_DIR/scripts/iconify_gen.sh search "business card" --prefix mdi
# List available collections
$SKILL_DIR/scripts/iconify_gen.sh collections
SF Symbols (for Apple-native style): Browse the SF Symbols app or reference common names:
| Use Case | Symbol Name |
|---|---|
| Document | doc.text, doc.fill |
| Receipt | doc.text.below.ecg, receipt |
| Person | person.crop.rectangle, person.text.rectangle |
| Camera | camera, camera.fill |
| Scan | doc.viewfinder, qrcode.viewfinder |
| Settings | gearshape, slider.horizontal.3 |
# Iconify preview
$SKILL_DIR/scripts/iconify_gen.sh preview mdi:receipt-text-outline
Iconify API:
# Basic generation
$SKILL_DIR/scripts/iconify_gen.sh mdi:receipt-text-outline editTool_expenseReport
# Custom color and output location
$SKILL_DIR/scripts/iconify_gen.sh mdi:receipt-text-outline myIcon --color 007AFF --output ./Assets.xcassets/icons
Options: --size <pt> (default: 68), --color <hex> (default: 8E8E93), --output <dir> (default: /tmp/icons)
SF Symbols:
# Basic generation
swift $SKILL_DIR/scripts/generate_icons.swift doc.text.below.ecg editTool_expenseReport
# Custom color, weight, and output
swift $SKILL_DIR/scripts/generate_icons.swift person.crop.rectangle myIcon --color 007AFF --weight regular --output ./Assets.xcassets/icons
Options: --size <pt> (default: 68), --color <hex> (default: 8E8E93), --weight <name> (default: thin), --output <dir> (default: /tmp/icons)
cp -r /tmp/icons/<name>.imageset path/to/Assets.xcassets/<group>/
| Prefix | Name | Count | Style |
|---|---|---|---|
mdi | Material Design Icons | 7400+ | Filled + outline variants |
ph | Phosphor | 9000+ | 6 weights per icon |
solar | Solar | 7400+ | Bold, linear, outline |
tabler | Tabler Icons | 6000+ | Consistent stroke width |
lucide | Lucide | 1700+ | Clean, minimal |
…
Plan demand forecasts, safety stock, and replenishment for multi-location retail inventory.
Automatically format, lint, and fix code issues on every edit.
Apply NestJS architecture patterns to build maintainable production-ready TypeScript backends.
Learn robust error-handling patterns across TypeScript, Python, and Go applications.
Audit Claude skills and commands with quick scans or full stocktakes.
Create iOS liquid glass interfaces with dynamic visuals and interactive morphing.
Search, generate, and download icons faster for UI and brand design.
Search open SVG icon packs and retrieve exact SVG markup instantly.
Search, browse, and retrieve open-source icons with framework usage examples.
Generate logos, social visuals, app screenshots, and comic assets from prompts.
Find meme templates, suggest formats, and generate shareable meme images.
Search and export Apple SF Symbols as true vector SVGs