mesh-device-manager

Register and monitor devices in a distributed compute mesh.

5|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/47network/Sven --skill mesh-device-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mesh-device-manager
Source: https://github.com/47network/Sven/tree/main/skills/compute-mesh/mesh-device-manager
Command: npx skills add https://github.com/47network/Sven --skill mesh-device-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manages the distributed compute mesh device registry to keep device records accurate and up-to-date, reducing manual tracking and stale data.

Core Features & Use Cases

  • Device registration and discovery
  • Heartbeat-based liveliness checks
  • Querying device details, options by type, and viewing aggregated mesh statistics
  • Simple opt-in/opt-out management for devices

Quick Start

Register a new device in the mesh and monitor its heartbeat to keep it online.

Frequently Asked Questions about mesh-device-manager

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage compute mesh devices and keep device registry records up to date?

Compute mesh device management involves registering devices and monitoring heartbeat updates to keep distributed registry records accurate and up-to-date, reducing manual tracking and stale data across the network.

What is heartbeat-based liveliness monitoring for distributed compute devices?

Heartbeat-based liveliness monitoring checks distributed compute devices by periodically updating their registry status, ensuring the device registry accurately reflects which devices are currently online and active in the mesh.

Can I register and monitor mobile, desktop, and federated device types in a compute mesh?

Yes, the compute mesh device registry supports registering, listing, and monitoring vm, mobile, desktop, and federated device types, allowing you to query device details and aggregated mesh statistics by specific type.

How do I opt-in or opt-out devices from a distributed compute mesh?

You can opt-in or opt-out devices from a distributed compute mesh through simple registry management commands, controlling which devices participate in the compute mesh without manual record deletion.

Does the compute mesh device registry require any external dependencies or components?

No external dependencies or components are required to operate the compute mesh device registry, as the TypeScript implementation uses a standalone handler to interface directly with the DeviceRegistry API.