From sundial-org-awesome-openclaw-skills-4
Generates an Xcode SF Symbol asset catalog .symbolset from an SVG, creating the symbolset folder, Contents.json, and SVG file for custom build-time SF Symbols.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sundial-org-awesome-openclaw-skills-4:sfsymbol-generatorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You can override the default asset catalog location with `SFSYMBOL_ASSETS_DIR`.
You can override the default asset catalog location with SFSYMBOL_ASSETS_DIR.
./scripts/generate.sh <symbol-name> <svg-path> [assets-dir]
symbol-name: Full symbol name (e.g., custom.logo, brand.icon.fill).svg-path: Path to the source SVG file.assets-dir (optional): Path to Assets.xcassets/Symbols (defaults to Assets.xcassets/Symbols or SFSYMBOL_ASSETS_DIR)../scripts/generate-from-template.js <symbol-name> <svg-path> [template-svg] [assets-dir]
template-svg (optional): SF Symbols template SVG to inject into (defaults to the first .symbolset SVG found in Assets.xcassets/Symbols, otherwise uses the bundled skill template)../scripts/generate-from-template.js pi.logo /Users/admin/Desktop/pi-logo.svg
viewBox.<symbol-name>.symbolset inside the asset catalog Symbols folder.Contents.json.npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4Generates PNG icon imagesets for Xcode asset catalogs from SF Symbols or Iconify API. Use when creating or replacing iOS/macOS app icons.
Generates iOS app icon PNG imagesets for Xcode asset catalogs from SF Symbols (5,000+ Apple native) or Iconify API (275k+ open-source icons).
Generate, evaluate, and install iOS/macOS app icons from product context, including AppIcon.appiconset and .icns assets.