ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Nebula

Configure encrypted overlay mesh networks focused on performance and simplicity. Use when setting up VPN meshes, connecting nodes, managing tunnels.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bytesagain/mesh-network
Or

Mesh Network

Sysops toolkit for scanning, monitoring, reporting, alerting, and managing network infrastructure. Mesh Network provides a complete operations workflow — scan nodes, monitor services, generate reports, set alerts, track usage, run benchmarks, manage backups, and compare configurations. All entries are timestamped and stored locally for full traceability.

Commands

Monitoring & Scanning

CommandDescription
mesh-network scan <input>Scan network nodes or services. Run without args to view recent scan entries
mesh-network monitor <input>Log monitoring observations. Run without args to view recent monitor entries
mesh-network top <input>Record top resource consumers or metrics. Run without args to view recent top entries
mesh-network usage <input>Track resource usage data. Run without args to view recent usage entries
mesh-network check <input>Run health or connectivity checks. Run without args to view recent check entries

Alerting & Reporting

CommandDescription
mesh-network alert <input>Create or log alert events. Run without args to view recent alert entries
mesh-network report <input>Generate operational reports. Run without args to view recent report entries
mesh-network log <input>Record custom log entries. Run without args to view recent log entries
mesh-network benchmark <input>Run or record benchmark results. Run without args to view recent benchmark entries
mesh-network compare <input>Compare configurations or metrics. Run without args to view recent compare entries

Maintenance & Recovery

CommandDescription
mesh-network fix <input>Log fix actions or remediation steps. Run without args to view recent fix entries
mesh-network cleanup <input>Record cleanup operations. Run without args to view recent cleanup entries
mesh-network backup <input>Log backup operations. Run without args to view recent backup entries
mesh-network restore <input>Log restore operations. Run without args to view recent restore entries

Utility Commands

CommandDescription
mesh-network statsShow summary statistics across all entry types
mesh-network export <fmt>Export all data (formats: json, csv, txt)
mesh-network search <term>Search across all entries by keyword
mesh-network recentShow the 20 most recent activity log entries
mesh-network statusHealth check — version, data dir, entry count, disk usage
mesh-network helpShow usage information and available commands
mesh-network versionShow version (v2.0.0)

Data Storage

All data is stored locally in ~/.local/share/mesh-network/:

Metadata

Stars3500
Views0
Updated2026-03-27
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-bytesagain-mesh-network": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.