Install
openclaw skills install @nickliu54/photo-analyzerAnalyzes an uploaded photograph, provides detailed feedback on exposure, focus, composition, lighting, and suggests concrete camera settings and shooting technique. Generates a simulated improved image based on the recommendations.
openclaw skills install @nickliu54/photo-analyzerThis skill processes a user‑provided image, extracts visual characteristics (exposure, focus, color balance, composition), returns text suggestions for camera parameters and shooting technique, and optionally produces a simulated version of the corrected photo.
analyze_image.py – placeholder script using OpenCV/ML to extract attributes.suggest_adjustments.py – logic to map analysis results to camera settings and composition tips.simulate_image.py – stub for invoking an image‑to‑image model (e.g., stable diffusion).photography_guidelines.md – curated best‑practice notes on exposure, composition, and lighting.model_usage.md – instructions for calling the image generation model.