skills/polymer-pay-precip/SKILL.md
Hyperlocal weather data API with site-specific rainfall, temperature, humidity, wind, soil moisture, and solar radiation data.
npx skillsauth add polymerdao/pay-apis polymer-pay-precipInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Highly accurate, site-specific hyperlocal weather data API. Get rainfall accumulation, temperature, humidity, wind speed, soil moisture, solar radiation, and more for any location.
All requests route through the Polymer Pay proxy. Include your Polymer Pay API key in every request:
{
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
Base URL: https://pay.polymerlabs.org/proxy/https/x402.orth.sh/precip
To get an Polymer Pay API key, sign up at https://my.pay.polymerlabs.org/dashboard/api-keys.
Returns comprehensive hourly precipitation data.
Pricing: Dynamic
{
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/precip/api/v1/hourly?start=2024-01-01&end=2024-01-02&latitude=37.7749&longitude=-122.4194",
"method": "GET",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
Returns precipitation amount, type (rain/snow/mixed), probability, and source.
Returns comprehensive daily precipitation data.
Pricing: Dynamic
{
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/precip/api/v1/daily?start=2024-01-01&end=2024-01-31&latitude=37.7749&longitude=-122.4194",
"method": "GET",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
Total precipitation in the last 48 hours.
Pricing: Dynamic
{
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/precip/api/v1/last-48?latitude=37.7749&longitude=-122.4194",
"method": "GET",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
Get details about the most recent precipitation event.
Pricing: Dynamic
{
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/precip/api/v1/recent-rain?latitude=37.7749&longitude=-122.4194",
"method": "GET",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
Returns total amounts, precipitation type, timing, and how long ago.
Get hourly near-surface air temperature in Celsius.
Pricing: Dynamic
{
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/precip/api/v1/temperature-hourly?start=2024-01-01&end=2024-01-02&latitude=37.7749&longitude=-122.4194",
"method": "GET",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
Get hourly near-surface wind speed in meters per second.
Pricing: Dynamic
{
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/precip/api/v1/wind-speed-hourly?start=2024-01-01&end=2024-01-02&latitude=37.7749&longitude=-122.4194",
"method": "GET",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
Get hourly relative humidity as a percentage.
Pricing: Dynamic
{
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/precip/api/v1/relative-humidity-hourly?start=2024-01-01&end=2024-01-02&latitude=37.7749&longitude=-122.4194",
"method": "GET",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
Get hourly soil moisture percentage.
Pricing: Dynamic
{
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/precip/api/v1/soil-moisture-hourly?start=2024-01-01&end=2024-01-02&latitude=37.7749&longitude=-122.4194",
"method": "GET",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
Get hourly downward short-wave radiation flux.
Pricing: Dynamic
{
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/precip/api/v1/solar-radiation-hourly?start=2024-01-01&end=2024-01-02&latitude=37.7749&longitude=-122.4194",
"method": "GET",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
Get hourly wind direction in compass degrees.
Pricing: Dynamic
{
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/precip/api/v1/wind-direction-hourly?start=2024-01-01&end=2024-01-02&latitude=37.7749&longitude=-122.4194",
"method": "GET",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
Get hourly wind gust speed in meters per second.
Pricing: Dynamic
{
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/precip/api/v1/wind-speed-gust-hourly?start=2024-01-01&end=2024-01-02&latitude=37.7749&longitude=-122.4194",
"method": "GET",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
Get hourly cloud cover fraction (0-1).
Pricing: Dynamic
{
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/precip/api/v1/cloud-cover-hourly?start=2024-01-01&end=2024-01-02&latitude=37.7749&longitude=-122.4194",
"method": "GET",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
Get hourly specific humidity in kg/kg.
Pricing: Dynamic
{
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/precip/api/v1/specific-humidity-hourly?start=2024-01-01&end=2024-01-02&latitude=37.7749&longitude=-122.4194",
"method": "GET",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
Get map tiles for visualization in GIS tools.
Pricing: Dynamic
{
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/precip/api/v1/map/last-48/ImageServer/tile/{z}/{y}/{x}",
"method": "GET",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
Compatible with Mapbox, Google Maps, ArcGIS, Leaflet, OpenLayers, and QGIS.
Get HTML widget displaying comprehensive weather data.
Pricing: $0.10
{
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/precip/embed/location?lat=37.7749&lon=-122.4194&units=metric",
"method": "GET",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
development
USE THIS SKILL WHEN: the user wants to use Z.ai's GLM models for chat, translation, image generation, video generation, or web search. Z.ai provides GLM-4.5 and GLM-4.6 with advanced reasoning and agentic capabilities.
development
USE THIS SKILL WHEN: the user wants a quick single-page scrape to markdown or a webpage screenshot. Provides lightweight web scraping and screenshots via x402engine through the Polymer Pay proxy.
data-ai
USE THIS SKILL WHEN: the user wants to generate AI images with FLUX models or create text-in-image with Ideogram. Provides pay-per-use image generation via x402engine through the Polymer Pay proxy.
data-ai
USE THIS SKILL WHEN: the user wants wallet balances, transactions, PnL, ENS resolution, token prices, or transaction simulation. Provides pay-per-use blockchain operations via x402engine through the Polymer Pay proxy.