# Skill Asset Image Processor

> Image processing helper for skill assets: resize, optimize, format convert. Use for: process skill image, optimize asset, skill icon, resize skill image.

- Skill: `stijnman/skill-asset-image-processor` (Agent Skill)
- Install (CLI): `npx skillmds@latest add stijnman/skill-asset-image-processor`
- Raw SKILL.md: https://api.skillmd.com/api/skills/stijnman/skill-asset-image-processor/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: MIT
- Author: Stijnman (https://skillmd.com/u/stijnman)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/stijnman/skill-asset-image-processor

---

# Skill Asset Image Processor
## When to Use

- User says **process skill image** or task matches this capability
- User says **optimize asset** or task matches this capability
- User says **skill icon** or task matches this capability
- User says **resize skill image** or task matches this capability

## Workflow

1. Load image from skill assets/ or user path.
2. Resize to target dimensions (icons: 96px, banners: 720w).
3. Convert to PNG or SVG as appropriate.
4. Save alongside SKILL.md; update references.

## Integrations

- `skill-creation-enabler`
- `imagine-asset-generator`
- `safe-image-editor`

## Error Handling

| Failure | Response |
|---------|----------|
| Unsupported format | Convert via PNG intermediate. |

## Gotchas

- Companion to skill-creation-enabler for visual skills.

## Example

**Input:** User request matching triggers above.
**Output:** Structured result per workflow with integrations invoked as needed.

