← Back to Skills Marketplace
146
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install image-ai-kit
Description
AI图像工具包 - 智能图像处理与增强 | AI Image Kit - Intelligent image processing and enhancement
README (SKILL.md)
Image AI Kit - AI图像工具包
智能图像处理解决方案,支持图像增强、风格迁移、智能裁剪和 OCR 文字识别。
核心功能
| 功能模块 | 说明 |
|---|---|
| 图像增强 | 超分辨率、去噪、锐化、色彩增强 |
| 智能裁剪 | 自动识别主体,智能裁剪构图 |
| OCR识别 | 文字提取,支持多语言 |
| 格式转换 | 支持 JPG/PNG/WebP/HEIC 等格式 |
| 批量处理 | 多图像并行处理 |
快速开始
from scripts.image_enhancer import ImageEnhancer
# 图像增强
enhancer = ImageEnhancer()
enhancer.upscale('input.jpg', 'output.jpg', scale=2)
# OCR识别
from scripts.ocr_engine import OCREngine
ocr = OCREngine()
text = ocr.extract_text('image_with_text.png')
安装
pip install -r requirements.txt
项目结构
image-ai-kit/
├── SKILL.md # Skill说明文档
├── README.md # 完整文档
├── requirements.txt # 依赖列表
├── scripts/ # 核心模块
│ ├── image_enhancer.py # 图像增强器
│ ├── ocr_engine.py # OCR引擎
│ └── image_utils.py # 图像工具
├── examples/ # 使用示例
│ └── basic_usage.py
└── tests/ # 单元测试
└── test_image.py
Usage Guidance
This package appears coherent and limited to local image processing. Before installing: 1) Verify you trust the repository/source (homepage is provided); run it in a virtualenv or sandbox. 2) Be aware pytesseract is a Python wrapper and requires the Tesseract binary (install via your OS package manager); SKILL.md omits that step. 3) The code operates on files you provide — avoid processing sensitive images unless you trust the environment. 4) Review requirements.txt and consider pinning versions; run the bundled tests to confirm expected behavior. 5) If you need network-isolated execution, run the package in an environment without outbound access — the code has no network calls, but isolation is good practice.
Capability Analysis
Type: OpenClaw Skill
Name: image-ai-kit
Version: 1.0.0
The image-ai-kit bundle is a legitimate image processing toolkit providing OCR, enhancement, and cropping features using standard libraries like PIL, OpenCV, and Tesseract. The code in scripts/image_processor.py and scripts/ocr_engine.py is well-structured, aligns with the stated documentation in SKILL.md, and contains no indicators of malicious intent, data exfiltration, or unauthorized execution.
Capability Assessment
Purpose & Capability
Name/description (image enhancement, OCR, smart-crop) align with included Python modules (image_enhancer, image_processor, ocr_engine, smart_crop), tests, and requirements.txt. Required binaries/env vars are none, which is consistent for a library that operates on local image files.
Instruction Scope
SKILL.md instructs only local operations (pip install -r requirements.txt, import and call library functions). The runtime code opens image files provided by the user and saves outputs; there are no instructions to read unrelated system files, environment variables, or to send data to external endpoints.
Install Mechanism
This is an instruction-only skill with a requirements.txt (pip install). There is no custom install script or remote download. Note: pytesseract requires an external Tesseract binary (system package) which SKILL.md doesn't mention; OpenCV and other libraries are pulled from PyPI (standard).
Credentials
No environment variables, credentials, or config paths are requested. The code accesses image files supplied by the user and OpenCV's local haarcascade data (cv2.data.haarcascades), which is appropriate for the stated functionality.
Persistence & Privilege
always is false and the skill does not request elevated or persistent system presence. It does not modify other skills or global agent settings; autonomous invocation is allowed by default (normal for skills) and not combined with other red flags.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install image-ai-kit - After installation, invoke the skill by name or use
/image-ai-kit - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: AI image processing and enhancement toolkit
Metadata
Frequently Asked Questions
What is Image AI Kit?
AI图像工具包 - 智能图像处理与增强 | AI Image Kit - Intelligent image processing and enhancement. It is an AI Agent Skill for Claude Code / OpenClaw, with 146 downloads so far.
How do I install Image AI Kit?
Run "/install image-ai-kit" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Image AI Kit free?
Yes, Image AI Kit is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Image AI Kit support?
Image AI Kit is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Image AI Kit?
It is built and maintained by Lv Lancer (@kaiyuelv); the current version is v1.0.0.
More Skills