Weather
一个面向 Data & APIs 场景的 Agent 技能。原始说明:Get current weather and forecasts (no API key required).
一个面向 Data & APIs 场景的 Agent 技能。原始说明:Provides real-time OpenClaw agent statuses, cron job health, platform uptime, geocoding, and weather data via a paid API.
Monetize your OpenClaw agent status and health as an x402-paid API endpoint.
| Endpoint | Description |
|----------|-------------|
| /api/status | Get all agent statuses, cron jobs |
| /api/geocode?q=City | Geocode location to lat/lon |
| /api/weather?lat=X&lon=Y | Get weather by coordinates |
$0.001 USDC per request via x402 on Base
# Deploy to Vercel
vercel deploy --prod
# Or run locally
npm install
node index.js
Payments: 0x483AE22AaEc52c0a1871C07E631d325bF5C8A08
{
"success": true,
"platform": "OpenClaw Status API",
"agents": [
{ "name": "main", "status": "active" },
{ "name": "ceo", "status": "active" }
],
"cronJobs": [
{ "name": "Simmer Trading", "schedule": "15min", "status": "active" }
]
}