nomadQuery HashiCorp Nomad clusters. List jobs, nodes, allocations, evaluations, and services. Read-only operations for monitoring and troubleshooting.
Install via ClawdBot CLI:
clawdbot install danfedick/nomadRequires:
Query HashiCorp Nomad clusters using the nomad CLI. Read-only operations for monitoring and troubleshooting.
nomad CLI installedNOMAD_ADDR environment variable set (or defaults to http://127.0.0.1:4646)NOMAD_TOKEN if ACLs are enabledList all jobs:
nomad job status
Get job details:
nomad job status <job-id>
Job history:
nomad job history <job-id>
Job deployments:
nomad job deployments <job-id>
List allocations for a job:
nomad job allocs <job-id>
Allocation details:
nomad alloc status <alloc-id>
Allocation logs (stdout):
nomad alloc logs <alloc-id>
Allocation logs (stderr):
nomad alloc logs -stderr <alloc-id>
Follow logs:
nomad alloc logs -f <alloc-id>
List all nodes:
nomad node status
Node details:
nomad node status <node-id>
Node allocations:
nomad node status -allocs <node-id>
List recent evaluations:
nomad eval list
Evaluation details:
nomad eval status <eval-id>
List services (Nomad native service discovery):
nomad service list
Service info:
nomad service info <service-name>
List namespaces:
nomad namespace list
List variables:
nomad var list
Get variable:
nomad var get <path>
Server members:
nomad server members
Agent info:
nomad agent-info
Add -json to most commands for JSON output:
nomad job status -json
nomad node status -json
nomad alloc status -json <alloc-id>
Use -filter for expression-based filtering:
nomad job status -filter='Status == "running"'
nomad node status -filter='Status == "ready"'
nomad job allocs <job-id> | grep -i failed
nomad alloc logs $(nomad job allocs -json <job-id> | jq -r '.[0].ID')
nomad server members
nomad node status
NOMAD_ADDR β Nomad API address (default: http://127.0.0.1:4646)NOMAD_TOKEN β ACL token for authenticationNOMAD_NAMESPACE β Default namespaceNOMAD_REGION β Default regionNOMAD_CACERT β Path to CA cert for TLSNOMAD_CLIENT_CERT β Path to client cert for TLSNOMAD_CLIENT_KEY β Path to client key for TLSnomad-tui for interactive cluster management.nomad job run directly.AI Usage Analysis
Analysis is being generated⦠refresh in a few seconds.
Automatically update Clawdbot and all installed skills once daily. Runs via cron, checks for updates, applies them, and messages the user with a summary of what changed.
Full desktop computer use for headless Linux servers. Xvfb + XFCE virtual desktop with xdotool automation. 17 actions (click, type, scroll, screenshot, drag,...
Essential Docker commands and workflows for container management, image operations, and debugging.
Tool discovery and shell one-liner reference for sysadmin, DevOps, and security tasks. AUTO-CONSULT this skill when the user is: troubleshooting network issues, debugging processes, analyzing logs, working with SSL/TLS, managing DNS, testing HTTP endpoints, auditing security, working with containers, writing shell scripts, or asks 'what tool should I use for X'. Source: github.com/trimstray/the-book-of-secret-knowledge
Deploy applications and manage projects with complete CLI reference. Commands for deployments, projects, domains, environment variables, and live documentation access.
Monitor topics of interest and proactively alert when important developments occur. Use when user wants automated monitoring of specific subjects (e.g., product releases, price changes, news topics, technology updates). Supports scheduled web searches, AI-powered importance scoring, smart alerts vs weekly digests, and memory-aware contextual summaries.