golden_hour_planner

golden_hour_planner is a skill for Claude Code, Codex from Proxy2021/Enso. It costs 56 tokens per session (923 once invoked), scanned A, original, MIT.

A photography planning skill for scheduling shoots around golden hour and blue hour, the periods of softer light near sunrise and sunset. It also provides shot cards, camera-setting references, composition guides, streak tracking, and one-lens challenges.

In plain words
What is it for?
Use it to plan photography trips, calculate sunrise and sunset light windows, organize shots, track progress, and consult camera or composition guidance.
Why use it?
It turns a photography trip into a schedule with planned locations, lighting, subjects, and lenses. This reduces guesswork about when and how to make each planned photograph.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/proxy2021/enso/golden_hour_planner
Any agent
npx skills add Proxy2021/Enso --skill golden_hour_planner
Clone the repo
git clone --depth 1 https://github.com/Proxy2021/Enso

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for golden_hour_planner

README.md
[![agentmods](https://agentmods.dev/badge/skills/proxy2021/enso/golden_hour_planner.svg)](https://agentmods.dev/skills/proxy2021/enso/golden_hour_planner)
Your own site
<a href="https://agentmods.dev/skills/proxy2021/enso/golden_hour_planner"><img src="https://agentmods.dev/badge/skills/proxy2021/enso/golden_hour_planner.svg" alt="Measured on agentmods" height="20"></a>
Per session 56 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 923 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00056 $0.00923
Opus 5 $0.00028 $0.00462
Sonnet 5 $0.00011 $0.00185
Haiku 4.5 $0.00006 $0.00092

Measured 4d ago against content hash 187319613bf8, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

golden_hour_planner scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

The scan reads SKILL.md. This mod also ships 5 executable files (executors/lens_challenge.js, executors/manage_shots.js, executors/plan_trip.js, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

server/apps/golden_hour_planner/SKILL.md · 60 lines

How it starts

The opening of the file, as written. The whole thing — 60 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Golden Hour Planner: plan photography trips around golden/blue hour timing, create shot planning cards with lighting/lens/subject details, track shooting streaks and weekly progress, access camera settings cheat sheets and composition guides, and run One Lens Challenge sessions.

Tool Reference

enso_ghp_plan_trip (primary)

Calculate golden hour, blue hour, sunrise, and sunset windows for a travel destination across your trip dates. Shows a daily shooting schedule with pre-dawn scout time, morning/evening golden hours, blue hours, and midday rest periods. Use when the user says: 'plan golden hour trip', 'golden hour schedule for my trip', 'photography trip planner'.

Parameters:

  • city (string): Destination city name
  • startDate (string): Trip start date (YYYY-MM-DD)
  • endDate (string): Trip end date (YYYY-MM-DD)
  • locations (string): Comma-separated list of key locations to photograph

enso_ghp_manage_shots

Create and manage shot planning cards for your trip. Each card tracks location, best time of day, focal length, subject type, light direction, and completion status (scouted/attempted/got the shot). Use when the user says: 'plan my shots', 'add shot card', 'shot planning', 'manage shot list'.

Parameters:

  • action (string): Action: load, add, update, delete, toggle_scouted, toggle_attempted, toggle_got_it
  • city (string): Destination city for this shot plan
  • shotId (string): Shot ID for update/delete/toggle actions
  • location (string): Location name for the shot
  • bestTime (string): Best time: morning_golden, evening_golden, blue_hour, midday_ok
  • focalLength (string): Planned focal length: 28mm, 35mm, 50mm, 85mm+
  • subjectType (string): Subject: architecture, portrait, street, landscape, culture
  • lightDirection (string): Light direction: front_lit, side_lit, back_lit, silhouette
  • notes (string): Additional notes for this shot

enso_ghp_weekly_review

Weekly review dashboard showing shots planned vs attempted vs completed, golden hour session streak, and motivational tips from elite photographers. Use when the user says: 'weekly review', 'shooting stats', 'how am I doing', 'golden hour streak'.

Read the full file on GitHub · 60 lines

Files

What ships with it

7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 60 lines · 56 tokens per session scan A 187319613bf8

Subscribe to this mod's changes

golden_hour_planner is a skill published in the GitHub repository Proxy2021/Enso (5 stars, last pushed 3mo ago), licensed MIT. It adds 56 tokens to every session and 923 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.