DePIN Fleet Monitor

# DePIN Fleet Monitor

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 "DePIN Fleet Monitor" with this command: npx skills add wallieminer1-alt/depin-fleet-monitor

DePIN Fleet Monitor


name: depin-fleet-monitor description: Monitor all DePIN nodes (MastChain, Mysterium, WingBits, Acurast, NeutroneX) in one dashboard. Track earnings, device health, and network status across your entire fleet. version: 1.0.2 author: SteamClaw license: commercial price: 5.00 currency: USD tags:

  • depin
  • monitoring
  • mastchain
  • mysterium
  • wingbits
  • acurast
  • neutronex
  • fleet
  • dashboard

Overview

Monitor all DePIN nodes (MastChain, Mysterium, WingBits, Acurast, NeutroneX) in one dashboard. Track earnings, device health, and network status across your entire fleet.

Pricing

  • One-time purchase: $5.00 USD
  • Includes: Lifetime updates, all features
  • License: Commercial use allowed

Purpose

  • Aggregate all DePIN node data in one place
  • Track earnings across multiple networks
  • Monitor device health and uptime
  • Send alerts when nodes go offline
  • Provide historical data and charts

Features

Core Features

  • Multi-node dashboard (MastChain, Mysterium, WingBits, Acurast, NeutroneX)
  • Real-time earnings tracking
  • Device health monitoring
  • Auto-alerts on offline devices
  • Historical data storage
  • Telegram notifications
  • ROI calculator

Supported Networks

NetworkTypeStatus
MastChainValidator✅ Active
MysteriumVPN Node✅ Active
WingBitsVPN Node✅ Active
AcurastCompute✅ Active
NeutroneXCompute✅ Active

Configuration

Fleet Config

Located at: ~/.openclaw/workspace/config/fleet-config.json

{
  "mastchain": {
    "node1": {
      "ip": "YOUR_MASTCHAIN_IP",
      "name": "MastChain1",
      "location": "Location1",
      "web_port": 8100
    },
    "node2": {
      "ip": "YOUR_MASTCHAIN2_IP",
      "name": "MastChain2",
      "location": "Location2",
      "web_port": 8100
    }
  },
  "mysterium": {
    "node1": {
      "ip": "YOUR_MYSTERIUM_IP",
      "name": "Mysterium #1",
      "location": "Location1",
      "web_port": 4449
    },
    "node2": {
      "ip": "YOUR_MYSTERIUM2_IP",
      "name": "Mysterium #2",
      "location": "Location2",
      "web_port": 4449
    }
  },
  "acurast": {
    "wallet": "YOUR_ACURAST_WALLET_ADDRESS",
    "devices": 0
  }
}

Commands

Check Fleet Status

User: check depin fleet
User: hoe gaat het met mijn nodes
User: fleet status

Check Specific Network

User: check mastchain
User: mysterium status
User: acurast earnings

Get Earnings

User: depin earnings
User: hoeveel verdien ik
User: monthly earnings

API Endpoints

MastChain

  • Web UI: http://<ip>:8100/
  • AIS Data: http://<ip>:8100/api/ais

Mysterium

  • Web UI: http://<ip>:4449/
  • Node API: http://<ip>:4449/api/v2/node
  • Identity: http://<ip>:4449/api/v2/identity

Acurast

  • Dashboard: https://hub.acurast.com/dashboard
  • Processor API: https://hub.acurast.com/api/processors

WingBits

  • Web UI: http://<ip>:8080/
  • Status API: http://<ip>:8080/api/status

NeutroneX

  • Dashboard: https://neutronex.io/dashboard
  • Wallet: Solana address

Heartbeat Integration

Every 5 Minutes

  • Check all node statuses
  • Update earnings data
  • Alert on offline devices

Every Hour

  • Calculate hourly earnings
  • Store historical data

Daily

  • Generate earnings report
  • Calculate ROI

Files

skills/depin-fleet-monitor/
├── SKILL.md           # This file
├── index.js           # Main skill handler
├── lib/
│   ├── mastchain.js   # MastChain API wrapper
│   ├── mysterium.js   # Mysterium API wrapper
│   ├── acurast.js     # Acurast API wrapper
│   ├── wingbits.js    # WingBits API wrapper
│   ├── neutronex.js   # NeutroneX API wrapper
│   ├── earnings.js    # Earnings calculator
│   ├── alerts.js      # Alert manager
│   └── history.js     # Historical data tracker
├── config/
│   └── fleet.json     # Fleet configuration
└── data/
    ├── earnings/      # Historical earnings
    └── alerts.json    # Alert history

Alert Thresholds

MetricWarningCritical
Node Offline>5 min>15 min
Earnings Drop-50%-90%
High Temp>55°C>60°C
Low Memory>85%>95%

Example Output

📊 DePIN Fleet Monitor - 2026-03-27 00:13

━━━━━━━━━━━━━━━━━━━━━━━━━━━━

🏭 MASTCHAIN (2 nodes)
├── MastChain1: ✅ Online (21,129 messages)
├── MastChain2: ✅ Online (1,195 ships)
└── Status: All nodes operational

🔒 MYSTERIUM (2 nodes)
├── Mysterium #1: ✅ Online (Bureau)
├── Mysterium #2: ✅ Online (Schoonmoeder)
└── Status: All nodes operational

📱 ACURAST (13 devices)
├── Devices: 13 online
├── Wallet: YOUR_WALLET_ADDRESS
└── Status: Mining active

━━━━━━━━━━━━━━━━━━━━━━━━━━━━

💰 ESTIMATED EARNINGS (24h)
├── MastChain: ~0.5 MAST
├── Mysterium: ~0.2 MYST
├── Acurast: ~13 ACU
└── Total: ~$X.XX

━━━━━━━━━━━━━━━━━━━━━━━━━━━━

⚠️ ALERTS: None
✅ Fleet Health: 100%

Installation

  1. Copy skill to ~/.openclaw/workspace/skills/depin-fleet-monitor/
  2. Configure fleet in ~/.openclaw/workspace/config/fleet-config.json
  3. Run: openclaw skills enable depin-fleet-monitor

Future Enhancements

  • Mobile app integration
  • Historical charts
  • ROI calculator
  • Multi-wallet support
  • Telegram alerts
  • Web dashboard
  • Email notifications
  • Slack integration
  • Discord bot integration

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.

Web3

Trading Analyzer

Multi-source trading analyzer (`/drunk-trading-analyzer`) combining crypto data (TradingView), stock data (Alpha Vantage), and market intelligence (Yahoo Finance) into unified analysis reports with price trends, technical indicators, and sentiment analysis.

Registry SourceRecently Updated
1.6K2baoduy
Web3

PayLobster

Agent payment infrastructure on Base. Trustless escrow, agent treasury, token swaps, cross-chain bridges, fiat on/off ramp, on-chain identity & reputation, s...

Registry SourceRecently Updated
Web3

Claw Earn

Modular prediction market trading platform for OpenClaw bots. Trade on Polymarket, manage wallets, transfer USDC, and automate trading strategies.

Registry SourceRecently Updated
Web3

Solpaw

Launch Solana tokens on Pump.fun via the SolPaw platform. 0.1 SOL one-time fee. Your wallet is the onchain creator.

Registry SourceRecently Updated