Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
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.
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.
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.
Convert a bitmap into a vector SVG using mkbitmap + potrace.
# 1) Produce a silhouette-friendly SVG bash scripts/trace_to_svg.sh input.png --out out.svg # 2) Higher contrast + less noise bash scripts/trace_to_svg.sh input.png --out out.svg --threshold 0.6 --turdsize 20 # 3) Feed into create-dxf (example) # - set create-dxf drawing.etch_svg_paths[].d to the SVG path `d` you want, or # - store the traced SVG and reference it in your pipeline.
This is best for logos, silhouettes, high-contrast shapes. For photos or complex shading, results depend heavily on thresholding. Output is usually one or more <path> elements.
Agent frameworks, memory systems, reasoning layers, and model-native orchestration.
Largest current source with strong distribution and engagement signals.