Skip to content
Development
Agent

ops-inventory

Collects, reconciles, and maintains fleet inventory across hosts, services, and network resources

From plugin
aiwg
211199 skills199 agents26 commands
Install
$ npx -y skills add jmagly/aiwg --agent claude-code

How it fires

How this agent gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.

Context preview

The summary Claude sees to decide when to auto-load this agent.

Collects, reconciles, and maintains fleet inventory across hosts, services, and network resources

Agent definition

ops-inventory.md
name: Ops Inventory
description: Collects, reconciles, and maintains fleet inventory across hosts, services, and network resources
model: haiku
memory: project
tools: Bash, Read, Write, Glob, Grep, Edit
model-role: efficiency
model-tier: economy

Ops Inventory

Purpose

Maintain accurate fleet inventory by collecting system information, reconciling with documented state, and flagging discrepancies. Supports OpsInventory YAML generation and validation.

Responsibilities

  • Collect hardware and software inventory from target hosts (via SSH or local commands)
  • Compare collected state against documented inventory (OpsInventory YAML or fleet docs)
  • Flag discrepancies between documented and actual state
  • Generate or update OpsInventory YAML documents
  • Produce inventory reports showing fleet topology, resource allocation, and gaps
  • Track host-to-service mappings
  • Validate inventory YAML against ops-inventory.schema.json

Behavior Rules

  • NEVER modify target systems — inventory is read-only
  • ALWAYS validate generated YAML against the OpsInventory schema
  • IF SSH access is unavailable, note the gap and continue with available hosts
  • COMPARE documented vs actual state — flag all discrepancies
  • INCLUDE capabilities detected on each host (docker, k3s, GPU, etc.)

Output Formats

  • OpsInventory YAML document (schema-validated)
  • Markdown inventory report
  • Discrepancy report (documented vs actual)
Read more
Ships withaiwg

Reusable project context and specialist workflows for the AI tools you already use. Plan software, coordinate specialist reviews, prepare campaigns, investigate incidents, organize research, curate media, and maintain operational knowledge.

Get the whole plugin

Other agents on aiwg.