Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Create and optimize SVG graphics with proper viewBox, accessibility, and CSS styling.
Create and optimize SVG graphics with proper viewBox, accessibility, and CSS styling.
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.
TopicFileKey TrapviewBox & Scalingviewbox.mdMissing viewBox = no scalingScreen Readersaccessibility.mdrole="img" + title as first childSVGO Configoptimization.mdDefault removes viewBox/titleInline vs imgembedding.md<img> cannot be styled with CSScurrentColorstyling.mdHardcoded fills block theming
<!-- Minimum viable SVG --> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"> <path d="..."/> </svg>
viewBox present (not just width/height) Coordinates within viewBox bounds No hardcoded fill="#000" if theming needed role="img" + <title> for informative SVGs aria-hidden="true" for decorative SVGs Unique IDs across all inline SVGs on page xmlns included for external .svg files
User preferences persist in ~/svg/memory.md. Create on first use. ## User Preferences <!-- SVG workflow defaults. Format: "setting: value" --> <!-- Examples: default_viewbox: 0 0 24 24, prefer_inline: true --> ## Accessibility Mode <!-- informative | decorative --> ## Optimization <!-- Tool and settings. Format: "tool: setting" --> <!-- Examples: svgo: preset-default, remove_metadata: true --> ## Icon Defaults <!-- Fill and sizing preferences --> <!-- Examples: fill: currentColor, default_size: 24x24 --> Empty sections = use skill defaults. Learns user preferences over time.
Agent frameworks, memory systems, reasoning layers, and model-native orchestration.
Largest current source with strong distribution and engagement signals.