{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/sfsymbol-generator",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=sfsymbol-generator",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "assets/template.svg",
      "scripts/generate-from-template.js",
      "scripts/generate.sh"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/sfsymbol-generator",
    "agentPageUrl": "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"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Usage",
        "body": "You can override the default asset catalog location with SFSYMBOL_ASSETS_DIR."
      },
      {
        "title": "Raw symbolset (no template injection)",
        "body": "./scripts/generate.sh <symbol-name> <svg-path> [assets-dir]\n\nsymbol-name: Full symbol name (e.g., custom.logo, brand.icon.fill).\nsvg-path: Path to the source SVG file.\nassets-dir (optional): Path to Assets.xcassets/Symbols (defaults to Assets.xcassets/Symbols or SFSYMBOL_ASSETS_DIR)."
      },
      {
        "title": "Template-based symbolset (recommended)",
        "body": "./scripts/generate-from-template.js <symbol-name> <svg-path> [template-svg] [assets-dir]\n\ntemplate-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)."
      },
      {
        "title": "Example",
        "body": "./scripts/generate-from-template.js pi.logo /Users/admin/Desktop/pi-logo.svg"
      },
      {
        "title": "Requirements",
        "body": "SVG must include a viewBox.\nUse path-based shapes (paths are required; rects are supported and converted, but other shapes should be converted to paths).\nPrefer filled shapes (no strokes) to avoid thin artifacts."
      },
      {
        "title": "Workflow",
        "body": "Validates the SVG path and viewBox.\nComputes path bounds and centers within the SF Symbols template margins.\nInjects the paths into the SF Symbols template (Ultralight/Regular/Black).\nCreates <symbol-name>.symbolset inside the asset catalog Symbols folder.\nWrites a matching Contents.json."
      }
    ],
    "body": "SF Symbol Generator\nUsage\n\nYou can override the default asset catalog location with SFSYMBOL_ASSETS_DIR.\n\nRaw symbolset (no template injection)\n./scripts/generate.sh <symbol-name> <svg-path> [assets-dir]\n\nsymbol-name: Full symbol name (e.g., custom.logo, brand.icon.fill).\nsvg-path: Path to the source SVG file.\nassets-dir (optional): Path to Assets.xcassets/Symbols (defaults to Assets.xcassets/Symbols or SFSYMBOL_ASSETS_DIR).\nTemplate-based symbolset (recommended)\n./scripts/generate-from-template.js <symbol-name> <svg-path> [template-svg] [assets-dir]\n\ntemplate-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).\nExample\n./scripts/generate-from-template.js pi.logo /Users/admin/Desktop/pi-logo.svg\n\nRequirements\nSVG must include a viewBox.\nUse path-based shapes (paths are required; rects are supported and converted, but other shapes should be converted to paths).\nPrefer filled shapes (no strokes) to avoid thin artifacts.\nWorkflow\nValidates the SVG path and viewBox.\nComputes path bounds and centers within the SF Symbols template margins.\nInjects the paths into the SF Symbols template (Ultralight/Regular/Black).\nCreates <symbol-name>.symbolset inside the asset catalog Symbols folder.\nWrites a matching Contents.json."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/svkozak/sfsymbol-generator",
    "publisherUrl": "https://clawhub.ai/svkozak/sfsymbol-generator",
    "owner": "svkozak",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}