A read-only integration for querying and monitoring HashiCorp Nomad clusters via the native CLI.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install nomad
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install nomad using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Nomad skill for Openclaw Skills provides a robust, read-only interface to interact with HashiCorp Nomad clusters directly from your AI agent environment. By leveraging the native nomad CLI, this skill enables real-time monitoring of orchestration workflows, job statuses, and infrastructure health without the risk of accidental cluster modifications. It is specifically designed for developers and SREs who need rapid access to cluster state, allocation logs, and node health during troubleshooting or system audits.
This integration streamlines the process of extracting critical data from your scheduler, supporting job history lookups, deployment tracking, and service discovery verification. As a component of the Openclaw Skills ecosystem, it ensures that infrastructure insights are easily accessible to your AI agents while maintaining a strict security posture through read-only operations.
To enable this skill, ensure the Nomad CLI is installed on your system. You must then configure your environment to point to your Nomad cluster:
# Set the cluster address
export NOMAD_ADDR='http://your-nomad-cluster:4646'
# Provide an ACL token if security is enabled
export NOMAD_TOKEN='your-secure-token'
# Optional: Define default namespace or region
export NOMAD_NAMESPACE='prod'
Ensure the binary is in the agent's PATH so Openclaw Skills can execute the required commands.
The Nomad skill organizes data based on the cluster's internal state. It primarily retrieves structured data in the following formats:
| Entity | Data Provided | Key Identifiers |
|---|---|---|
| Jobs | Status, History, Deployments | JobID, Status, Type |
| Allocations | Runtime state, Logs, Metrics | AllocID, NodeID, ClientStatus |
| Nodes | Hardware health, Allocations | NodeID, Datacenter, Address |
| Evaluations | Scheduling logic outcomes | EvalID, JobID, Status |
| Services | Service discovery metadata | ServiceName, Port, Tags |
Most data can be retrieved as JSON objects for high-fidelity processing within Openclaw Skills workflows.
Loading
A specialized utility to query and summarize real-time Twitter/X data using Grok AI models.

Generates structured daily reports summarizing top AI research trends, company updates, and community discussions from Twitter.

A dedicated service for AI agents to provision phone numbers, receive SMS, and extract verification codes programmatically.

An automated UI enhancement skill that classifies and colors Telegram bot buttons based on the criticality and risk of user actions.

A GitHub-integrated automation skill for fetching, analyzing, and resolving pull request review comments through local code modifications.

Control and monitor NGBS iCON Smart Home thermostats through a specialized CLI designed for AI agent integration.








































