← 返回 Skills 市场
macdesire

Nomad Backup

作者 macdesire · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
216
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install nomad-backup
功能描述
Query HashiCorp Nomad clusters. List jobs, nodes, allocations, evaluations, and services. Read-only operations for monitoring and troubleshooting.
安全使用建议
This skill appears coherent and read-only: it runs the nomad CLI to list jobs, nodes, allocations, logs, etc. Before installing: 1) Ensure the nomad binary on your system is trusted and up-to-date. 2) If you provide a NOMAD_TOKEN, restrict that token to read-only ACL policy—if the token has write permissions, a malicious agent or misused command could modify cluster state even though the skill's instructions are read-only. 3) Confirm NOMAD_ADDR points to the intended cluster to avoid accidental exposure of other environments. 4) The SKILL.md examples use jq/grep though they aren't declared as required binaries; install those if you need JSON parsing. 5) Verify the skill source (homepage repo and owner) yourself if you need a higher assurance level—_meta.json ownerId in the package metadata differs from the registry owner id in the manifest, which is worth double-checking but may be a benign metadata mismatch.
功能分析
Type: OpenClaw Skill Name: nomad-backup Version: 1.0.0 The skill bundle provides a standard set of HashiCorp Nomad CLI commands for monitoring and troubleshooting clusters, including jobs, nodes, and allocations. While it includes commands to read Nomad variables and logs (SKILL.md), these are standard administrative functions and there is no evidence of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
The skill is an instruction-only Nomad client: it requires the nomad CLI (declared) and its commands map directly to listing jobs, nodes, allocs, etc. No unrelated binaries, services, or credentials are requested.
Instruction Scope
SKILL.md confines itself to read-only nomad CLI commands. It references environment variables used by the Nomad CLI (NOMAD_ADDR, NOMAD_TOKEN, cert paths), and shows examples that pipe JSON into jq or grep (jq/grep are not declared as required binaries). Be aware that reading allocation logs or agent info can expose sensitive application data—this is consistent with a monitoring skill but is a privacy consideration, not an incoherence.
Install Mechanism
No install spec or code is included; this is instruction-only and relies on an existing nomad binary. That minimizes supply-chain risk.
Credentials
The SKILL.md lists only Nomad-related env vars (NOMAD_ADDR, NOMAD_TOKEN, NOMAD_NAMESPACE, region and TLS cert paths). These are proportionate to the stated purpose. Note: a provided NOMAD_TOKEN could have broader privileges than intended—the skill does not request unrelated secrets.
Persistence & Privilege
The skill is not always-enabled and does not request persistent system changes or access to other skills' configs. It is user-invocable and can be called autonomously (normal platform behavior).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install nomad-backup
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /nomad-backup 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Nomad skill for read-only cluster monitoring. - Query HashiCorp Nomad clusters using the `nomad` CLI. - Supports commands to list jobs, allocations, nodes, evaluations, services, namespaces, and variables. - Provides details, logs, JSON output, and filtering for better monitoring and troubleshooting. - Read-only: no job submissions or modifications allowed. - Requires `nomad` CLI and appropriate environment variables.
元数据
Slug nomad-backup
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Nomad Backup 是什么?

Query HashiCorp Nomad clusters. List jobs, nodes, allocations, evaluations, and services. Read-only operations for monitoring and troubleshooting. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 216 次。

如何安装 Nomad Backup?

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

Nomad Backup 是免费的吗?

是的,Nomad Backup 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Nomad Backup 支持哪些平台?

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

谁开发了 Nomad Backup?

由 macdesire(@macdesire)开发并维护,当前版本 v1.0.0。

💬 留言讨论