Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
No changes detected in this version. - Version incremented from 1.0.0 to 1.0.6 with no file modifications. - No new features, bug fixes, or documentation updates.
What This Skill Does
API client for the ZEDEDA edge computing management platform covering 473 endpoints across 11 service domains. Supports edge node, application, cluster, storage, network, Kubernetes, diagnostics, and user management via CLI or Python classes. Uses Bearer token authentication with retry logic and structured logging.
Covers the full ZEDEDA API surface in a single client rather than requiring manual HTTP calls or partial third-party wrappers.
When to use it
- Listing and rebooting remote edge nodes by device ID or serial
- Deploying and activating application instances on edge infrastructure
- Running bulk OS upgrade jobs across a fleet of devices
- Querying Kubernetes deployments and Helm charts on edge clusters
- Auditing IAM roles, sessions, and enterprise configuration
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: reboot all edge nodes that match a given project
- 1List all devices with `node list-devices`
- 2Filter devices by project using `node list-projects` and matching project ID
- 3Call `node reboot-device --id <device_id>` for each matching device
- 4Confirm reboot by checking `node device-status --id <device_id>`
Status report showing reboot initiated for each matched device
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.