← 返回 Skills 市场
89
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install photo-guide-skill
功能描述
摄影指导技能 - 当用户上传照片并询问如何拍出类似效果、拍摄参数、后期调色等摄影相关问题时使用此技能。分析照片的视觉特征,推断拍摄参数,提供后期调色指导、照片优化建议和学习关键词。
安全使用建议
This skill is coherent for photo analysis: it includes a small EXIF extractor and local reference material and does not ask for unrelated credentials. Before installing or running it, consider: (1) Install dependencies in an isolated environment (virtualenv/container) because pip install will download packages from PyPI and modify your environment. (2) Photos often contain EXIF/GPS data — strip or review EXIF if you don't want to share location. (3) The extract_exif.py is short and readable; you can inspect it (it only reads EXIF tags) or run it locally on sample images to confirm behavior. (4) If you prefer zero network activity, pre-install Pillow offline or avoid executing the pip install step. Overall the skill appears benign and aligned with its described purpose.
功能分析
Type: OpenClaw Skill
Name: photo-guide-skill
Version: 0.1.0
The skill provides photography guidance by analyzing image EXIF data and visual features. It requests 'Bash' and 'Read' permissions to execute a Python script (scripts/extract_exif.py) and automatically install the 'Pillow' dependency via 'pip'. While these capabilities are aligned with the stated functionality, the workflow in SKILL.md is vulnerable to shell injection if the agent fails to sanitize user-provided image paths when calling the script. Additionally, automated package installation via 'pip' is a high-risk behavior that could be exploited for supply chain attacks, although no evidence of intentional malice or data exfiltration was found.
能力评估
Purpose & Capability
Name/description, included references, and the single helper script (scripts/extract_exif.py) align with a photography guidance skill. Required artifacts (Pillow via requirements.txt and an EXIF extraction script) are reasonable and proportional to the stated functionality.
Instruction Scope
SKILL.md limits operations to: check/install Pillow, run the local extract_exif.py on a user-provided image, and produce a structured report using internal reference docs. This stays within scope, but the instructions explicitly instruct pip install -r requirements.txt (which will contact PyPI) and to run Python on user-supplied files — both of which are normal for this skill but worth noting (installation will modify the agent environment and images may contain sensitive EXIF/GPS metadata).
Install Mechanism
There is no formal install spec in the registry (instruction-only), but SKILL.md instructs using pip install -r requirements.txt. The requirements list a single well-known package (Pillow) from PyPI — a standard, traceable source. Risk is moderate only because pip will download and install packages into the execution environment.
Credentials
The skill requests no environment variables or credentials (proportional). One privacy-related point: the EXIF extractor will surface GPS/location fields if present, which could leak sensitive location metadata from photos; the SKILL.md notes local processing, but users should be aware of EXIF contents before uploading.
Persistence & Privilege
The skill is not always-enabled, does not request elevated privileges, does not modify other skills, and contains no install-time hooks that persistently alter agent configuration. It runs only when triggered and per the included instructions.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install photo-guide-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/photo-guide-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
photo-guide-skill v0.1.0 changelog
- Initial release: Provides comprehensive photo analysis and guidance for users seeking to replicate effects, understand parameters, and optimize/post-process photos.
- Supports EXIF extraction (via Python script) for more accurate camera parameter reporting.
- Offers step-by-step workflow: dependency check, EXIF extraction, multi-dimensional visual analysis, style template matching, and structured report generation.
- Includes practical shooting tips, post-processing recommendations, lighting and props suggestions, and beginner-friendly learning keywords.
- Addresses boundary cases such as lack of EXIF data, low image quality, and mobile phone shooting. All analysis is processed locally for privacy.
元数据
常见问题
Photo Guide 是什么?
摄影指导技能 - 当用户上传照片并询问如何拍出类似效果、拍摄参数、后期调色等摄影相关问题时使用此技能。分析照片的视觉特征,推断拍摄参数,提供后期调色指导、照片优化建议和学习关键词。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 89 次。
如何安装 Photo Guide?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install photo-guide-skill」即可一键安装,无需额外配置。
Photo Guide 是免费的吗?
是的,Photo Guide 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Photo Guide 支持哪些平台?
Photo Guide 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Photo Guide?
由 dcison(@dcison)开发并维护,当前版本 v0.1.0。
推荐 Skills