vectorize-pipeline

vectorize-pipeline is a skill for Claude Code, Codex from ImYourBoyRoy/Portable_Web_toolkit. It costs 70 tokens per session (594 once invoked), scanned A, original, MIT.

A pipeline for rebuilding wordmarks from licensed font outlines or turning suitable high-contrast raster artwork, such as a logo image, into SVG files.

In plain words
What is it for?
It creates wordmark SVGs from fonts, vectorizes eligible logo images, cleans SVG output, and prepares assets for review.
Why use it?
It helps recover clean, scalable logos when the available image is too small or pixelated, while identifying cases where automatic tracing is unsuitable.

Skill for Claude CodeCodex

Part of the portable-web-toolkit plugin — 14 skills shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/imyourboyroy/portable_web_toolkit/vectorize-pipeline
Any agent
npx skills add ImYourBoyRoy/Portable_Web_toolkit --skill vectorize-pipeline
Clone the repo
git clone --depth 1 https://github.com/ImYourBoyRoy/Portable_Web_toolkit

Made for: Claude Code, Codex.

Or install portable-web-toolkit, the plugin that ships this one along with the rest of its 14 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for vectorize-pipeline

README.md
[![agentmods](https://agentmods.dev/badge/skills/imyourboyroy/portable_web_toolkit/vectorize-pipeline.svg)](https://agentmods.dev/skills/imyourboyroy/portable_web_toolkit/vectorize-pipeline)
Your own site
<a href="https://agentmods.dev/skills/imyourboyroy/portable_web_toolkit/vectorize-pipeline"><img src="https://agentmods.dev/badge/skills/imyourboyroy/portable_web_toolkit/vectorize-pipeline.svg" alt="Measured on agentmods" height="20"></a>
Per session 70 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 594 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00070 $0.00594
Opus 5 $0.00035 $0.00297
Sonnet 5 $0.00014 $0.00119
Haiku 4.5 $0.00007 $0.00059

Measured 3d ago against content hash fc85261d2f74, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

vectorize-pipeline scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/vectorize-pipeline/SKILL.md · 70 lines

How it starts

The opening of the file, as written. The whole thing — 70 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Vectorize Pipeline

Preflight

Read the client repository's applicable instructions and Brand Guide, preserve unrelated work, and confirm the input and output paths are inside the intended project. Establish ownership, licensing, modification rights, and the status of any approved vector master before processing.

Prefer from-font for type

If a logo PNG looks stair-stepped at 200% zoom, do not auto-trace it — rebuild from fonts:

node ./Web_Toolkit/vectorize_pipeline/bin/vectorize-pipeline.mjs from-font \
  --title "Example Studio" \
  --subtitle WORKS \
  --serif ./brand/fonts/ExampleSerif.ttf \
  --sans ./brand/fonts/ExampleSans.ttf \
  --fill '#f4fffe' \
  --output ./public/brand/example-wordmark.svg \
  --apply

First time: cd Web_Toolkit/vectorize_pipeline && npm install

Inspect package scripts before installing. Use the repository-approved environment and do not install VTracer, Python packages, or fonts globally without authorization.

Raster path (vectorize)

node ./Web_Toolkit/vectorize_pipeline/bin/vectorize-pipeline.mjs vectorize \
  --input ./logo.png --preset logo_smooth --fill '#f4fffe' --apply
Preset Use
logo Clean high-contrast masters
logo_smooth Low-res/aliased — upscale+blur then VTracer
logo_polygon Smaller / sharper corners

Flags

Flag Effect
--apply Write output
--fill '#hex' For <img src> SVGs
--current-color Inline SVG only
--scale / --blur Prep overrides (vectorize)

Never

  • Expect auto-trace to beat a hand SVG or font outlines on a soft/aliased master
  • Use --current-color with <img src="*.svg">
  • Trace artwork without confirming ownership, licensing, and allowed modification
  • Discard the original raster, font, or approved master

Verify

Inspect the SVG at multiple scales, validate its XML, compare its silhouette and spacing to the authorized source, and check fill behavior in its real embedding mode. Treat output as a review candidate until brand approval is established.

Read the full file on GitHub · 70 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 70 lines · 70 tokens per session scan A fc85261d2f74

Subscribe to this mod's changes

vectorize-pipeline is a skill published in the GitHub repository ImYourBoyRoy/Portable_Web_toolkit (2 stars, last pushed 23d ago), licensed MIT. It adds 70 tokens to every session and 594 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories