fleet

Collect oracle inventory and health across multi-node networks.

116|56|Updated Jan 18, 2026
One-click install
npx skills add https://github.com/Soul-Brews-Studio/arra-oracle-skills-cli --skill fleet-soul-brews-studio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fleet
Source: https://github.com/Soul-Brews-Studio/arra-oracle-skills-cli/tree/main/src/skills/fleet
Command: npx skills add https://github.com/Soul-Brews-Studio/arra-oracle-skills-cli --skill fleet-soul-brews-studio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Gain a complete, auditable view of every oracle across all nodes so you can track versions, installed skills, activity, and overall health without manually inspecting each repository or host.

Core Features & Use Cases

  • Discovery from contacts: Parse contacts.json to enumerate nodes and oracles and avoid hardcoding targets.
  • Multiple scan modes: Quick counts from contacts, deep pings for versions and activity, diffing against the last census, and topology mapping.
  • Local-first and safe collection: Inspect local repos when available, ping remote nodes with short timeouts, and save structured JSON for change detection while excluding secrets and credentials.
  • Use Case: Run a fleet census before a coordinated upgrade to identify outdated oracles, quantify impact, and produce an actionable inventory.

Quick Start

Ask the agent to run /fleet --deep to perform a full census of all oracles, collect versions and last activity, and save the results for comparison.

Frequently Asked Questions about fleet

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit oracle versions and health across multiple nodes?

To audit oracle versions and health across multiple nodes, you can run a deep census that pings remote nodes with timeouts, collects version and activity data, and saves structured JSON for comparison. It parses contacts.json to enumerate targets automatically.

What is network discovery for oracle topology mapping?

Network discovery for oracle topology mapping is the process of enumerating nodes and oracles from a contacts file, pinging remote hosts, and generating a map of your network structure. This identifies all active oracles and their relationships during maintenance workflows.

How do I track oracle inventory changes between maintenance windows?

To track oracle inventory changes between maintenance windows, you can run a diff mode census that compares the current network state against the last saved structured JSON scan. This highlights version changes, activity shifts, and topology updates without exposing secrets.

Can I monitor oracle network activity without exposing credentials?

Yes, you can monitor oracle network activity without exposing credentials by using a local-first discovery approach that parses contacts.json, inspects local repositories, and pings remote nodes with short timeouts while explicitly excluding secrets from the saved JSON output.

What's the best way to prepare for a coordinated oracle upgrade?

The best way to prepare for a coordinated oracle upgrade is to run a full fleet census in deep mode to identify outdated oracles, quantify upgrade impact, and produce an actionable inventory of installed skills and versions across all nodes.

Does oracle network discovery work without hardcoding node targets?

Yes, oracle network discovery works without hardcoding node targets by parsing a local contacts.json file to dynamically enumerate nodes and oracles, ensuring the census adapts automatically as your network topology changes.