Fleet Control

Executes health checks, dispatches skills, and generates performance scorecards for Aeon instance fleets.

Updated Jul 16, 2026
One-click install
npx skills add https://github.com/enuno/noesis-aeon --skill fleet-control-enuno
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Fleet Control
Source: https://github.com/enuno/noesis-aeon/tree/main/skills/fleet-control
Command: npx skills add https://github.com/enuno/noesis-aeon --skill fleet-control-enuno

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines the management of Aeon instances, providing health checks, dispatching skills, and generating scorecards for performance analysis.

Core Features & Use Cases

  • Health Checks: Regularly assess the health and status of all Aeon instances.
  • Skill Dispatch: Execute specific skills on selected instances or the entire fleet.
  • Scorecard Analysis: Generate detailed scorecards showing runs, tokens, cost, and reliability of the fleet.
  • Use Case: Use this Skill to monitor the health of your Aeon fleet and dispatch tasks like running a skill on all healthy instances to check their status.

Quick Start

Activate the Fleet Control skill with 'fleet-control status' to get a comprehensive health check of the fleet.

Frequently Asked Questions about Fleet Control

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

FAQPage Schema
How do I monitor instance health for an Aeon fleet?

Monitor instance health by running 'fleet-control status', which executes health checks across the Aeon fleet using GitHub API and local data files to assess instance status.

Can I dispatch skills to specific instances in a fleet management workflow?

Yes, the skill dispatch feature executes specific skills on selected instances or the entire healthy Aeon fleet, allowing targeted task execution across your monitored environment.

Do I need a GITHUB_TOKEN for instance monitoring and health checks?

Yes, a GITHUB_TOKEN is required for authentication and to access instance data when executing fleet health checks, dispatching skills, and generating scorecards.

What's the best way to generate a performance scorecard for instance fleets?

Generate a performance scorecard by running a fleet analysis, which produces detailed reports on runs, tokens, cost, and reliability for all monitored Aeon instances.

Does fleet management for Aeon instances work without the gh dependency?

No, the skill requires the gh dependency alongside a GITHUB_TOKEN to interact with the GitHub API for retrieving instance data and executing fleet operations.