← Back to Skills Marketplace
Image Compressor
by
loverun321
· GitHub ↗
· v1.0.0
341
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install image-compressor-pro
Description
Compress JPG, PNG, WebP, and GIF images to reduce file size significantly while preserving visual quality with bulk compression support.
README (SKILL.md)
Image Compressor
Compress images to reduce file size while maintaining quality.
Features
- Support JPG, PNG, WebP, GIF
- Reduce file size significantly
- Maintain visual quality
- Bulk compression support
Price
- 0.001 USDT per compression
Usage
"Compress this image https://example.com/photo.jpg"
"Reduce image size"
"Optimize this PNG"
Example Response
{
"original_url": "https://example.com/photo.jpg",
"original_size": "2.5MB",
"compressed_size": "500KB",
"reduction": "80%",
"compressed_url": "https://cdn.example.com/optimized.jpg"
}
Integration
- API Key: sk_93c5ff38cc3e6112623d361fffcc5d1eb1b5844eac9c40043b57c0e08f91430e
- Price: 0.001 USDT per call
Usage Guidance
Do not install or enable this skill for production use until the author clarifies a few things: (1) confirm whether the API key in SKILL.md is a real credential and who controls it — if it's yours, rotate it; if it's someone else's, do not use it; (2) require a real implementation for compression (or explicit instructions that the agent will call a documented external API) and details about where compressed files are hosted; (3) ask how payments are handled and who receives the 0.001 USDT per call; (4) insist that credentials be supplied via declared environment variables (requires.env) rather than hardcoded in SKILL.md; and (5) if you still evaluate the skill, run it in a sandboxed environment and inspect network traffic to ensure no unexpected exfiltration occurs.
Capability Analysis
Type: OpenClaw Skill
Name: image-compressor-pro
Version: 1.0.0
The skill is a non-functional placeholder for an image compression service. The 'handler.py' script uses a simple regular expression to identify image URLs but does not perform any actual processing or network requests, while 'SKILL.md' contains a hardcoded API key and pricing information that appears to be for demonstration purposes.
Capability Assessment
Purpose & Capability
The manifest and SKILL.md claim full-featured image compression (bulk support, pricing, API key). The included handler.py contains only a URL regex and returns a demo message saying 'Integrate with TinyPNG API for actual compression' — it does not perform compression, call any external API, or implement payment. This is a clear mismatch between claimed capability and the actual code.
Instruction Scope
SKILL.md provides usage examples, a hardcoded API key string, and a per-call price, but does not give concrete runtime instructions for handling uploads, where compressed images will be hosted, or how payments are processed. The instructions therefore give the agent broad, unclear authority (e.g., a secret and a price) without corresponding code to justify or constrain those actions.
Install Mechanism
No install spec is present and the skill is instruction-plus-a-small-handler only. Nothing is downloaded or written to disk by an installer; this is low-risk in itself.
Credentials
The skill declares no required environment variables but SKILL.md embeds an API key-like token (sk_...) in plaintext. That token is not used by handler.py. Hardcoded credentials in documentation/files are a red flag (possible secret leakage, placeholder token, or misconfiguration). The presence of an unexplained payment price combined with an embedded secret is disproportionate and suspicious.
Persistence & Privilege
The skill does not request always:true and has no special persistence or system-wide configuration changes. Autonomous invocation is allowed by default but not excessive here by itself.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install image-compressor-pro - After installation, invoke the skill by name or use
/image-compressor-pro - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Image Compressor Pro.
- Compress JPG, PNG, WebP, and GIF files while maintaining visual quality.
- Significantly reduces image file sizes.
- Supports bulk image compression.
- Simple commands for compressing and optimizing images.
- Transparent pricing at 0.001 USDT per compression.
Metadata
Frequently Asked Questions
What is Image Compressor?
Compress JPG, PNG, WebP, and GIF images to reduce file size significantly while preserving visual quality with bulk compression support. It is an AI Agent Skill for Claude Code / OpenClaw, with 341 downloads so far.
How do I install Image Compressor?
Run "/install image-compressor-pro" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Image Compressor free?
Yes, Image Compressor is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Image Compressor support?
Image Compressor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Image Compressor?
It is built and maintained by loverun321 (@loverun321); the current version is v1.0.0.
More Skills