← Back to Skills Marketplace
89
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install photo-guide-skill
Description
摄影指导技能 - 当用户上传照片并询问如何拍出类似效果、拍摄参数、后期调色等摄影相关问题时使用此技能。分析照片的视觉特征,推断拍摄参数,提供后期调色指导、照片优化建议和学习关键词。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install photo-guide-skill - After installation, invoke the skill by name or use
/photo-guide-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Photo Guide?
摄影指导技能 - 当用户上传照片并询问如何拍出类似效果、拍摄参数、后期调色等摄影相关问题时使用此技能。分析照片的视觉特征,推断拍摄参数,提供后期调色指导、照片优化建议和学习关键词。 It is an AI Agent Skill for Claude Code / OpenClaw, with 89 downloads so far.
How do I install Photo Guide?
Run "/install photo-guide-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Photo Guide free?
Yes, Photo Guide is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Photo Guide support?
Photo Guide is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Photo Guide?
It is built and maintained by dcison (@dcison); the current version is v0.1.0.
More Skills