# Send SF Symbol generator to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "sfsymbol-generator",
    "name": "SF Symbol generator",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/svkozak/sfsymbol-generator",
    "canonicalUrl": "https://clawhub.ai/svkozak/sfsymbol-generator",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/sfsymbol-generator",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=sfsymbol-generator",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "assets/template.svg",
      "scripts/generate-from-template.js",
      "scripts/generate.sh"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "sfsymbol-generator",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-08T08:03:09.642Z",
      "expiresAt": "2026-05-15T08:03:09.642Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=sfsymbol-generator",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=sfsymbol-generator",
        "contentDisposition": "attachment; filename=\"sfsymbol-generator-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "sfsymbol-generator"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/sfsymbol-generator"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/sfsymbol-generator",
    "downloadUrl": "https://openagent3.xyz/downloads/sfsymbol-generator",
    "agentUrl": "https://openagent3.xyz/skills/sfsymbol-generator/agent",
    "manifestUrl": "https://openagent3.xyz/skills/sfsymbol-generator/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/sfsymbol-generator/agent.md"
  }
}
```
## Documentation

### Usage

You can override the default asset catalog location with SFSYMBOL_ASSETS_DIR.

### Raw symbolset (no template injection)

./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).

### Template-based symbolset (recommended)

./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).

### Example

./scripts/generate-from-template.js pi.logo /Users/admin/Desktop/pi-logo.svg

### Requirements

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.

### Workflow

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.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: svkozak
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-08T08:03:09.642Z
- Expires at: 2026-05-15T08:03:09.642Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/sfsymbol-generator)
- [Send to Agent page](https://openagent3.xyz/skills/sfsymbol-generator/agent)
- [JSON manifest](https://openagent3.xyz/skills/sfsymbol-generator/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/sfsymbol-generator/agent.md)
- [Download page](https://openagent3.xyz/downloads/sfsymbol-generator)