Agent skill · free

Outdoor Golden Hour Skill

Installable skill: plan northern outdoor shoots with golden-hour windows and pack weight totals agents can call without a dashboard.

Use freeFull core runs in your browser — no account required.
ProFree skill. One-time unlock on this device.
Local-firstYour data stays in the browser unless you export it.

Tip: Tab moves fields · primary action is the gold button

Open Forge Bridge Flagship MCP Web twin SKILL.md

When to use

Tools

Steps

  1. Get lat/lon (or town → coords) and date.
  2. Call golden_hour_windows for sunrise/sunset/golden windows (UTC).
  3. Call now_iso if the user needs local offset context.
  4. Sum pack items with pack_weight_sum (grams + qty).
  5. Convert totals with unit_convert (g→lb or km trail distances) when asked.
  6. Human twin: MI Golden Hour Planner and Gear Pack tools on the hub.

Example call

curl -sS https://mcp.justindkamen.com/tools \
  -H 'content-type: application/json' \
  -d '{"name": "golden_hour_windows", "arguments": {"lat": 46.545, "lon": -87.395, "date": "2026-07-29"}}'
{
  "name": "golden_hour_windows",
  "arguments": {
    "lat": 46.545,
    "lon": -87.395,
    "date": "2026-07-29"
  }
}