27 lines
779 B
Markdown
27 lines
779 B
Markdown
# AI图像智能压缩
|
||
|
||
`图像压缩` `AI技能` `WebP` `Rust` `图像优化`
|
||
|
||
# ImageCompressSkill ⚡️
|
||
|
||
> **专为 AI Agent 打造的智能图像优化技能。**
|
||
>
|
||
> 本包是 [ImageCompressPro](https://github.com/994AK/ImageCompressPro) 引擎的**技能定义**包,为兼容 skills.sh 的 AI Agent 提供提示词、策略指南及安装脚本。
|
||
|
||
## 📦 安装
|
||
|
||
```bash
|
||
# 通过 skills.sh 安装
|
||
npx skills add 994AK/image-compress-skill
|
||
```
|
||
|
||
## 🛠 功能
|
||
|
||
安装后,您的 AI Agent 将具备以下能力:
|
||
1. **智能压缩**:自动在 WebP(照片)和 PNG(图形)之间选择最优格式。
|
||
2. **自动安装引擎**:若缺少 Rust 引擎,自动拉取并编译。
|
||
3. **优化远程图片**:直接处理远程图片 URL。
|
||
|
||
## 📄 许可证
|
||
|
||
MIT |