← 返回 Skills 市场
ajmwagar

Trace To Svg

作者 ajmwagar · GitHub ↗ · v0.1.0
cross-platform ✓ 安全检测通过
2120
总下载
1
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install trace-to-svg
功能描述
Trace bitmap images (PNG/JPG/WebP) into clean SVG paths using potrace/mkbitmap. Use to convert logos/silhouettes into vectors for downstream CAD workflows (e.g., create-dxf etch_svg_path) and for turning reference images into manufacturable outlines.
安全使用建议
This skill appears coherent and low-risk: it runs local binaries (mkbitmap, potrace) on files you provide and writes an SVG output. Before installing, confirm you trust the source of the potrace package (apt/brew are standard), run the included script manually on a test image to verify behavior, and avoid passing sensitive files you don't want processed. If you deploy in a multi-user or cloud environment, ensure the agent has only the filesystem permissions it needs and that potrace/mkbitmap come from your trusted package repositories.
功能分析
Type: OpenClaw Skill Name: trace-to-svg Version: 0.1.0 The skill bundle is designed to convert bitmap images to SVG using `mkbitmap` and `potrace`. The `SKILL.md` provides clear instructions and dependency installations without any prompt injection attempts. The `scripts/trace_to_svg.sh` script executes these binaries, handles temporary files securely, and performs basic input validation. There is no evidence of data exfiltration, malicious execution, persistence, or obfuscation. All actions are directly aligned with the stated purpose of image conversion.
能力评估
Purpose & Capability
The skill is a simple wrapper around mkbitmap + potrace. The declared required binaries (potrace, mkbitmap), apt/brew install entries (potrace), and the included script all match the stated purpose of converting bitmaps to SVG.
Instruction Scope
SKILL.md and the script only instruct running mkbitmap and potrace on a provided input file, producing an output SVG in a specified path. The script checks for required binaries, uses a temporary directory, and does not read other system files, environment variables, or transmit data externally.
Install Mechanism
Installers use standard package managers (apt and brew) to install potrace, which is expected and low risk. There are no downloads from arbitrary URLs or archive extraction steps.
Credentials
The skill declares no environment variables or credentials and the runtime script does not access secrets or unrelated env vars. Required permissions are only filesystem read/write for files you pass.
Persistence & Privilege
The skill is not set to always:true and does not modify system or agent-wide configuration. It has normal, non-persistent presence and requires explicit invocation to run.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install trace-to-svg
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /trace-to-svg 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release: mkbitmap+potrace tracing pipeline (raster to SVG)
元数据
Slug trace-to-svg
版本 0.1.0
许可证
累计安装 3
当前安装数 3
历史版本数 1
常见问题

Trace To Svg 是什么?

Trace bitmap images (PNG/JPG/WebP) into clean SVG paths using potrace/mkbitmap. Use to convert logos/silhouettes into vectors for downstream CAD workflows (e.g., create-dxf etch_svg_path) and for turning reference images into manufacturable outlines. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2120 次。

如何安装 Trace To Svg?

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

Trace To Svg 是免费的吗?

是的,Trace To Svg 完全免费(开源免费),可自由下载、安装和使用。

Trace To Svg 支持哪些平台?

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

谁开发了 Trace To Svg?

由 ajmwagar(@ajmwagar)开发并维护,当前版本 v0.1.0。

💬 留言讨论