← 返回 Skills 市场
loverun321

Image Compressor

作者 loverun321 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
341
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install image-compressor-pro
功能描述
Compress JPG, PNG, WebP, and GIF images to reduce file size significantly while preserving visual quality with bulk compression support.
使用说明 (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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install image-compressor-pro
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /image-compressor-pro 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug image-compressor-pro
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Image Compressor 是什么?

Compress JPG, PNG, WebP, and GIF images to reduce file size significantly while preserving visual quality with bulk compression support. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 341 次。

如何安装 Image Compressor?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install image-compressor-pro」即可一键安装,无需额外配置。

Image Compressor 是免费的吗?

是的,Image Compressor 完全免费(开源免费),可自由下载、安装和使用。

Image Compressor 支持哪些平台?

Image Compressor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Image Compressor?

由 loverun321(@loverun321)开发并维护,当前版本 v1.0.0。

💬 留言讨论