ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Openclaws Status

Skill by dontonon

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/dontonon/openclaws-status
Or

OpenClaw Status API

Monetize your OpenClaw agent status and health as an x402-paid API endpoint.

What It Does

  • Returns agent status (active/idle)
  • Reports cron job health
  • Shows platform uptime
  • Geocode locations via Nominatim
  • Weather data via Open-Meteo

Endpoints

EndpointDescription
/api/statusGet all agent statuses, cron jobs
/api/geocode?q=CityGeocode location to lat/lon
/api/weather?lat=X&lon=YGet weather by coordinates

Price

$0.001 USDC per request via x402 on Base

Setup

# Deploy to Vercel
vercel deploy --prod

# Or run locally
npm install
node index.js

Wallet

Payments: 0x483AE22AaEc52c0a1871C07E631d325bF5C8A08

Example Response

{
  "success": true,
  "platform": "OpenClaw Status API",
  "agents": [
    { "name": "main", "status": "active" },
    { "name": "ceo", "status": "active" }
  ],
  "cronJobs": [
    { "name": "Simmer Trading", "schedule": "15min", "status": "active" }
  ]
}

Metadata

Author@dontonon
Stars2190
Views0
Updated2026-03-07
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-dontonon-openclaws-status": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.