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
golden_hour_windowspack_weight_sumnow_isounit_convert
Steps
- Get lat/lon (or town → coords) and date.
- Call golden_hour_windows for sunrise/sunset/golden windows (UTC).
- Call now_iso if the user needs local offset context.
- Sum pack items with pack_weight_sum (grams + qty).
- Convert totals with unit_convert (g→lb or km trail distances) when asked.
- 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"
}
}