← 返回 Skills 市场
svkozak

SF Symbol generator

作者 svkozak · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
2159
总下载
1
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install sfsymbol-generator
功能描述
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.
安全使用建议
This skill appears to do what it says: it parses an SVG and creates a .symbolset inside an Xcode asset catalog. Before running: (1) review the included scripts (they are provided in the bundle and do not perform network calls), (2) run them in the correct project directory or set SFSYMBOL_ASSETS_DIR to avoid accidental writes, and (3) back up your Assets.xcassets/Symbols folder if you have existing symbolsets with the same name since the scripts will create/overwrite folders and files. There's no evidence of credential use or data exfiltration.
功能分析
Type: OpenClaw Skill Name: sfsymbol-generator Version: 1.0.0 The skill bundle is benign. Its scripts perform local file system operations (creating directories, copying files, reading/writing SVGs and JSON) and SVG content manipulation, all of which are directly aligned with its stated purpose of generating Xcode SF Symbol asset catalogs. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, prompt injection attempts against the agent, or obfuscation. All file access is localized and necessary for the skill's functionality.
能力评估
Purpose & Capability
Name/description match the actual behavior: the scripts parse an input SVG, optionally inject into a template SVG, and create a <name>.symbolset folder and Contents.json inside an Assets.xcassets/Symbols folder. No unrelated credentials, binaries, or services are requested.
Instruction Scope
Runtime instructions are limited to running the included shell/Node scripts which validate and parse an SVG, locate or use a template SVG, and write files into the specified assets directory. The scripts read file system paths you provide (svg-path, optional template, and assets dir) and may read any existing .symbolset SVG found in Assets.xcassets/Symbols. They do not perform network requests or transmit data elsewhere. Be aware the scripts will create/overwrite a <symbol-name>.symbolset in the target assets directory, so run in the intended project directory or back up existing assets first.
Install Mechanism
No install spec; this is instruction+script-only. The included scripts are plain Node.js and shell scripts and do not download or extract remote code. There is no package installation or external URL fetch in the provided files.
Credentials
The skill requests no secrets or credentials. It optionally respects SFSYMBOL_ASSETS_DIR to locate the asset catalog; this is reasonable and proportional to the stated goal. No other environment variables or config paths are referenced.
Persistence & Privilege
The skill does not request permanent/always-on inclusion and does not modify other skills or global agent settings. Its only persistence is writing files (symbolset + Contents.json) to the target assets directory, which is expected for a build-time asset generator.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sfsymbol-generator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sfsymbol-generator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
SF Symbol Generator skill initial release. - Generate .symbolset assets for Xcode from SVG files, creating the necessary folder, Contents.json, and SVG. - Supports both raw and template-based workflows for symbolset creation. - Validates and processes SVGs, ensuring proper viewBox and path usage. - Automatically centers paths and injects them into recommended SF Symbol weight templates. - Allows customization of asset catalog output location via optional arguments or environment variable.
元数据
Slug sfsymbol-generator
版本 1.0.0
许可证
累计安装 3
当前安装数 3
历史版本数 1
常见问题

SF Symbol generator 是什么?

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2159 次。

如何安装 SF Symbol generator?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install sfsymbol-generator」即可一键安装,无需额外配置。

SF Symbol generator 是免费的吗?

是的,SF Symbol generator 完全免费(开源免费),可自由下载、安装和使用。

SF Symbol generator 支持哪些平台?

SF Symbol generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 SF Symbol generator?

由 svkozak(@svkozak)开发并维护,当前版本 v1.0.0。

💬 留言讨论