LaunchKit · 2026
Back to Skills

Complete ZEDEDA edge management API client — 473 endpoints across 11 service domains for edge node, application.

2
403 downloads
by @krisclarkdev

Setup & Installation

openclaw skills install @krisclarkdev/zededa

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install zededa

Version History

v1.0.6Feb 22, 2026 - Version note by skill developer:

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.

INPUT

User asks: reboot all edge nodes that match a given project

AGENT
  1. 1List all devices with `node list-devices`
  2. 2Filter devices by project using `node list-projects` and matching project ID
  3. 3Call `node reboot-device --id <device_id>` for each matching device
  4. 4Confirm reboot by checking `node device-status --id <device_id>`
OUTPUT

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.

ZEDEDA_API_TOKEN environment variableZEDEDA account with API access