← 返回 Skills 市场
PixelMagic-PhotoLogic-9z
作者
couplefishes
· GitHub ↗
· v1.1.0
· MIT-0
136
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install pixelmagic-photologic-9z
功能描述
专业图像后期处理工具。支持多种修图风格(末日大片、日系清新、复古胶片等),自动检测并安装 ImageMagick,支持 RAW/JPG/PNG 等多种格式,提供批量处理和自定义预设功能。Use when: (1)用户需要修图/调色/加滤镜, (2)处理 RAW 格式照片, (3)批量处理图片, (4)创建自定义修图预设
安全使用建议
This skill appears to do what it says: it runs ImageMagick locally to create intermediate verification JPEGs, records parameters, and generates a final image from the original. Before installing/using: (1) ensure ImageMagick on your system is the legitimate binary the skill will call (it executes the 'magick' binary via subprocess), (2) be aware it will create a workspace folder in the agent's current working directory and copy your original files there (check disk space and permissions), (3) the code will not auto-install ImageMagick — it only prints an install command — so you must install it yourself, and (4) if you want to be extra cautious, run the included scripts on non‑sensitive test images first to confirm behavior. Overall the package is internally coherent with low risk, but verify the 'magick' binary and review file paths if you are concerned about local filesystem effects.
功能分析
Type: OpenClaw Skill
Name: pixelmagic-photologic-9z
Version: 1.1.0
The skill provides image editing by wrapping the ImageMagick CLI via subprocess execution in 'scripts/editor.py', which is a high-risk capability. It contains a potential path traversal vulnerability in the 'create_preset' function that allows writing JSON files to arbitrary locations relative to the skill directory. Additionally, 'SKILL.md' includes hardcoded local file paths referencing a specific user environment ('z9z'), and the instructions guide the agent to perform multi-step system operations and software installation prompts.
能力评估
Purpose & Capability
Name/description (photo post‑processing, RAW support, batch, presets) match the provided SKILL.md and the Python implementation: it creates a workspace, copies originals, generates intermediate JPGs, records step params, and builds a final magick command.
Instruction Scope
Instructions and code are largely scoped to image processing and managing local workspace files. Minor mismatch: SKILL.md states '自动检测并安装 ImageMagick' (auto-detect and install), while the code only detects ImageMagick and returns an install command rather than performing an automatic install. The SKILL.md references agent helpers (open_result_view, read_file) for previewing results; those are external tools and not implemented here but are reasonable usage suggestions.
Install Mechanism
No install spec; skill is instruction + Python module that runs local ImageMagick. Nothing is downloaded or extracted by the skill itself.
Credentials
No environment variables, credentials, or config paths requested. The skill operates on local files only and requests only that ImageMagick be available.
Persistence & Privilege
Skill does not request permanent/always inclusion and does not modify other skills or system-wide agent settings. It writes its own workspace and logs under the current working directory.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pixelmagic-photologic-9z - 安装完成后,直接呼叫该 Skill 的名称或使用
/pixelmagic-photologic-9z触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
**Changelog for pixelmagic-photologic-9z v1.1.0:**
- Optimized the retouching effect.
- Added new scripts for skill logic: `scripts/editor.py`, `scripts/__init__.py`, and their compiled versions.
- Removed redundant documentation file `SKILL-CN.md`.
- Updated main documentation (`SKILL.md`) with expanded, fully localized Chinese usage instructions, workflow, best practices, and parameter tuning standards.
- Clarified step-by-step image editing methodology and added detailed agent guidelines for iterative editing and user delivery.
v1.0.0
Initial release: Professional image editing with iterative workflow, RAW support, and multiple style presets.
元数据
常见问题
PixelMagic-PhotoLogic-9z 是什么?
专业图像后期处理工具。支持多种修图风格(末日大片、日系清新、复古胶片等),自动检测并安装 ImageMagick,支持 RAW/JPG/PNG 等多种格式,提供批量处理和自定义预设功能。Use when: (1)用户需要修图/调色/加滤镜, (2)处理 RAW 格式照片, (3)批量处理图片, (4)创建自定义修图预设. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 136 次。
如何安装 PixelMagic-PhotoLogic-9z?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pixelmagic-photologic-9z」即可一键安装,无需额外配置。
PixelMagic-PhotoLogic-9z 是免费的吗?
是的,PixelMagic-PhotoLogic-9z 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
PixelMagic-PhotoLogic-9z 支持哪些平台?
PixelMagic-PhotoLogic-9z 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 PixelMagic-PhotoLogic-9z?
由 couplefishes(@couplefishes)开发并维护,当前版本 v1.1.0。
推荐 Skills