ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Pipeworx Sunrisesunset

Skill by brucegutman

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/brucegutman/pipeworx-sunrisesunset
Or

Sunrise & Sunset

When does the sun rise in Tokyo? What time is golden hour in Reykjavik on the summer solstice?

This pack returns precise sunrise, sunset, dawn, dusk, solar noon, golden hour, first light, last light, and day length for any location on Earth.

Two tools

get_times -- Today's sun times for a latitude/longitude.

get_times_date -- Sun times for a specific date at a latitude/longitude.

Example: sunrise in New York today

curl -X POST https://gateway.pipeworx.io/sunrisesunset/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_times","arguments":{"lat":40.7128,"lng":-74.006}}}'

Example: summer solstice in Reykjavik

curl -X POST https://gateway.pipeworx.io/sunrisesunset/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_times_date","arguments":{"lat":64.1466,"lng":-21.9426,"date":"2025-06-21"}}}'
{
  "mcpServers": {
    "sunrisesunset": {
      "url": "https://gateway.pipeworx.io/sunrisesunset/mcp"
    }
  }
}

Metadata

Stars4190
Views1
Updated2026-04-18
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-brucegutman-pipeworx-sunrisesunset": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.