Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Generate an Xcode SF Symbol asset catalog .symbolset from an SVG. Use when you need to add a custom SF Symbol (build-time) by creating the symbolset folder, Contents.json, and SVG file.
Generate an Xcode SF Symbol asset catalog .symbolset from an SVG. Use when you need to add a custom SF Symbol (build-time) by creating the symbolset folder, Contents.json, and SVG file.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
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
SVG must include a viewBox. Use path-based shapes (paths are required; rects are supported and converted, but other shapes should be converted to paths). Prefer filled shapes (no strokes) to avoid thin artifacts.
Validates the SVG path and viewBox. Computes path bounds and centers within the SF Symbols template margins. Injects the paths into the SF Symbols template (Ultralight/Regular/Black). Creates <symbol-name>.symbolset inside the asset catalog Symbols folder. Writes a matching Contents.json.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.