Pipeworx Sunrisesunset
Skill by brucegutman
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/brucegutman/pipeworx-sunrisesunsetSunrise & 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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-brucegutman-pipeworx-sunrisesunset": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
pipeworx-poetry
Poetry MCP — PoetryDB API (free, no auth)
Pipeworx Qrcode
Skill by brucegutman
Pipeworx Rickmorty
Skill by brucegutman
Pipeworx Sec
Skill by brucegutman
pipeworx-colorapi
Color identification, scheme generation, and format conversion via TheColorAPI — hex, RGB, HSL, and CMYK