← 返回 Skills 市场
krisclarkdev

ZEDEDA

作者 Kristopher Clark · GitHub ↗ · v1.0.6
cross-platform ✓ 安全检测通过
610
总下载
2
收藏
0
当前安装
7
版本数
在 OpenClaw 中安装
/install zededa
功能描述
Complete ZEDEDA edge management API client — 473 endpoints across 11 service domains for edge node, application, cluster, storage, network, Kubernetes, diagn...
安全使用建议
This package appears to be a straightforward ZEDEDA API client. Before installing, consider: 1) Only provide a ZEDEDA API token with least privilege (avoid giving full admin tokens unless necessary). 2) Verify the ZEDEDA_BASE_URL is the official endpoint (don't override it to an untrusted host). 3) If you run this in a sensitive environment, review scripts/zededa.py (CLI) and any code that loads --body-file to confirm no unexpected file reads occur; by default the client does not read/write files except when you explicitly use --body-file. 4) If you are concerned about autonomous invocation, disable the skill or restrict agent permissions; autonomous invocation is allowed by default but is not a red flag here. 5) Prefer running in an isolated environment and inspect the bundled code or upstream GitHub repo if you need additional assurance.
功能分析
Type: OpenClaw Skill Name: zededa Version: 1.0.6 The skill is a comprehensive API client for the ZEDEDA platform, using Python's standard library. It transparently declares its use of environment variables (ZEDEDA_API_TOKEN, ZEDEDA_BASE_URL, ZEDEDA_LOG_LEVEL) and its sole external endpoint (`https://zedcontrol.zededa.net/api`). The `client.py` module includes good security practices like token redaction in logs and retry logic. While the `scripts/zededa.py` CLI entrypoint allows reading JSON bodies from a file via `--body-file`, this is a standard and explicitly documented feature for providing input, not an indicator of malicious intent or a hidden capability. No evidence of prompt injection, obfuscation, persistence mechanisms, or unauthorized data exfiltration was found.
能力评估
Purpose & Capability
Name/description match the included Python client and service modules implementing ~473 endpoints across 11 domains. The files and CLI map directly to ZEDEDA API operations; nothing in the manifest requests unrelated cloud credentials or unrelated system access.
Instruction Scope
SKILL.md instructs the agent to set ZEDEDA_API_TOKEN (and optional ZEDEDA_BASE_URL/ZEDEDA_LOG_LEVEL) and run the bundled Python CLI or import the service classes. The runtime instructions do not ask the agent to read arbitrary host files, environment variables beyond those declared, or send data to endpoints other than the configured ZEDEDA base URL.
Install Mechanism
No install spec is provided (instruction-only), and the code bundle is pure Python standard-library code. There are no downloads from arbitrary URLs or package installs declared.
Credentials
Only ZEDEDA_API_TOKEN is required (with ZEDEDA_BASE_URL and ZEDEDA_LOG_LEVEL optional). The client code reads exactly those env vars and uses the token for Bearer auth to the ZEDEDA API — proportional to the skill's functionality.
Persistence & Privilege
always is false and the skill does not request persistent system-wide privileges or modify other skills. It can be invoked autonomously by the agent (default), which is expected for skills; nothing else in the package elevates privilege or requests unusual persistence.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install zededa
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /zededa 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.6
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.
v1.0.5
- Added LICENSE.txt file with the MIT License. - Updated SKILL.md with license information, author verification, and signed proof via Keybase. - Increased API coverage from 442 to 473 endpoints, with expanded descriptions and revised endpoint counts by service. - Clarified required vs. optional environment variables. - Improved documentation formatting, programmatic usage examples, and security/privacy statements.
v1.0.4
- No code or documentation changes detected in this version. - Functionality and usage remain the same as the previous release.
v1.0.3
- Increased version number
v1.0.1
Version correction to 1.0.1. Enforced required ZEDEDA_BASE_URL environment variable and patched local file read vulnerability in --body-file.
v1.0.2
Enforced required ZEDEDA_BASE_URL environment variable and patched local file read vulnerability in --body-file.
v1.0.0
Initial release: Complete ZEDEDA edge management API client. - Implements support for 473 endpoints across 11 service domains, including node, app, storage, network, cluster, Kubernetes, diagnostics, and user management. - Command-line tool and Python classes to interact with every API resource. - Environment-based configuration for API token, base URL, and log level. - Features bearer token authentication, structured logging, error handling, and request retry logic. - API token is sanitized in logs; only user arguments and token are sent to ZEDEDA. - Detailed documentation for command-line and programmatic usage included.
元数据
Slug zededa
版本 1.0.6
许可证
累计安装 0
当前安装数 0
历史版本数 7
常见问题

ZEDEDA 是什么?

Complete ZEDEDA edge management API client — 473 endpoints across 11 service domains for edge node, application, cluster, storage, network, Kubernetes, diagn... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 610 次。

如何安装 ZEDEDA?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install zededa」即可一键安装,无需额外配置。

ZEDEDA 是免费的吗?

是的,ZEDEDA 完全免费(开源免费),可自由下载、安装和使用。

ZEDEDA 支持哪些平台?

ZEDEDA 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 ZEDEDA?

由 Kristopher Clark(@krisclarkdev)开发并维护,当前版本 v1.0.6。

💬 留言讨论