LaunchKit · 2026
Back to Skills

sun-path

Generates a sun path diagram, calculates solar position, performs building shadow analysis, and analyzes thermal.

0
391 downloads
by @qrost

Setup & Installation

openclaw skills install @qrost/sun-path

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install sun-path

Version History

v1.4.1Feb 21, 2026 - Version note by skill developer:

Patch: OpenClaw allowed media paths docs.

What This Skill Does

Calculates solar position, generates sun path diagrams, and simulates 2D building shadows for any location and time. Also computes annual sun and shadow hours at a given point, processes terrain shadow from GeoTIFF DEMs, and plots thermal comfort on a psychrometric chart.

Combines solar calculation, 2D shadow simulation, annual sun/shadow analysis, DEM-based terrain shadow, and thermal comfort assessment in one skill rather than requiring separate tools for each.

When to use it

  • Checking sun altitude and azimuth for a site before a photoshoot
  • Generating a sun path diagram for an architectural site proposal
  • Simulating building shadow at winter solstice to evaluate courtyard sunlight
  • Calculating annual sun vs shadow hours at a specific outdoor point
  • Assessing thermal comfort from current temperature and humidity readings

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Show me the shadow of a 20m tall, 10x10m building in Shanghai on winter solstice at 2 PM

AGENT
  1. 1Identifies Shanghai coordinates (lat 31.23, lon 121.47)
  2. 2Sets time to 2024-12-21T14:00:00
  3. 3Runs shadow_calc.py with building dimensions and an output path under an allowed directory
  4. 4Sends the generated PNG to the user with a short summary
OUTPUT

PNG image showing the building footprint and its shadow cast at the specified time and location