Image Converter

v1.0.0

图片格式转换工具。支持PNG、JPG、WEBP、SVG等格式互转。Use when user needs to convert image formats. 图片转换、格式转换、PNG转JPG、JPG转PNG。

0· 122·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (image format conversion) align with requirements: python3 binary and the pip packages pillow and cairosvg are appropriate for raster/SVG conversions. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md provides concrete Python code to open, convert, and batch-process files in user-specified directories — this is expected. Note: the instructions operate on arbitrary file paths provided to the agent (read/write). That is normal for a conversion tool, but means the agent will need access to any directories/files you ask it to convert; the skill does not include path restrictions or explicit sanitization.
Install Mechanism
This is an instruction-only skill with no install spec. The metadata lists 'pip install pillow cairosvg' which is proportional and expected for the stated functionality. These are well-known packages; no external download URLs or archive extraction are used.
Credentials
No environment variables, credentials, or unrelated config paths are requested. The scope of access is limited to file I/O for images, which matches the stated purpose.
Persistence & Privilege
Skill is not always-enabled and does not request elevated or persistent platform privileges. It does not modify other skills or global agent configuration.
Assessment
This skill appears to do what it says: local image conversions using Python + Pillow and CairoSVG. Before using, consider: (1) only give it access to the specific files or directories you want converted — avoid pointing it at system or sensitive folders; (2) if the agent will pip-install dependencies, run that in a contained environment (virtualenv/container) if you have security concerns; (3) SVG-to-raster or raster-to-SVG conversions may change image fidelity and lose transparency (not a security issue, but expected behavior). If you need stricter file access controls, run the provided Python code yourself in a controlled environment rather than allowing autonomous execution.

Like a lobster shell, security has layers — review code before you run it.

latestvk979p02g852vmhx70em856m2fn83wnas

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🖼️ Clawdis
Binspython3

Comments