pipeworx-climate

Long-range climate projections from Open-Meteo — temperature trends from 1950 to 2050 with multi-model comparison

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "pipeworx-climate" with this command: npx skills add brucegutman/pipeworx-climate

Climate Projections

What will the climate look like in 2040? This pack uses the Open-Meteo Climate API to retrieve long-term temperature projections for any location on Earth, spanning 1950 to 2050. Compare outputs across multiple climate models.

Tools

  • get_climate_projection — Temperature data for a location using the EC_Earth3P_HR model. Provide latitude, longitude, start date, and end date.
  • compare_models — Run the same query across multiple climate models simultaneously to see how projections diverge.

Use cases

  • Visualizing how average temperatures in a specific city have changed since 1950
  • Comparing climate model outputs for a research paper
  • Building climate risk assessments for real estate or agriculture
  • Answering "will summers in London be hotter in 2045?"

Example: temperature trend for Tokyo

curl -s -X POST https://gateway.pipeworx.io/climate/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_climate_projection","arguments":{"latitude":35.6762,"longitude":139.6503,"start_date":"2020-01-01","end_date":"2050-12-31"}}}'

Returns daily temperature projections with min, max, and mean values.

Setup

{
  "mcpServers": {
    "pipeworx-climate": {
      "command": "npx",
      "args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/climate/mcp"]
    }
  }
}

Tips

  • Date range must fall between 1950-01-01 and 2050-12-31
  • The compare_models tool is heavier — use smaller date ranges for faster responses
  • Latitude/longitude in decimal degrees (e.g., Tokyo: 35.6762, 139.6503)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Vnsh Skill

Securely share files using encrypted, expiring vnsh.dev links with the vnsh CLI for uploading and decrypting shared content.

Registry SourceRecently Updated
Coding

Notion

Notion API for creating and managing pages, databases, blocks, relations, rollups, and multi-workspace profiles via the notioncli CLI tool.

Registry SourceRecently Updated
Coding

Lybic Sandbox

Lybic Sandbox is a cloud sandbox built for agents and automation workflows. Think of it as a disposable cloud computer you can spin up on demand. Agents can perform GUI actions like seeing the screen, clicking, typing, and handling pop ups, which makes it a great fit for legacy apps and complex flows where APIs are missing or incomplete. It is designed for control and observability. You can monitor execution in real time, stop it when needed, and use logs and replay to debug, reproduce runs, and evaluate reliability. For long running tasks, iterative experimentation, or sensitive environments, sandboxed execution helps reduce risk and operational overhead.

Registry SourceRecently Updated
1.2K0aenjoy
Coding

Homeassistant Skill

Control Home Assistant devices and automations via REST API. 25 entity domains including lights, climate, locks, presence, weather, calendars, notifications, scripts, and more. Use when the user asks about their smart home, devices, or automations.

Registry SourceRecently Updated
5.1K7anotb