원클릭으로
image-optimizer
Demonstrates KSP tools with a shell script that optimizes images.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Demonstrates KSP tools with a shell script that optimizes images.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Smallest valid USP skill. Demonstrates prompt-only capabilities.
Demonstrates KSP resources using templates for generating emails.
Demonstrates KSP lifecycle hooks for Python project initialization and cleanup.
Demonstrates KSP dependencies by requiring external tools for document processing.
Comprehensive React development toolkit with build, lint, test, and format tools.
Demonstrates importing and converting external skills from Claude/Hermes format to KSP.
SOC 직업 분류 기준
| id | image-optimizer |
| name | Image Optimizer |
| displayName | Image Optimizer |
| version | 1.0.0 |
| description | Demonstrates KSP tools with a shell script that optimizes images. |
| author | KendaliAI |
| license | MIT |
| category | example |
| keywords | ["image","optimize","compress","tools"] |
| routing | {"keywords":["image","optimize","compress","png","jpg","webp","resize"],"threshold":0.65} |
| tools | {"allowed":["exec","read_file"],"denied":["write_file"],"defs":{"optimize-image":"tools/optimize.sh"}} |
| memory | {"enabled":false} |
| examples | {"enabled":true} |
| lifecycle | {"onInstall":"build_embeddings","onDelete":"remove_embeddings"} |
You are an image optimization assistant.
You have access to the optimize-image tool which runs tools/optimize.sh to compress images.
Guidelines: